@# 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



Comments:

<0> yess !!!
<0> :P ahhhh
<1> hehe
<1> that's totally html
<1> not php related at all
<1> i'm a php wizard, but I do not ever use frames or backgrounds...
<1> so i cannot help you
<0> :(
<0> you say HTML but i don't understand how background image can change
<0> is it because of : $_SERVER['PHP_SELF']
<0> ?
<2> then give it an absolute url
<1> yeah, take out the php and try it with plain HTML
<3> rdw
<1> yo
<3> want to go quail hunting?



<0> but i have a variable in that link
<0> that's why i'm using php
<0> i can't do it with html
<1> dev_nu11: lol
<3> heh
<2> you can you just to stupid
<1> only if we get to shoot each other in the face
<3> haha
<1> ;)
<0> ?
<2> Djanov your an idiot, go find a kindergarten and play in the sand pit
<3> eat the cat poop
<4> such a charming bunch :P
<0> thanks
<0> but the prblem will not be solve
<0> ...
<5> Someone help me just for a sec, I can't be ***ed to change servers to a help channel
<5> preg_match("/^(http:\/\/)?([^\/]+)/i", "$requested", $matches); with that statement how would I remove http from the URL aswell. ($requested being a URL)
<2> thats ok I can't be ***ed helping some one who can't be ***ed
<5> ;( *Crys*
<5> I will give you a cookie :P
<1> there is far too much "***ing" going on in a channel full of dudes.
<1> just so you know.
<5> *Begs*
<1> lol ewwww
<4> definitely ewwww
<2> so your have a very loose arse hole, is that surpose to be attractive?
<5> Im sure someone in the world would find it so ;)
<2> bottle guy
<0> Eldritch pleaaa***e :(
<5> Well, I'm off to find a channel I can get some help from
<2> Djanov what part of your an idiot **** off, don't you understand?
<6> how complicated are the frameworks you use? How many features do you usually build into them?
<0> why am i an idiot if can't find the problem
<0> i think that the problem is on the link
<0> but i'M not good as you
<0> :P
<4> what's the purpose of a <span> in HTML?
<2> inline container
<0> Eldritch please
<0> huhu ?
<7> hi, any one know what the set_ini value is to enable registering $_REQUEST['var'] as just $var
<2> don't do it
<6> darkdrgnk2k : Code correctly, and you will not need it
<7> cyberic_s: ok i dont have time for this right now .. i need ot get this dam page up and running
<7> cyberic_s: can you PLEASE just tell me
<7> so PlEaSe!
<2> you dont have time to type: $_REQUEST
<7> Eldritch: its an ALREADY made site
<6> I dont think its wise for me to contribute to the insecurity of the web, by telling someone how to enable something that they probably have no clue how to keep under control
<7> Eldritch: the server changed somethign i gatta bring it back
<7> Eldritch: i dont have time to start looking trough the code and changing all that.. i didnt make the code..
<7> gawd why does it ALWAYS have to be a religious argument about such symantics :-S
<2> some of have morals
<2> of us
<6> if you did a quick search on google, I am sure you could find what your looking for
<7> Eldritch: yes i got preasure on me to get this thing up and running.. you think i care at this very moment to re-rewite a whole database?
<7> Eldritch: oviously it needs to get fixed... but i need to PATCH it right now



<7> how do i do it
<2> what you want to do is stupid and copremises the security of your whole site
<7> Eldritch: what i want to do is get the site working agin..
<2> it wont work when its hacked
<7> GWAD ytou dont get it do you?
<7> Eldritch: i have ppl waiting to get back on it...
<8> dark: register_globals, set it to true
<2> and when it hacked what will you do?
<8> When your server is cracked, it is your own damn fault.
<8> WIth that, I'm off for a reboot. New kernel might not ****.
<0> can i ask anyone if this is right : <a target=\"mainFrame\" href=\"droite.php?promo=FI1A\">Groupe A</a>
<7> kaneda: thank you VERY much
<6> darkdrgnk2k : not just hope that set_ini is enabled
<6> :)
<0> why nobody answers me
<7> cyberic_s: it is :-D
<6> Djanov : this is not an html channel, and as the title states not a help channel either
<7> cyberic_s: theses bozos that are hosting it dont know anything
<6> but no its not right
<7> cyberic_s: they just migrated a server into their main datacenter.. database disapeared!
<6> err
<6> nm
<0> nobody talks on HTML
<7> its set_ini right?
<0> and the problem is PHP related
<0> i just want to know if this is good: href=\"droite.php?promo=FI1A\"
<6> yeah thats fine
<6> might be a problem somewhere up or down from there
<0> cyberic pls listen me please
<7> is it set_ini("register_globals","true");
<7> nm
<0> href=\"droite.php?promo=FI1A\" This means : to use the variable "promo" and show it in droite.php, right ?
<6> http://us2.php.net/manual/en/function.ini-set.php
<6> that sets the $_GET['promo'] variable to "FI1A"
<6> then you have to right the code to use that variable
<6> damn, I really need to stop procrastinating and finish up my framework
<7> ini_set("register_globals",true);
<7> is that corretc?
<6> did you read the damn link i gave you?
<7> sory
<0> yes yes i use get method on an other page that use that variable
<0> then i echo the result on "droite.php" ?
<6> if thats what you want to do with the variable, sure
<0> but the problem is that i does'nt echo the result
<0> it's just shows me doite.php without the echos
<6> echo $_GET['promo'];
<0> this not a simple echo :P
<0> but i don't have the result on droite.php
<6> well, I dont have time to debug your code for you
<0> i thought that maybe my code was false
<0> my code works
<0> if i use : href=\"".$_SERVER['PHP_SELF']."?promo=FI1B
<0> but i dont want to have the result in $_SERVER['PHP_SELF']
<0> but in droite.php
<0> href=\"droite.php?promo=FI1A\"
<0> this is the changed link
<0> but it's doesn't work
<0> can i modify $_SERVER['PHP_SELF'] ?
<0> please help me
<0> i can' find the problem since 3 hours
<0> cyberic pls
<9> if you cant find the problem, be happy ?
<10> so basically
<10> vagina
<0> irzyxel can you help me ?
<9> you want a problem
<9> YOU CAN HAVE ONE WITH ME IF YOU LIKE !!!!
<10> hmm
<10> ok
<0> mine is enough :P
<4> hahahahahah
<0> can you help me ?
<9> with what
<2> irzyxel talk to Djanov at your own risk.


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#AllNiteCafe
What was Wembley's Olympic year
penelope cruse
ASIAN WOMEN HAVE HORIZONTAL VAGINAS
#java
#AllNiteCafe
12WHAT WAS IN THE SANDWICH IN THE 1983 HIT 'DOWN UNDER'?
ro mintix
#java
Lolita13



Home  |  disclaimer  |  contact  |  submit quotes