@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30



Comments:

<0> guess not
<1> heh
<2> anyone?
<2> opinions?
<0> hehe, changed mysqli_fetch_row to mysqli_fetch_***oc and it works like a dream
<1> :]
<3> emakris2 turck-mm-cache seems good
<1> pc
<3> and the zend one hehe
<2> xshad: thanks.
<2> I'm mostly concerned with 64-bit. I wondering which one has the best track record.
<4> escaping user data before adding to mysql-db. I detect magic_quotes, if so I strip slashes, then mysql_real_escape_string. Nothing more I should do? (or course all data is also validated before this stage)
<5> i have this: function playfilm($videosource, $status=0, $width=450, $height=373) but when i p*** it from playfilm ("/blah/a.avi", 1, 200, 100); it still uses default values. any idea?
<6> startkeylogger
<7> doofus23: Don't do that.
<6> haha



<6> ok
<7> doofus23: Doing that marks you as an evildoer trying to identify trojans.
<5> help me with my function please
<8> deadcat_: What function?
<1> deadcat_ i have this: function playfilm($videosource, $status=0, $width=450, $height=373) but when i p*** it from playfilm ("/blah/a.avi", 1, 200, 100); it still uses default values. any idea?
<9> hi all
<1> have no idea myself, probably outdated php?
<10> deadcat_: why you quoting the dir?
<1> hibet
<7> deadcat_: Not possible. There's something else going on.
<5> heres the thing: sshonly.sytes.net/tmp/func
<9> anyone here experienced with phpmailer?
<8> bet: not here.
<7> doofus23: Where did you learn to type that command, anyway? I'm trying to find the source so we can get him/her to stop teaching people to do that.
<9> Stormchaser, so you meant that this is offtopic?
<6> haha
<8> bet: Indeed.
<7> doofus23: I don't think this is funny.
<6> there are more ;)
<9> ok, sorry
<6> startkeylogger
<6> is not the only one
<7> I repeat: don't do that.
<8> TML: sbybot discussion?
<11> what exactly is thatT?
<7> Stormchaser: Yes
<8> *spybot
<5> i am trying to call my func: echo playfilm("/blah.avi", 1, 400, 300); but the args didnt get p***ed
<0> commanding the bot?
<7> prium: It's probing for hosts infected with an IRC trojan
<8> b1n0ry[work]: It's a worm
<11> oh, thats retarded
<0> nutjobs
<8> lol
<7> prium: more to the point, it's against freenode TOS and more than likely illegal
<5> TML: ?
<0> i would doubt the legal factor but i would definately agree about the freenode TOS
<11> tml: yeah i'm ***uming. i'm also ***uming its a mirc thing, right?
<8> Blobels: I hope some of that will stick in your head
<5> please help out on the function. i am going crazy (=
<8> deadcat_: Tell me, when you get there.
<7> prium: I don't know if it's mirc specific
<5> Stormchaser: while ago
<12> do u guys even know what triggers it?
<9> bye
<0> TML: what other commands can we try? lol, jk.
<12> i do.. and i can tell u if u be nice
<5> Stormchaser: sshonly.sytes.net/tmp/func
<7> b1n0ry[work]: It could easily be cl***ified as "Criminal Mischief"
<8> o.O
<7> You missed
<8> Damn that tab :(
<7> Might want to pm bobslaede and tell him he was collateral damage and is welcome back
<8> TML: On it
<13> hi
<13> anyone knows if is possible to send some header or something in order to reload post variables(not cached), automaticaly, without prompting the user about it?
<14> Nope.
<0> TML: how's this? http://vil.mcafeesecurity.com/vil/content/v_101078.htm McAfee lists all of the commands... it's like a doc file for the exploit.
<7> b1n0ry[work]: I know.
<14> The prompt is there for a reason; to allow the user to avoid accidentally re-posting data.
<5> Stormchaser: TML: can you guys check the link again.. i posted the full function and the way i call it.



<8> deadcat_: I'm not sure what to make if it, since it's not complete.
<5> Stormchaser: the function is complete. the last line is just the way i call it. echo playfilm(file.avi, 1, width, height); but the last 3 args never get in to the function
<5> function playfilm($videosource, $status=0, $width=450, $height=373) <-- isnt $width=450 means if arg is not given, use 450 as $width?
<8> deadcat_: I'm sorry I'e missed it before, but how do you call it?
<0> ok... think i need some lunch.
<5> Stormchaser: echo playfilm($_site . "/athletes/" . $_REQUEST['SPORT'] . "/paid/" . $_REQUEST['ID'] . "/" . basename($film), 1, 324, 300);
<8> deadcat_: Yes, that is correct
<8> deadcat_: Hum... That looks okay... Is there any other location, where you call the function?/
<5> Stormchaser: no. just that
<8> strange... Which PHP?
<5> Stormchaser: i guess its php 4.3. its a hosting company running redhat
<13> anyone knows if is possible to send some header or something in order to reload post variables(not cached), automaticaly, without prompting the user about it?
<8> deadcat_: Well... Just try with the simple function.
<5> k
<15> hi i was wondering if someone could explain to me a way that i would not have to put the mysql info for my server in every php script that i wrote that needs to access mysql.
<15> or even a link to a guide would work
<16> php.net/include
<8> d_b: That could probably be done with some JS Voodoo.
<15> melfar thanks
<13> hehe
<13> voodoo
<14> d_b: I find it somewhat cleaner to simply not give the user POST data to have sitting in their history unless it makes sense.
<13> it's for an intranet, makes sense , . at least for me
<13> :P
<7> d_b: Just use GET instead of POST.
<14> No, you don't quite get what I mean.
<14> I'm talking about not sending the user content in response to a POST request in the first place.
<17> Hi people
<18> Stormchaser: why :( ?
<13> that's what usually happens mattmcc
<8> krisp: Because of your nick-changing script
<18> Stormchaser: is that not allowed? :(
<18> I only use it when lo9ggin in :P
<5> Stormchaser: ****. i was using the wrong file. )=
<8> !+g7
<19> Guideline #7) No spam, bots, scripts, trolls, job postings (includes asking for work), advertisements or onjoin/away/back messages.
<8> deadcat_: hehe :)
<5> Stormchaser: i have display_athletes.php, but i was editing display_athletes.dev.php
<13> i thought it might could be done with some headers
<8> deadcat_: What else is to say but "**** happends" :)
<5> damn. wasted all those times (=
<13> :|
<5> hhaha
<20> krisp: any chance you live in CA,USA?
<17> I have an array problem. I have tow form fields each set up like input1['a']['b'] and input2['c']['d'] and I need to merge the array so I may enter the data from both into the same DB field
<17> I need to make the key of the first contain the key and value of the second
<8> Drat... I have to test something... Laters...
<21> how can i get the username of a process
<21> posix_getuid works, but posix_getlogin doesnt
<22> hrmm, is there a way to make fread read a line at a time?
<21> whaa..
<21> why cant i do $name = posix_getpwuid(posix_getuid)['name'];
<23> Because it's PHP.
<24> _sho__: because posix_getuid is not a constant
<24> _sho__: it's a function call
<21> prophie: it returns an array. why cant i access the elements of the array thats being returned, instead of the whole thing?
<24> sho__: also, there's a function get_my_username or something
<23> _sho__: Because it's PHP.
<24> and exactly
<24> you can't do that in PHP
<21> well that stinks
<25> I need to make something in PHP to further my knowledge.
<25> Does anyone have any suggestions?
<23> root404: Read a book. :)
<25> I do read books.
<26> hi guys
<26> need help with a ereg()
<22> root404, many books will set challenges
<26> I need this function to accept blank input...
<27> hey all i need help.. is there anyway i can get <?php require("nav.php"); ?> to work when the .php file its in is in a subfolder?
<27> ie: nav.php is in the main folder but the current file that code is in is in the /main/collection/ subfolder
<26> Check if the characters are acceptable
<26> if ( !ereg('([a-zA-Z0-9,])',$user_input) ) {


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

#lisp
mozilla innerHTML createnode
convert reiser to ext
ImportError: No module named libglade
#postfix
postgrey whitelist spf
#web
redirect
#perl
#oe



Home  |  disclaimer  |  contact  |  submit quotes