| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> i have a stalker <0> lol how flatering :) <1> they're not that great :) <2> itrebal only becasue you **** at stalking! <3> heres a message to this ****ing kike Chameleon22 and Jymmm, you both belong in Auschwitz ****ing ZyklonB , ****ing junkys. Heil Hitler. <1> Jymmm: ssshh <1> isnt that terms for being klined? <4> +b <0> uhh i think the boy generally uses jew as an insult lol <3> Sieg.. HEIL! <1> i'm pretty sure that gets you klined <3> php = **** , and stallman is a jew <4> perfecto <5> how could that be that in apache mysql support is working and in console not? <1> 3...2...1... <2> itrebal I ban all the tor connections
<1> what is tor? <4> wikipedia <2> itrebal it's anonymous surfing <1> ah <4> look it up <0> settd, there should be 2 php.ini files in /etc/php... directory one for CLI one for apache. Check the CLI ini one <4> itrebal - and home for tons of abusers :( <1> gotchya <1> :( this pains me - i have to isntall XP <5> Chameleon22> it worked, you rock! thanks a lot! <0> itrebal, i need to book mainframe time at work - thats a pain 1 <0> settd, np <1> heh <6> :( <0> i then need to learn how to use the bastard which i equate to nailing own testicles to the floor <6> Now I am confused! <0> Gargoyle, abou? <6> That phppatterns doc says data access and model only exchange 1 row at a time. Is that not slow? <0> Gargoyle, translated to stupid for me, not following you <6> never mind. Just kinda mumbling to myself. <0> kk <6> :) <6> So, you put the business logic in the model? <0> sounds about right <1> Jymmm: cleanup? <7> is -> ***ign? <1> Enur: ..what? no <0> Enur, "->" invoke a method or a variable of a cl***. Cl***->methods() so "->" can be thought of as "call the following method" or $cl***->variable = 3; in which case you are using -> to access a variable <0> you should never need to use "...->VARIBALE = ..." outside the actual cl***. always have set and get methods <7> ok <0> better yet use private/protected/public if you are using php 5 <8> Chameleon22: Can you implement set and get methods in PHP like CSharp? <9> Do anyone know some kind of guide on how you cna create 1 guest book per registered user you got? <6> HumleNini: Not really. <0> HumleNini, as in use "implements" construct for an interface or use set and get to manipulate private or protected variables? <10> any admin in here? on Italian servers people complain that cannot enter here because you did ban the whole main italian ISP, interbusiness.it <10> that's really pointless could you please remove that ban?? <11> G0NZ0: They should speak to Sal <0> Free_one, ehh hard one, depends how comfortable you are with php and postgresql (or its dummer retarded yuonger brother mysql ) <10> but why ban the whole country lol <10> many people might not know Sal <10> and cannot enter here <11> since when is ISP a country? <8> Well, declare a private member variable, and then create get and set methods, to define which rights the user has to update the variable. <9> I'm not the best at php that's why i'm asking for a guide <12> Stormchaser: china <10> 90% of italy is under that isp <13> interbusiness.it doesn't even launch here ;] <10> and anyway ban a whole isp is a bit too large isnt it <14> are functions case sensitive? <11> G0NZ0: It's Sal's idiocy that earned the ISP-wide ban <12> probably just on their intranet lol <15> Fushuing: yes <14> so iRC_send(); won't work if the function is IRC_send(); ? <12> 90% of italy was banned? <13> =] lol <15> Fushuing: exactly <0> HumleNini, if you are using PHP5 then yes , there are private/public/protected variable modifiers. If you are using PHP4 you can still do it but people will still be able to access variables directly. PHP5 basically has same OO functionality as java more or less <16> I need some help with multi-line regex's <13> Fushuing: no <10> yeah i dunno if 90% but many people
<11> Fushuing: PHP's functions are case-insensitive <17> what are "Magic Quotes GPC" ? <13> it wouldnt work <6> tempest_: Yeah, Stormchaser is working on getting the remaining 10% ;) <13> what.. <15> EvilGuru: add /something after it <13> nbm <12> lol <16> http://pastebin.com/621734 is my problem <0> Free_one, dont know about a guide but you can pm me and i can talk you through it, its not terrible hard <13> http://unix.rulez.org/~calver/pictures/Italian_behaviour_on_IRC.gif :] <13> maybe that says a lot sometimes <8> Chameleon22: Check your PM. <0> quiet, dude read the manual!!! its a way PHP pretends to secure data - try to avoid having them m on <0> HumleNini, sorry dont have anything from you, try again <1> wykis_: wah <17> Chameleon22, okay, I'm installing Joomla... or trying to - and it recommends that it is turned on. <17> Chameleon22, and "Display Errors" <14> wykis_: no difference <15> EvilGuru: I'm looking at it <8> Chameleon22: Got a message now? :S <11> quiet: Then look into another CMS <16> webustany: thanks <13> :]] <0> quiet, uhhh ok turn them on then, usually its not a nice thing i recommend the manual for greater detail <12> quiet: scripts should never recommend environmental settings for you <12> if they do, they probably **** <11> HumleNini: He doesn't get your message, because you aren't registered. <8> Oh. <0> HumleNini, no, did you get mine? <18> hello <8> How do I register? <13> HumleNini: /ns help register <0> HumleNini, i just messaged you <12> /umode +6 ftw! <8> ty <13> or /msg nickserv help register <12> you don't need to register as long as the recipient has the usermode +6 set <13> really?;} sweet <11> tempest_: Enviromental recommendations are okay, but register_globald, magic quotes are bad. <13> Stormchaser: can you tell me why amgic quotes are bad? <0> wykis_, XSS <19> hm <12> Stormchaser: scripts should be flexible however, and use ini_set for temporary changes where necessary <13> i tend to remove them and use stripslashes <13> Chameleon22: XSS ? <2> !+xss <20> [XSS - Cross site scripting] NEVER accept user input without some type of filtering . See: http://en.wikipedia.org/wiki/XSS and http://www.technicalinfo.net/papers/CSS.html <13> what? <13> i always filter input :] <0> wykis_, cross site scripting attacks and code injections <17> well... it says it's not required for operation though... so i'll leave that off... is turning on display errors a security risk? <15> EvilGuru: OK, I understood the problem... Gotta find a solution now :) <12> quiet, it's an inhibitor to somebody doing an SQL injection vuln if they can see parts of the statement where it errors <0> quad_, display errors on production system will show attackers some of yoru setup info so generally you would not show it and log it to a file <17> tempest_, ah. okay. <15> EvilGuru: I'm not sure regex are the right tool... <15> EvilGuru: If your document is xhtml valid, it would be easier to parse it with simplexml <15> EvilGuru: Can you describe the background of the code ? <12> EvilGuru: DOM for the win <15> EvilGuru: Because, the thing you want could be done simply, if you think about it before producing html code <2> think? Nobody in ##php thinks. <15> Jymmm: :-p <21> Drakas: There? <15> EvilGuru: Still there ? <7> does anyone know why you can refer to variables which are not initialized? see source at http://pastebin.com/621971 <13> DespNekus: yes <13> Chameleon22: code injections?! <13> how? <16> yes <16> still here <0> wykis_, giving an alternative variable value <11> wha?
Return to
#php or Go to some related
logs:
#bash #perl #openssh #openzaurus #kde hibernate-ram write error: Operation not permitted bash script variables from a config file #perl dev shm resolvconf ubuntu install myphpadmin
|
|