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



Comments:

<0> iis :O
<1> dynamic ip.
<2> philip: you were quieted not banned, silly...
<0> edhaskl, may i ask why its running IIS?
<2> there
<1> silli: not really :)
<3> hey folks.. i have a really stupid probablem developing.
<4> i just typed /unban philip what do i know :)
<5> lol
<2> philip: mode ##php -q <nick>
<5> philip try unmuzzle next time
<4> mode, now that sounds like a useful operator
<3> i upgraded apache/php using WHM to 5.05.. when it finished, it wouldn't load php pages (gave a "You have chosen to open" error)
<3> i converted back to 4.33, still getting the same error.
<2> philip: Just make sure you don't screw up chan modes :)
<3> Checked the httpd.conf, and it has AddTypes forapplication/x-httpd-php php files



<4> lobas is on the ban list :)
<1> Silliman: i've never run itno any probs ruunning iis. inface infact it's much easier to setup.
<4> oh, quit mode
<2> Lyal: Clear the browser cache and try again
<0> edhaskl, depends
<4> lobas if you would like to speak, ask someone :)
<1> Silliman: heh actually im running an xp box an apache right now.
<0> 1 cmd is enuff to set apache op in linuz
<3> same action
<2> what is 'linuz'?
<1> im at a friends house.
<3> recleared browser cach, and it had the popup
<2> Lyal: Does apache even have the PHP line in it's header?
<6> ChanServ- An access level of [10] is required for [OP] on ##php
<6> what!
<2> ...
<3> which line is that?
<2> make a 404 page and look there.
<6> it appears my role in the opwar is that of mere cannon fodder
<2> nekrom: more like canon ball or in other word: 'shootee'
<5> nekrom: The war has been over for at least 3 hours, where have you been?
<6> nobody tells cannon balls about whats going on
<3> One sec storm
<7> is $x="" same thing with $x="0"?
<4> is 4 the same as 5?!
<7> :)
<5> philip yes
<7> int
<7> :)
<5> oh wait... this aint TZ is it.... nm
<4> and in your case, string :)
<7> empty($x) see x in both cases as empty
<4> as documented, yes
<4> perhaps http://us2.php.net/manual/en/types.comparisons.php will be of some use to you
<7> thanks
<4> btw, empty($x) would return false in php 3 :)
<7> hmm...
<4> for the "0" case that was
<4> but nobody uses php 3 :( :)
<7> how can i send $x="0" from a form
<7> and empty($x) to be !empty
<4> you can look at the php source (C) and change it :)
<2> philip: There is still a site I know of, that uses PHP/FI and there are still some sites, that use PHP1.0.8 :)
<4> i looked and could not find php1, just php2
<2> lemme see...
<8> ****ed irssi auto-join
<4> strat: how about empty($x) && $x !== '0'
<9> Does Zend engine have any parsing bugs?
<4> no, they are features!
<10> php1 php2?
<2> is lith banned from here?
<4> php3 phpinfo() output looks horrible
<9> zircu, Zend v2.1.0
<9> Indentation and session expiration seem mysteriously connected here.
<2> mazzanet: Are you around?
<11> how can i replace and with the corresponding HTML values on a whole page?
<11> with PHP
<12> Apocs: Look at htmlentities()
<2> Jymmm: *poke*
<13> POKE!
<11> tnx jules



<14> hi guys. i have a simple article system thats using id to identify its pages. can anybody teach me how i can make a title only/relevant search script.
<10> ugly like: http://php30.zirzow.dyndns.org/phpinfo.php?
<14> or maybe point me to where i can find such script
<2> zircu: Ew. Kill the designer, please.
<15> hi, does anyone know off hand which encoding supports &pound in xml? or even itself ?
<16> hey, i have a question about phpbb sort of
<14> anyone?
<16> how would i put a login / registration panel on a seperate page one dir up
<16> for example
<2> Vyker: htmlentities?
<16> in index.php in webroot i want login + registration stuff
<16> and phpbb is in webroot/forums
<16> any ideas?
<2> no, we don't support any of that stuff...
<15> Stormchaser, yeah that changes to &pound; but when i view it in an xml file in IE, i get an error at that piont.
<17> "Cannot instantiate non-existent cl***: mysqli" -- How do I enable this on a linux box?
<18> hello
<2> Vyker: Then blame IE
<10> \zxc: build php with mysqli
<17> bleh, it's a plesk box.
<17> I have root, but if I touch it I'm likely to break plesk.
<15> Stormchaser, haha, same problem with FF too, do you know any speical encoding i should specify in xml decleration to show these special characters? or any links?
<2> Vyker: Why don't you convert the charset in UTF-8?
<5> ASCII RULES!
<10> *for dos
<5> for everything!
<2> Jymmm: lith is asking why was he banned... I have no log for april 6th... Any idea, what happend?
<10> well, my /lastlog shows he was here within the last 24 hours
<19> Hi; if anyone uses Eclipse/phpeclipse for coding, one question: how can I make a portion of the code to fold (if it's not folded by default)?
<2> hum
<2> ah, I see it... Jymmm banned bit more than needed...
<10> acually, 21:03 UTC today is when he left i dont see any ban from when he joined to quit
<10> hmm.. my clock is all messed up on this machine
<20> hell everyone
<20> err. hello everyone
<20> I was wondering if anyone had any suggestions on how to record a users IP address (into mysql).
<21> There are two ways normally, either convert it into an integer and store it there
<21> Or just store it as a string in dotted notation
<21> the latter is more obvious for human-readable reporting, the former better for doing things like looking up in IP range databases
<2> I swear I'm going to make an IP factoid...
<2> !+ip
<2> heh...
<22> Morning
<2> heya, lig
<23> I have a huge problem, I'm evaluating seperate sections of php from a page and using a function that automatically wraps ob_start(); and clean, but for some reason these sections cannot interact and share variables, any clues?
<22> Hey darlin' Stormchaser
<20> Tarantula, is it possible to combine the pages and use steps (case) instead?
<23> strixy: well I'm grabbing the php elements from a page using a regex
<20> MarkR - is there a getip() function in php? I've searched, but can't ifnd one
<4> there is no function to get an ip, just predefiend server variables
<21> strixy: http://uk.php.net/manual/en/reserved.variables.php#reserved.variables.server
<4> Tarantulafudge: read about variable scope
<24> simple question: I want to put as a default value for a form something that contains " and ' but I don't know how to do that is there a way? (because php excapes the value fiels)
<20> tarantula, I would say use a session, but I'm avoiding that very scenerio at the moment myself
<2> !+ip
<25> Intellectual property, but you're probably reffering to gathering client's IP address... $_SERVER['REMOTE_ADDR'] might be what you want.
<2> :)
<26> hi there
<26> Anyone know how I might use borders to show which page you are on via a nav system that is called externally via php include?
<2> what?
<26> sorry not well worded.
<20> philovirus, you talking CSS - now that I can help with!
<26> I've got a css based nav system that shows a border based on a cl*** tag. I'd like to have that nav menu be called via an include. however doing that breaks the cl*** tag method I'd been using.
<2> yes, but not here.
<2> #css, please.
<26> yeah css is dead at the moment but I'm fairly certain it's the php include I need to work on.
<2> Jymmm: Are you here?
<20> philovirusm i'll pop into #css
<26> thanks :D
<0> philovirus, if you include how can that break the cl***?
<26> the nav.php file is simple html but I'd like to have the css underscore the current page. using straight css I can just make each page have the nav bar inside with the correct link using the cl*** tag to do that.
<26> With it external in it's own file the nav.php doesn't allow me to do it that way.
<0> philovirus, if you do something like if($page == $_SERVER['PHP_SELF']} echo 'cl***="highligted"';
<27> what is a good DB abstraction library in case i want to change database later?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

1280x1024 1024x800 i810
freepdf BitBlt
kftpgrabber sucks
mysql 5+drop table+error 1051
gentoo revdep-build
mplayer for utumbu
ubuntu glibc-devel sources.list
xorg-x11 7.2 ebuild
qtparted i dont have the option to resize
#perl



Home  |  disclaimer  |  contact  |  submit quotes