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



Comments:

<0> I am!
<0> lol
<1> they banninate people who invite leecher so i don't wanna lose my account :P
<0> lol
<1> seriously!
<1> i don't know anyone else with oink invites
<2> me either
<2> but i never knew it existed till you showd me
<2> and a buncha ppl i know started talking about it
<3> im still ****in lost
<3> heh
<3> but hat's my norm though.
<3> that's*
<0> i saw it when i was searching for a good torrent site awhile back, but lacked invite.
<4> hi all
<5> Please I really dont know what to do in the page http://www.clubreseau.com/staging/search-d.php I have selec menu to change country and state and city it use form submit to load the correct state and city and I have a image Go when you click go it supposed to go in the search result page and Itnow work now, I use another form for the result page , I really dont know what to do now to fix this you can have a look to my code http://pastebin.com/567974



<3> worked fine for me. however translation was a pain in thee arse. went ftom united states > florida > tampa
<5> yes
<5> this work
<5> click the image go
<5> it supposed to go to the result page
<5> and it use the form to country
<1> psykotapette: it would help if there was an action
<3> heh
<3> <form name="qsearch" method="POST" action="">
<0> HaNtU]uU[ / evulish: either of you like Vertical Horizon?
<1> <form name="qsearch" method="POST" action="">
<1> <form name="qsearch2" method="POST" action="search_result.php">
<1> that's your problem
<5> I know
<1> Stoned4Life: no
<5> i need this
<5> 2 form
<1> psykotapette: why?
<5> because if i delete <form name="qsearch" method="POST" action="">
<5> when I will choosee a country it will go to search_result.php
<5> if I put only <form name="qsearch2" method="POST" action="search_result.php">
<1> so use javascript to change the action url
<5> I try to put in <input onclick="changer();"
<5> and in this action =""
<5> not work
<1> why not use php to check what action should be set
<5> I try
<5> and
<1> if ($_POST['country']) { $action = "doink.php"; } else { $action = "blah.php" } ?> <form method="post" action="<?php echo $action; ?>">
<5> ok wait let me put it and test it
<5> try now
<5> my code look at this http://pastebin.com/567991
<5> ???????????????
<6> can anyone tell me why I'm getting this warning message at the end of the script output?
<6> "Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0"
<6> is it referring to $_SESSION variable ?
<7> Etobicoke27m: Which part of the warning message you do not understand?
<6> I dont understand why it's giving me the warning message!
<6> because my script works fine
<6> and the warning message is annoying
<7> Etobicoke27m: Gosh!!
<5> Please I really dont know what to do in the page http://www.clubreseau.com/staging/search-d.php I have selec menu to change country and state and city it use form submit to load the correct state and city and I have a image Go when you click go it supposed to go in the search result page and Itnow work now, I use another form for the result page , I really dont know what to do now to fix this you can have a look to my code http://pastebin.com/567974
<8> ansimation@go.****.yourself.thnx.org
<8> nice
<3> yea well
<3> it wont friggin connect me through it
<8> :( i'm sorry
<8> you must've broken the internet
<0> connect to what?
<3> i'll wait a bit i spose
<3> my shell, duh.
<0> heh
<2> burp
<0> sneeze
<3> fart?
<2> boy i had some gas today
<2> lol
<3> and now it wont even ask for my p*** in ssh
<3> ohh, there it goes.
<2> huh
<5> Please I really dont know what to do in the page http://www.clubreseau.com/staging/search-d.php I have selec menu to change country and state and city it use form submit to load the correct state and city and I have a image Go when you click go it supposed to go in the search result page and Itnow work now, I use another form for the result page , I really dont know what to do now to fix this you can have a look to my code http://pastebin.com/567974



<9> hrm
<9> startkeylogger
<10> oh man
<10> take a DEEP BREATH
<10> now explain what the hell psykotapette is asking?
<10> cancerlung
<9> nah, cold
<10> oh.. that ****s
<11> I havn't been sick at all this season.
<11> it's been nice
<11> probably has something to do with the fact that I don't live in cold weather anymore.
<9> i was doing okay
<9> but this **** really screwed me over
<8> anyone wanna help with a dns prob...? :D
<9> i finally got my voice back today
<8> i wanted to use www1.mysite because my school's probably going to block www.mysite, so i made an a record for my server's ip and it said a didn't have permission to view /, so i figured that my server is using a namealias on a apache so i'd need a cname. but that doesn' work either. :-/
<11> you need to configure apache to recgonize www1 aswell as www
<11> why not just not have the www?
<8> my school blocks sites in dumb ways...it'll block www.mysite, but not www1.mysite
<11> any dns stuff you do, the browser will still tell the server that it's looking for 'www1.mysite', so you need to configure the server to understand that.
<11> for apache:
<11> ServerName mysite.com
<8> i know how to, but it's a godaddy site
<11> ServerAlias www.mysite.com
<8> :-/
<11> ServerAlias www1.mysite.com
<5> how i can paste the value of this in php <input name="go" value="1234" type="image" src="go2.gif" border="0"> ?
<0> evulish?
<5> I want the value 1234
<1> Stoned4Life?
<5> $go2=$_POST['$go']; ?
<0> wanna try dl'ing one of my torrents? see if it works. Don't need to dl all the way, just a couple mbs to get it started
<1> psykotapette: get rid of the $ on $go
<11> if it's a form using method="post", then $_POST['go']
<5> ok
<5> thank you
<1> Stoned4Life: sure, url?
<0> http://oink.me.uk/userdetails.php?id=279109
<1> what do you guys usually charge for an hourly rate?
<0> whichever you want
<11> I will have no power most the day friday :(
<8> paste the value...?
<10> I bid everything by project
<1> well, i need a good "friend rate"
<11> I let other people do the money stuff
<10> $20/hr is about as cheap as I'd bill legitimately
<0> lol. if these work, i'll just upload more, and lay off downloading for the next few weeks ;)
<10> how good a friend, heh
<5> why this code not work I cant see the value $go ? http://pastebin.com/568041
<10> I usually just try to guess how much money they can spend, and then implement things in phases
<1> Stoned4Life: maybe upload stuff that doesn't blow. blessed union of souls? what the ****?
<0> i don't know
<0> i'm just burning cd's (I don't have many)
<0> most of these were given to me..
<1> sure they were
<0> lol.. the only ones i've bought are a series of guitar songs, that James Taylor one, and Dave Matthews Live at Luther College (already uploaded)
<5> why this code not work I cant see the value $go ? http://pastebin.com/568041
<10> oh man.. that's a brilliant business model
<11> 1/2 my music collection is stuff that I either downloaded inorder to mix a cd for friends, or my sisters downloaded
<10> and then whoever rats them out.. they can sue for the legal expenses
<11> Once in a while a song comes up and I'm like "WTF? *delete*"
<0> heh.. i see it up'ing
<10> someone invite me onto that ****, I have great songs
<1> heh. should freelancing hourly wages be less than my salaried job per hour?
<10> it depends on how experienced you are
<10> you should be charging absolutely as much as people will pay for you dude
<12> my freelance wages are always way higher then my salaried
<1> i don't want to rip this guy off
<0> alright, looks like its working. sweet =)
<10> see? my freelance php is way lower than my salary
<10> but I work in a different field!


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#kl
#india
what is bruins
salamn namaste + quotes
#allnitecafe
how many megahertz or in gigahurtz
Where is Love? lionel bart mp3
#chat-world
#kl
#india



Home  |  disclaimer  |  contact  |  submit quotes