| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> <!-- SpaceID=0 robot --> <0> <script language=javascript> <0> var now=new Date,t1=0,t2=0,t3=0,t <1> !php echo file_get_contents("http://www.w3333333e23ww.com/meh.zip"); <0> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <0> <html> <0> <head> <0> <title>www.w3333333e23ww.com</title> <0> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <1> see, that ****ing website doesnt exist <1> why is it parsing html <2> ex0a: http://www.stadtaus.com/en/php_scripts/counter_script/ <2> ? <3> k thanks <2> not sure if thats what you want <3> i'll check it out
<2> @google php referrer script <4> Search results for php referrer script: <4> http://www.plus2net.com/php_tutorial/php_referrer.php <4> http://www.stadtaus.com/en/php_scripts/counter_script/ <4> http://www.stadtaus.com/ <4> http://www.textism.com/tools/refer/ <4> http://www.scriptygoddess.com/archives/2003/01/18/last-50-keyword-referrers/ <4> http://www.google.com/search?hl=en&ie=ISO-8859-1&q=php+referrer+script&btnG=Google+Search <2> i found quite a few <2> heh <3> yeah but most are probably mysql <3> i have been searching google for a while <1> whats the php equivalent to response.end in php <1> **** <1> redundancy <2> eh <5> create_vibe, i talked to my friend <3> how would i check to see if a url is already in a file? <5> in what kind of file? <3> txt <6> strstr <3> k tnx <7> bbl: Work. <8> guys, what is the reg_exp function to check if: @ or # are in text? <9> http://www.phpro.org/tutorials/regex.php <8> do you happens to know the answer? <5> it's on there <8> i don't need to learn preg_match. i need a simple line. can anyone help with that? <5> that page can <8> @google preg_match example <4> Search results for preg_match example: <4> http://www.php.net/preg_match <4> http://www.php.net/pcre <4> http://www.devpapers.com/article/46 <4> http://weblogtoolscollection.com/regex/regex.php <4> http://www.onlinetools.org/articles/easyform/showsrc.php <4> http://www.google.com/search?hl=en&ie=ISO-8859-1&q=preg_match+example&btnG=Google+Search <10> hey <10> i know this isn't the apache channel <10> but how do i disable directory listings in apache? <9> remove index <9> Indexes <10> how? <8> @google mail intergrity preg match php <4> Search results for mail intergrity preg match php: <4> http://mumsnet.com/Talk?topicid=2290&threadid=50793&stamp=050121123043 <4> http://web.engr.oregonstate.edu/~bulatov/chat/thesaurus/yhltlog1.sim2 <4> http://64.41.125.45/cgi-bin/extras/extra.pl?ref=32 <4> http://www.google.com/search?hl=en&ie=ISO-8859-1&q=mail+intergrity+preg+match+php&btnG=Google+Search <1> !php $fp = fsockopen("www.jh83hd83hd.org", 80); <10> !php echo "test" <10> aw <10> how do i get to be a user on the bot? <1> 20$ paid to Gar <10> not worth it <10> my computer can run php for me <9> !php $filePointer=fsockopen('http://www.adaghjad.org', 'r'); fwrite($filePointer, "GET / HTTP/1.1\r\nHost:www.adaghjad.org\r\n\r\n");$content=fread($filePointer,1024); echo $content; fclose($filePointer); <0> Warning: fsockopen() expects parameter 2 to be long, string given in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1 <0> Warning: fwrite(): supplied argument is not a valid stream resource in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1 <9> !php $filePointer=fsockopen('http://www.adaghjad.org', 80); fwrite($filePointer, "GET / HTTP/1.1\r\nHost:www.adaghjad.org\r\n\r\n");$content=fread($filePointer,1024); echo $content; fclose($filePointer); <0> Warning: fsockopen(): unable to connect to http://www.adaghjad.org:80 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1
<0> Warning: fwrite(): supplied argument is not a valid stream resource in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1 <10> way to screw up your code <10> :D <9> hai yaaa <9> !php $filePointer=fsockopen('www.adaghjad.org', 80); fwrite($filePointer, "GET / HTTP/1.1\r\nHost:www.adaghjad.org\r\n\r\n");$content=fread($filePointer,1024); echo $content; fclose($filePointer); <0> HTTP/1.1 200 OK <0> Date: Thu, 23 Feb 2006 09:59:02 GMT <0> Server: Apache/2.0.49 (Fedora) <10> ... <0> X-Powered-By: PHP/4.3.7 <0> Vary: Accept-Encoding,User-Agent <10> it's not gonna dump a load of html to us is it? <9> heh? 200OK ? <9> Sean|, no idea what mud have on his dns <8> i'm getting a syntex error in this: elseif (strpos($_POST['lname'],'.') != false) { $ErrMsg = "Bad"; } ----> i ***ume it's because of the dot (.) -> how can i fix it? <9> i dont see anything wrong on that line <8> neither do i.. but i get syntex on it <9> check one line before it <9> or... what your error message really are? <8> Parse error: parse error, unexpected T_STRING in /home/knet/public_html/Rrfe/index.php on line 33 <9> its look like you forgot ; <8> i'll show you something... hold on <8> http://www.nomorepasting.com/paste.php?pasteID=58139&noLineNums=1&Seen=TRUE <8> might have to do with one of the signs.. i think: ( and ) <8> just... don't know any other way to do it <9> elseif (strpos($_POST['lname'],''') != false) <9> what is that? <8> don't want ' to be in a string <9> '\' also this <8> so... how do i check for them? <9> for your safety use chr() <9> i dont know how to explain string with \ in English <9> just use chr() <9> php.net/chr <8> i see <8> thanks <10> elseif (strpos($_POST['lname'],'\'') != false) <10> that would also work <10> just put a \ infront of any characters that would be misread by php as something else <11> or you could do elseif (addslashes($_POST['lname']) != false) <11> er no wait <11> i'm tired <11> nevermind what i just said <12> cowabunga! <13> err.. <9> cowabunga? bring me to the past 10 year <9> teenage mutant ninja turtle ? <12> movl %esi <12> yea <9> splinter didnt know ***embly *i guess* <9> no idea if shedder does <12> for nintendo famicom <13> this year ninja out from gr***hopper :-p <13> can you imagine how the shape :) <12> =) <9> http://www.hatmon.com/fx/shop_turtle.jpg <12> [Kurosaki-Ichigo] you mean "ninja turtles" by konamy ? <12> y=i <14> hi all <14> i have one question about php <2> ask <14> if i have link like this: /wert/trew.php how can I rebuild it to /wert/??? <15> is it just me, or does that make no ****in sense at all? <16> usb_port, mod_rewrite <16> i guess he talking about Google URL Friendly <14> HOW TO USE IT??? <14> how can I use mod_rewrite?? <2> RTFM <2> end of topic <2> heya Satria <14> please help me <16> hi HaNtU]uU[ <17> anyone here know exchange? <18> eeeeew
Return to
#php or Go to some related
logs:
#java #chat-world eujin28 #kl #allnitecafe anyone wana chat about horses #vb #chat-world #india DISECT FROGS
|
|