| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> whores <1> someone online? <2> no <2> we are all a figment of your imagination <3> $pattern = "#<a .*?href=\"(.*?)\">(.*?)</a>#"; <3> preg_match_all($pattern,$input,$matches); <3> $urls=$matches[0]; <3> $texts=$matches[1]; <3> Anything wrong with that? <1> ooou no twysted you again ? <1> :)) <1> I still didnt found what I need <1> can we talk on pv ? <4> im dying here. <4> I can only imagine that contacting yahoo hosting support takes weeks. <5> Heh I contacted them to take down a Phishing site that was hosted with them and it was done in 1 hour.
<6> yeah no **** <5> Though my language was quite abrupt. <5> But it got done. <7> i need to get a collection of items (string[] in c#). what type do i have to use in php? can i use foreach with it? <8> _PhAnTaSm <4> I'm just not sure there's even anyone there that can address this issue. <8> YO BILLMURRAY <8> sup <4> There must be 10,000 sites on this server. <4> yo yo sean how goes it! <8> watching the news, staying leet <4> haha <4> sean you're going to laugh at my latest site. <8> ... <4> http://www.petquake.org/ <4> It allows people to log when their pets are acting strange...to predict earthquakes. <4> I haven't finished my dot map yet. <1> BillMurray <1> you know php <1> ? <4> I know php...unless im on a yahoo hosting server, apparently. <4> Ok...check it out... http://www.petquake.org/test.php all this file contains is this text: <?php lies!!! and BAD function syntax ?> <4> It has no error output. <6> so? error outputting is probably off <6> do error_reporting(E_ALL); <4> I know I just did...still nothing. <4> man i've tried every variation including ini_set <4> I gotta email support i guess. <4> oh. <4> "You must create a logs directory before you can generate script logs. If this subdirectory does not exist, any error output caused by your PHP or Perl script will be discarded." <4> poopy. <9> Hi, can someone recommend a web site to visit to secure my form email script? I have a spammer entering headers into the message field and trying to spam through it. <10> use regexp to validate email <9> thanks <9> so just do something like search for the existance of Content-Type: text/plain; charset=\"us-ascii\" <9> etc? <10> in the body????? <9> He's performing spam injecting. <9> I think it's called that, there are some examples on php.net I'm having a look at. <10> the injection IN BODY??? <10> or in adress? <9> body <10> hmhm.... newver heard about mail injection in body <10> headers already formed, when body forming <9> mail("ryans@kaitaia.com", "Email from Kaitaia Online", "$message", "From: $youremail\n"); <9> he's entering data into the message field which is in $message <10> hmhm.... never heard <9> I think I've fixed it. <9> if ( ereg("Content-Type:",$message) ) { exit; } <9> with a nice message for the spammer before exiting. <9> I'll change that to eregi actually. <4> Ok now I must speak to DarkFlibble. <11> gawd i love it when clients have "cash flow" issues right after i invoice them <11> "I apologize I have not been able to get this out to you yet. I ran into a cash-flow issue right after you emailed it to me. I will get it out ASAP. I hope to have it out this next week. If I cant get all of it out, I will send at least half and get the other half to you by the following week." - Client.. Grrrr <4> that's what interest is for...cash flow problems. <4> As of today you are loaning him money! <12> We like php! <4> Man I just don't know anything about geography. <13> what's the purpose of having a "@" in front of a function? <14> error supresion mother ****er <14> |ww: hunt him down with a knife
<14> I know I would <15> hello pips <15> can i ask a question? <16> goddamnit <16> i'm glad i dropped my bitch now <16> ****ing bitch <14> Why? <14> Mine went Bi***ual on me <16> i told her to transfer the cable while she was here <14> god damn I should of stayed with her <16> she waited until she was back at her mom's <16> and of course, they wouldn't let her transfer with me not there to confirm <16> so the bitch canceled it <16> knowing it'll take me offline <8> DWism, sup bitch <15> somebody? <14> idiot <16> bwwahahaha <16> I think i got her pretty good :D <16> It looks like i'm going to get them scheduled to install the day the come to disconnect :D <16> ****ing bitch <16> oh well, i'll go enjoy the DVR while i have it <4> hey hey DW <4> Heh...DW you usually maintain such a professional attitude...it is quite amusing to see you losing it hahaha. Damn bitches. <16> heya <4> I need a navigation lesson. What the heck is a Northing? <4> I am trying to use this gPoint cl*** for php...I am quite sure it works...but it was _not_ made for idiots. <4> im going to have another beer and cigarette. <16> heheh <16> HAH! <16> She scheduled a disconnect, i scheduled a connect before her disconnect happens :D <16> Then i'll only have the 2 hours of downtime that it takes for comcast to get a clue and set up the cablemodem :D <16> BillMurray: and yes, normally I am rather calm and collective <16> but normally, my internet usage isn't threatened. :D <4> when comcast comes...be sure to tell them you're feeling "comcastic!" <4> I wonder if there's an amateur radio channel on undernet...those guys know about maps and stuff. <16> heh <17> hey, i am using linux, i want to "--with-pcre-regex" to at ./configure file.. where should i type it in my shell? <16> aweet, got aardvark running in a sort of 'treaded' mode <18> hello guys, exist a function to know how many lines a file has? <19> $myfile = file('path/to/file'); <19> $nr_of_lines = count($myfile); <19> that should do it zowtar` <18> ok <18> wait <18> :) <19> lol <20> goo day <20> good * <19> hello <20> i have a problem with my form <19> go on.. <20> i have a form with 5 radio buttons and i want to send the form (with info in it on mail) <19> and the problem is? <20> but i don't know how to display in the mail that the radio button X was chosen <19> oh:) <19> well, the radio buttons should all have the same name <19> coz only 1 of them can be selected at a time, right? <20> yes <19> and you can get the value through $_POST['my_radio_name'] <20> but the problem is that if they had the same name, on the mail i get the same message for all of them..if one is checked all the others seems to be cheeked <20> just a min <19> mmm <20> to show you the form <21> hello <22> i want to ask how is the logic of knowing if the hard disk space in a server is full and use the other server in php? i would create web file sharing services like rapidshare <21> i have this error: Fatal error: Call to undefined function: nomprenom_resultat() <21> $sql = mysql_query("SELECT * FROM trombinoscope.20052006 WHERE nom LIKE '%$prefix_nomprenom%' or prenom LIKE '%$prefix_nomprenom%'"); <20> http://pastebin.com/538181 <21> is there a syntax error please ? <20> it's bright weard <21> oups sorry
Return to
#php or Go to some related
logs:
#php dmraidinitrd mandriva Annotations GetAnnotations c# canim k0rdell www,mandy69.com tinkercrowns Can't access hidden share
snowblad irc #AllNiteCafe
|
|