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



Comments:

<0> I always get the error:
<0> Warning: preg_replace(): Compilation failed: missing terminating ] for character cl*** at offset 4 in...
<1> Hello... what's the $_SERVER subscript to get the server tokens?
<2> I get a 403 Forbidden error. What should be the permissions of .php files
<3> its an .hta access issue
<3> sounds like
<4> Molla: \ just a guess escape, most likely a bad guess
<5> anyone know how i tune PHP in IIS?
<5> i got 100% CPU i wanna tune the CPU use of PHP IN WINDOWS IIS 6.0.
<6> GNN-Ricardo: what is doing the 100% cpu?
<5> many process in PHP open and CLOSE every request
<5> i try FASTCGI but gone many disconect's in SQL
<5> and NewAds do not work properly
<3> I could be sarcastic and start blabbering about linux
<5> but CPU go to 20%
<6> which process is doing 100%?



<4> raise the virtual mem, maybe it'll take some load off it
<7> GNN-Ricardo: you read the INSTALL file ?
<5> no process go to 100%, i got MANY process
<5> BELIEVE it's not a PHP LOOP
<5> how i raise it?
<6> stop shouting
<4> lol
<6> list the processes that are creating the load
<5> what INSTALL file? in FASTCGI?
<5> php.exe
<8> can i use 2 WHERE's when doing a mysql query?
<1> !bot
<6> nanotechh: use AND
<4> nanotechh: use AND/OR
<8> thanx :)
<6> GNN-Ricardo: if its php.exe what scripts are being run, that is most likely the problem
<9> is this sort of useable? => cCl***Helper::Exec('cExample.Output', "Hello ", "World!"); // echoes Hello World!
<6> if the memory is maxed out or lots being used, then their could be a memory leak as well
<5> flaccid do you know a tune?
<6> php.ini is what you can tune with
<6> but that is not going to help you with the problem
<4> 69 boyz - tootsie roll :P
<6> why does windows always have to be about 'tuning'
<5> fastcgi hav etuned my php and i got 20% CPU
<3> because it wasnt built right in the first place
<6> well good for you GNN
<6> looks like you have a solution
<10> kittyanya: *ruffle*ruffle*
<11> meep!
<10> :)
<11> You scared the pixels out of me!
<10> kittyanya: http://storm.homeunix.org/misc/bts/page11.jpg <-- how the original picture looks :)
<8> to grab GET inputs its $_GET[] right?
<12> How do I make my pcre pattern so that it matches the first time the specified character occurs and not the last time? E.g., /b=\"(.)\"/ - that last " should match the first " in the text, not the last.
<11> *ZOOOOOOOOOOOOOOOOOM*
<10> lol
<10> kittyanya: finally got my domain :)
<11> WOOT!
<1> How would I get y servertokens?
<11> nanotechh: $_GET[] - yep
<12> It's like i have to make the pcre lazy and not aggressive, but I forget how.
<6> xpowerstudios: ff is only made with C / C++ / JavaScript / XUL
<8> thanx
<10> kittyanya: is it so bad? :)
<11> nah, it looks great. building up to action. =D
<10> *nod* :)
<4> flaccid: no doubt at all thats correct
<6> no java!
<11> her hands look awesome. you're improving so well
<4> flaccid: makes me happy too! :)
<6> good
<10> kittyanya: I'm still puzzled, how did I managed to draw her paw so good... I'm usually bad at handart...
<4> flaccid: absolutely
<10> Umm... *paw*art :)
<11> after drawing soemthing over and over and over, you naturally improve ;)
<6> [11:44] <kbrosnan> With the Gecko core using C, C++, and some JavaScript. The Firefox interface uses JavaScript and XUL
<10> *hopes*
<1> How would I get my installed PHP extensions?
<12> freeone3000: phpinfo()
<10> !tell freeone3000 about modules



<1> levander: Thank you...
<10> kittyanya: Anyways -- Color and outline tommorow :)
<11> okie dokie ^_^
<10> kittyanya: you might want to talk to TML about the improvement in drawing ....
<10> :)
<13> how can one find duplicate records in a table ? basically the opposite of distinct ?
<10> dos000: #mysql
<13> Stormchaser, tow !
<14> hm- how do I enable virtual directory support?
<14> heh
<15> quick question: are there issues with setting up php 5, with apache 2.2.2, on windows?
<10> robert_: #apache
<14> ah
<14> so, it's not php, it's apache
<14> heh
<16> quick question, for some reason this variable I'm defining in a config.inc.php file and then this other file via require() isn't accessible from inside a function :/
<7> rtyler|intel: learn more about the variable visibility in the manual
<3> catch the channel at the wrong time and all you'll get is rtfm
<17> i have user databases without p***word and i want to prevent them from accessing eachothers databases
<17> argh
<16> epichero: I'm used to it :/
<16> OmiKrOn: got any specific references to the manual?
<18> look up the global keyword
<3> pretty much
<18> leon: why not add p***words to the databaess?
<19> or just grant users access to only their database
<17> Xyphoid: i'd rather not since mysql doesn't provide external p***word verification
<20> argh.
<18> i'm not sure what you mean.
<17> well ... i've set up apache to use suphp (acts kinda like suxec)
<16> Xyphoid: the global keyword was exactly what I was looking for, thanks :D
<17> so the script is actually run under the id of the owner of the file
<16> (worked like a charm :))
<17> Xyphoid: the thing is that it's one of many services i provide my users and in everywhere else i use centralized authentication
<21> http://pastebin.com/721700 , seems like the img src link is wrong, any idea/
<22> are there any suexec-type mechanisms that I can use with php5 under apache2?
<17> wouldn't like to have to make users specify any different credentials for accessing their dbs
<20> calling php from the command line on linux doesn't find your php.ini automagically, does it?
<20> so this means it's a bitch to install phpdocumentor if my memory_limit is too low; and i can't up the memory_limit in php.ini because php won't find it.
<20> ... and i can't specify an ini setting manually because i'm calling `pear`, not `php`
<20> -> help!
<1> ini_set()
<22> CloCkWeRX, you can use a .htaccess file
<23> Hey guys -- This problem is killing me, any kind of help would be really appreciated. At least once every hour, a user on my php intranet is getting the HTTP headers printed to his browser and then the html source follows. I am not sure If this is a php or apache issue but on apache no one ever had the issue. I have included a sample of the output here : http://pastebin.com/719965. Thanks for any help.
<22> CloCkWeRX, php_value memory_limit "60M" inside an <IfModule mod_php5.c> block
<6> jeedee: Expires: Thu, 19 Nov 1981 08:52:00 GMT?
<22> jeedee, sounds like something is outputting \n\n before you get to the real headers
<22> orrrrr, could be that
<20> *sigh*
<23> Id like to tackle why it is happening randomly
<20> command line, cjaymes; apache isn't even in on this act
<23> My "index.php
<23> oops
<23> My "index.php" that is including every page has no "special" code, I wonder why it would output \n\n
<22> CloCkWeRX, oops, missed that line
<24> can the contents of the array $_SESSION be manipulated from a web browser?
<6> litage: no it is server side
<22> CloCkWeRX, php --php-ini path|file
<20> cjaymes: try again -> we're using `pear` not `php`, which doesn't take php's command line options
<17> hrmm .. is there any way i can see the database name in use in a mysql_connect connection ?
<22> grrr
<22> I'm not doing well this evening
<22> how about: -c file find user configuration in `file' or -C file find system configuration in `file'
<22> pear help options
<23> Im going to try a couple of things, thanks for the help guys.
<22> did I atone for my inattention?
<20> n/m -> exporting the PHPRC environment varible
<20> HURRAY
<25> why ##php and not #php
<1> !about
<20> ... or not


Name:

Comments:

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






Return to #php
or
Go to some related logs:

hostname lookup failure gentoo
matlab libmaple
acpi_os grub
#osdev
#web
OS Not Found EFI
libggi2 kubuntu
CONFIG_AEABI OABI_COMPAT
fedora invalid compressed format ReiserFS
dmix which package gentoo



Home  |  disclaimer  |  contact  |  submit quotes