| |
| |
| |
|
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 27 28 29 30
Comments:
<0> indeed <0> the dictionary doesn't define language, you know. It only analyzes and describes existing language <1> FliesLikeABrick, I'm wondering if it is possible to make www-data have 'higher' permissions or something. Or would that breach some security? <0> common misconception, RhastaW <2> ok, so depreciated isnt a word? <0> yes, it is a word <2> i know it doesnt define language <2> but it is a word <2> and saying it isnt makes you look like a retard <3> http://dictionary.reference.com/search?q=depreciated <0> you said "that doesn't magically remove it from the dictionary," which made it seem like you were missing the point <4> Take it to #English <0> we've moved no from that, RhastaW. I admitted my mistake. <0> there's only two other people in #english <0> *moved on <1> This would be so much easier if php just has root privelages.
<2> oh god <5> why cookies might be set in past ? <6> I'm sorry eleaf, but I need to go. Gander at the php manual page for chown if you haven't already <4> ks to expire <1> eek <3> ks: to delete them from the user--- yeah, what Jymmm said. ^^ <1> FliesLikeABrick, yes I have. php can chown files fine that aren't root... <1> or similiar to root (like www-data) <5> well it doesn't make sense as it's PHPSESSID <1> Thanks FliesLikeABrick anyways. <1> Does somebody want to help me to give php root privelages? <5> i used FF extension to track incoming cookies: it expires 1969 <6> Eleaf no offense, but you absolutely **** at clearly explaining things. I've been here for almost 20 mins and myself and just about everyone else who has tried to help you has been confused by who owns the file, what these "Special permissions " are that www-data has that make it as good as root, and just about every other things you've said with the word "root" in it <7> Does anyone in here have any experience with designing a tagging/folksonomy system? <1> FliesLikeABrick, you need root privelages to edit something that is owned by 'www-data' <1> I looked it up in my system and www-data isn't even a user! But nothing but root can edit it. <4> Eleaf www is apache user <1> Except part of chmod seems to work on it, chown is the main thing I need <1> Jymmm, ah I see. <5> Jymmm can it be cause of server's settings ? <4> Eleaf I siad watch the enter key FOUR TIMES... now you get a coffee break. <6> Sorry I can't help any more Eleaf. Thanks Jymm for going about such a thing in such a reasonable and fair manner <7> Does anyone in here have any experience with designing a tagging/folksonomy system? <8> tagging/folksonomy system? <8> what the hell is that <9> swytz: New buzzwords for having your readers/community cl***ify things for you. <9> See: Flikr <8> oh. <7> swytz: basically simple meta data <6> just to clarify, that wasn't a sarcastic comment ;) <8> web 2.0 gayness. <7> flickr does it, del.icio.us <7> etc <8> yeah. <7> swytz: :P I'm sick of that buzzword :/ <10> And both of them predate the existence of the term "web 2.0". Interesting, that. <8> cody; yep <8> me too. <7> ajax is way older than this web 2.0 crap <7> yet it keeps getting revived over and over again with a new name <8> yeah <8> god forbid we call it xmlhttp <8> because that just wouldn't be accurate. <2> it's all because of the X <8> it needs a marketing term <7> But does anyone have experience with them? I need to kind of see how a system would be setup (ie tables and such in the database) <2> makes it so much ***ier <8> cody; depends on your platform <8> cody; i personally use CakePHP for all my database structures <8> heh <7> it's non existant as of right now <7> CakePHP? <8> cakephp is basically ruby on rails <8> but in php <8> MVC application model <7> ah <8> i can produce full applications in like 2 days now. <3> so it's ruby except that it's not ruby <8> yes
<8> no <7> heh <8> ruby is not ruby on rails. <8> just like cakephp is not php. <8> it's language vs. framework <7> So basically would I just have an object that has a primary key, then that key would be a foreign key in the tag table per tag it has? <11> when i do require_once "blah.php" how does blah.php know which file callde him ? <10> gotaq: It uses your include_path. <10> Oh, the calling file. It may not know. <11> really? <3> gotaq: $_SERVER['PHP_SELF'] should contain the name of the original PHP file that was invoked by the request. <12> gotaq: no, you can't tell which file called the include without setting a variable somewhere first <11> no way of knowing ? <10> PHP_SELF may be it, but then again, it may not. <7> gotaq: Set a variable before including the file <10> Maybe an intermediate file did the require_once. <11> nah, its what i wanted <3> if you only have one level of inclusion (i.e. don't include files from included files) you should be able to determine his/her/its name from that. <11> does PHP_SELF give it ok, both for runnig as cgi and as apache? <13> bye <7> So does that simple structure seem alright? <7> So basically would I just have an object that has a primary key, then that key would be a foreign key in the tag table per tag record? Sound decent/efficient enough? <14> I am working on a picture gallery. The pictures are going to be stored outside of webroot to ensure they aren't directly fetchable. I won't have any problems looping through the pictures, sending appropriate headers for each image, and then using readfile function to output the binary picture data will I? <11> is there a command to give me the filename of a given string path? <3> basename() <15> anyone have good book recommendations for working with php and test driven dev? Something leaning more example of what/how to test? thx <16> anbody here uses xdebug ? <17> hi there <3> greetings and salutations <18> xxoxx: Only as part of Komodo. <17> having a problem regarding sql but to be used with php <17> here it is if anyone could help, http://pastebin.com/630028 <19> i have an array which has gaps in the keys and i want to simply keep the order they are in but restart the key values from 0 ... how can i do that? <3> Epilog: what are we looking for? <3> rift: $array = array_values ($array); <-- try that (I think that's the function name) <17> Vystrix_Nexoth: the correct sql query to execute :D <17> Vystrix_Nexoth: to get the mockup table <17> Vystrix_Nexoth: p***ed all the afternoon trying to get that to work <19> Vystrix_Nexoth: thx...worked like a charm <3> hmm... hard to grasp what's going on, there's so much there. what's the specific problem you're hitting? why wouldn't a "SELECT * FROM whatever" have worked? <3> rift: np <18> Epilog: Are you trying to get the MAX() of a count() call? <17> Viflux: I think I got it, SELECT createJob, createUser, createDate, SUM(IF(u.GroupName = 'Hotspot', 1, 0)), SUM(IF(u.GroupName = 'Hotspot_Dia', 1, 0)), SUM(IF(u.GroupName = 'Hotspot_Mes', 1, 0)), SUM(IF(u.GroupName = 'Hotspot_Bonus', 1, 0)) FROM usergroup u WHERE createJob IS NOT NULL GROUP BY createJob <18> Epilog: That's some of the ugliest SQL I've ever seen :) <20> is mod_security a must install for shared hosts? <17> Viflux: :D:D <4> !+pastebin <21> Submit your code to http://hashphp.org/pastebin or http://cpp.sourceforge.net or http://php.pastebin.com then tell us the URL and a summary of the problem. Don't flood by pasting in the channel. <20> Where can I look a complete lists of existing modules? <18> Epilog: Does that work? <20> woops, wrong channel <20> :) <22> Jymmm - only saw one line there <17> Viflux: kinda <17> Viflux: the last one works like a charm <23> i'm having trouble configing php5 to work with a mysql5 server, any suggestions/referances... google hasnt helped me <2> have you got the mysqli extension <2> or are you trying to use the old one <23> they're both fresh installs, i've hunted down the mysqli extension and have stopped recieving errors <23> (also hunted down libmysql) <23> but it won't connect <23> note: I've never configured php or mysql before however my php scripts (freshly learn't and written) work fine <23> so I'm ***uming it has to do with my config of php with respect to mysql <23> i just dont know how to edit/check that <24> Nith, is mysql running? <24> libmysql is not a mysql server <23> tempest1: yes, and I've checked to make sure the database is still there <24> ok <23> nono, for some reason i couldnt get php_mysqli to load w/out libmysql <23> i found a thread stating the same thing on some forum <24> oh ok, i see what youre saying <24> what's the exact error you get? <23> I'm actually not reciving an error... the problem is the line....
Return to
#php or Go to some related
logs:
pl2501 vista TypeError: an integer is required subprocess gentoo minimal install ipw2200 python _mysql_exceptions.InterfaceError: (0, '') #php request tracker client does not support authentication protocol +suse 10.1 +kdm change theme x11vnc xdm gentoo #xorg ubuntu cinelerra freezes
|
|