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



Comments:

<0> or write your own
<1> gotta give it a try
<1> i'm findinf that a lot ofsoftware that i use is REALLY bloated...
<1> i was an azureus fan until i found utorrent
<1> man... what a waste
<0> that's because azureus is java
<1> i feel robbed for a year
<1> but the size difference is something extreme
<1> i haven't downloaded a doanlowad program that weightes less than 500k for a long time
<0> that's why i prefer software designed for a specific task
<0> i don't need video in an audio player
<0> foobar2000.exe 308KB
<0> components/ 1.89 MB
<1> are the plugins easier to program?
<0> probably
<1> are there something like the Global Hotkeys in winamp?



<2> global hotkeys ****
<2> every single keypress has to be sent through a hook
<3> if i could only get into this string cheese package
<3> i would be stoked
<4> can i ask a question about web design
<3> sure
<3> but answers cost extra
<4> lol
<4> I am working on a project for school and I am doing a css style sheet.
<3> css is bad
<4> I am using it for a form, and I got all of my fields to work except my drop down box
<5> hey
<4> We have to use css
<3> css is bad, mkay?
<5> okay.. i think i found a bug
<4> i dont like it but i have to do it for school
<5> anyone have a function within a cl*** which returns mysql query resource?
<5> or rather result resource
<4> we are getting ready to do php
<6> Good Night.
<1> what configuration do i need to do on the php.ini file or something like that for the mail function to work?
<7> can anyone go here, please, http://elitedeco.com/Aimee-Lighted-Headboard-Queen-Bed-pr-8.html and try to tell me why does the image, kinds of "rescans
<7> everytime you refresh the page?
<3> the image doesn't load at all for me
<7> ? hmhm i am testing it in 2 different pc's.. i can see the image... but it kinds of 'rescans' .... what are you using techno ?
<3> FF
<7> me too... =\
<7> do you see the rest of it... or only the pic doesnt load?
<8> hm. A horizontal white bar does in fact cross the image
<8> downwards
<3> it doesn't load on windows 2000
<3> but does on fedora
<3> and loos fine on reload
<7> hmhm any ideas on what could it be? =\
<3> although, theres no way in hell i would buy that bed for 1129
<9> looks fine to me
<9> it's ugly, but it looks fine
<7> lol.. they are just test items for now ;) prices are very good actually
<7> you dont see, like a scan line, going over the pic on reload?
<7> or if you click on Bedrooms, then you see a re-scan of every picture on reload.. ?
<1> i see it, do i win something???
<3> a horribly ugly bed
<9> lol
<1> i can burn it for heat
<7> you win... to tell me whats doing that? eheh
<7> look, go there.. http://elitedeco.com/Bedrooms-c-1.html let it load, then refresh, and see how it does it.. its not normal..
<3> loads fien for me
<2> not me
<1> no imager for me
<1> images
<7> mr eko, try again, sorry,
<2> Technobabble, you using IE?
<3> FF
<7> what happens, is, you first all images loaded, then, all the pictures disapear and start reloading.
<10> those thumbnails must be giant
<2> Ok, instead of saying, "It doesn't work", how about you get to specifics and paste something to the pastebin
<7> i am using <img src="imagesam.php?productid=variable"> then imagesam.php looks for the right file to load..
<7> poutine, i dont know what part of the code is doing it... i just see what its doing..
<2> imagesam.php would be my guess....
<7> its "rescaning" the images on loading..
<10> i'd wager it's because you're not sending a correct content-type header



<7> http://dalphp.shoggoth.net/pastebin_view.php?713
<11> whats up gar
<2> http://elitedeco.com/imagesam.php?productid=5
<7> that doesnt do the rescan..
<2> not much Qm|4
<2> why does our pastebin **** so much?
<3> 'cause tb made it
<7> http://elitedeco.com/imagesam.php?productid=8
<11> lololol
<2> NetGene, are you using register_globals?
<7> that.. doesnt do the rescan.. only when i load it from <img src..
<7> yes
<2> you shouldn't
<2> and you should clean all vars going into SQL queries
<3> just think of your database as your *****
<3> don't let nasty vars in there
<2> I can't see where a lot of these vars are being set
<3> make them wear a condom of mysql_escape_string
<2> $default_image for instance
<2> wtf is func_readfile, etc
<2> there's no way anybody can help you with this
<7> :(
<3> i have a george_clinton func
<7> i tought maybe someboy had that happened before, when calling a functon inside <img
<2> NetGene, 1. your script is incompatible with the majority of php implementations out there (register_globals), which makes it hard for people to tell what is defined by vars p***ed to it, what's defined in the config.php, etc
<2> http://us3.php.net/register_globals
<1> i need help with that mail function
<1> it just doesn't works, and i have zero idea of mail servers
<2> http://elitedeco.com/imagesam.php?productid=5
<2> sometimes that shows headers, sometimes it doesn't, and sometimes it's just blank
<2> unless you just changed something
<2> only hint I can give you is do proper checking on the SQL query
<7> thanks poutine.. but altough that would help in avoiding other problems, i think the actual problem is another... and i cant find where it is happening, when i refresh my browser, i see the images loaded and then they start rescanning again... it only happens with the product pictures going to that script, not to the button images for example... but thanks for the help..
<7> if anyone still wants... http://elitedeco.com/Bedrooms-c-1.html look, the top images, come from the script.. it has to do something with the header() i am sure, but dont know why... then the second image, is a straight picture directly from file.. if you refresh, you see the file images appear nicely, then the function pictures taken from the database re-re-refresh themselfs..
<2> http://www.x-tray.com/
<2> that
<2> 's pretty cool
<12> trying to pull out the To header from an arroy of email headers
<12> $to = preg_grep("/^To:\s/", $headers); doesn't seem to be doing the job
<12> what am I doing wrong?
<13> hi
<13> <? while(1==1){ print("hi..."); } ?>
<13> ;)
<14> Yes poutine, cuse instead of finding ways to help people quit smoking, we offer ways to do it more comfortable and safely.
<15> people are going to smoke.
<15> there's no way in hell you can ever in this lifetime expect to completely eradicate all smokers.
<15> so why not market a product for which there's guaranteed to be demand?
<16> you could kill them
<16> oh wait they already do that
<16> :)
<15> then what's the problem?
<15> you hate them so much, and they're killing themselves, so you say
<15> you should be thrilled.
<16> natural selection
<15> you should encourage them.
<17> better yet sell them brands with 10x the toxins
<17> it will eradicate the situation faster
<16> i smoked for the better part of 12 years
<15> YOU SCUM
<15> </sarcasm>
<16> i feel alot healthier now. im not so groggy in the morning etc.
<16> so i havent gone back.
<15> well there you go.
<15> I bet you just loved it when people gave you endless **** and vilified you for smoking, eh
<16> u get used to it
<15> you get used to people being retarded
<16> the better majority of people are retarded whether you smoke or not
<15> yeah.
<16> they worry to damn much about what other people are doing
<14> i want to invent a highly addictive ciggarette that when smoked, gives you 20 seconds of the happiest moments you'll ever have in your entire life. Then gives you the slowets most agonizing death you could ever experience in the following 5 minutes.
<15> Case in point, alakriti
<15> Thanks, Josh


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#java
#india
#india
#india
#allnitecafe
ninja kips
#india
p 10 jhalak dikhlaja
panipure
#kl



Home  |  disclaimer  |  contact  |  submit quotes