| |
| |
| |
|
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 31 32 33
Comments:
<0> enr1x, <0> take out the 'put' <1> yeah i noticed that after posting the <?php line <1> sorry for being so lamer <0> np <1> Wilik: the same as before, but instead of 30 seconds, the timeout is at 10 <1> Fatal error: Maximum execution time of 10 seconds exceeded in /home/enr1x/Lighty/shoutbox/shoutbox.php on line 54 <1> if i look line 54 i see a regular line <1> but its a while loop <1> could i try commenting it? <0> heh <0> theres your problem <2> enr1x: does the loop end? <3> Hey all i moved my pictures script to a new server and on the new server my navigation does not work at all. My vars are not getting set correctly on my new server... http://67.18.53.146/~lg/content/pictures/people/index.php is it working properly on the old server and http://lanceslife.com/content/picturesdev/people/index.php is the same script on the new server and finally http://lanceslife.com/source.php?file=content/picturesdev/peopl <0> no he has an infinate loop <1> id guess no, it doesnt end
<1> thats why it takes the cpu no? <0> enr1x, exactly! <4> I3ooI3oo: yeah i looked :P sorry im nosey, btw- should your /~aw be indexed and exposed?. anyways lol im still confused what does it actually do? <1> Wilik: thanks :D <5> can someone help me with preg_replace, i need to replace everything thats NOT a-z or 0-9 with nothing <1> now i have an undefined function... <0> enr1x, you should download a new shoutbox script as the one you have is a pos <6> you like stratigi games ? <1> Wilik: in theory its the latest one <1> i have edited the php <6> http://www.lefois.de/aw/tool/map.php <1> commenting all the lines that produce errors <6> is a working version <1> i see the shoutbox now <1> lets try it <4> I3ooI3oo: yeah oo ok ill have a look now. <2> enr1x: commenting out errors != solving problems <0> enr1x, more then likely its a path issue combined with invalid permissions and crappy code <6> if you like long indepth games check out http://www.astrowars.com/register/?r=29732 <6> its a game that take 3 months to play with 10000 peopel playing per game <6> from all countries <1> if you want to take a look at it its in http://enr1x.no-ip.info/shoutbox <1> it probably has crappy code, but the permissions are ok <6> and for people looking at the code i leave that directory indexed the actual server is a another server <3> :-( <0> enr1x, yea its crappy code <2> enr1x: sure you didn't comment out the output functions? :p <0> enr1x, probably written for php4 not php5 and things have changed between the two <1> Remi_Woler|AFK: its possible that i have commented out those functions. But otherwise the code wouldnt work at all. now i can run the half of shoutbox :) <7> hrmm... i'm thinking of writing an AIM to IRC bot <1> i mean, i have commented the output function <4> I3ooI3oo: wow! sounds amazing! i must have a go . ah ok then, just that the phpinfo file is a little revealing. <6> it fun <6> look me up i will be ranked #1 soon <1> i downloaded the shoutbox from http://shoutbox.sourceforge.net/ <1> it has no documentation, apparently <8> Any general thoughts on allowing users to set their local time to any possible valid time around the world? For example, let's say the servers time is set to Central, would offering the users the ability to set + or - 1 hour offsets against the servers local time be a good idea? <4> I3ooI3oo: haha nice! just registering now <6> take 30 mins a day spaced out for light play or more if you plan battles for an aliance <9> is there any software helps writing phpcodes+mysql like VB.NET ? <6> I am writing tools for our alliance. <6> http://www.shortbusriderz.com <10> are there any benefits to using the mysqli object-oriented approach as opposed to the procedural one? <4> cyphor: yes a very good idea, its actually quite annoying having to work with a server thats set to a different timezone than to the country you are in e.g. with time(); etc. <8> okay, I wonder how large the offsets should be? shouldn't they be 24 hours in either direction, or 12? <5> i need to compare 2x strings with eachother, but the probolome one of them has hidden chars that i can figure out what the hell they are. any ideas on how to compare 2 base strings <8> the data being p***ed with magic_quotes_gpc on? <8> or w/e that's called <11> Lets say I have dynamically generated non-web page. How can I get the browser to download it not as a webpage. <12> See http://php.net/header and the Content-Disposition example. <5> sjr check out header() <5> oct-stream for genaric download <4> cyphor: hmm i think it should be +/-13 hours each way. <5> or something like that, its one of examples <8> http://us2.php.net/manual/en/function.readfile.php might be helpful for forced downloads <4> cyphor: (each way from GMT) <8> okay, I got confused when some site said the International date line was 24 hours from GMT, and though the time doesn't change the date does... <11> thanks cyphor <8> np =) <1> i will go to sleep guys <1> happy PHPing
<1> Wilik: good night :) <8> nite <5> i need to compare 2x strings with eachother, but the probolome one of them has hidden chars that i can figure out what the hell they are. any ideas on how to compare 2 base strings <8> 2 base strings? as in base2 or? <5> no. one dynamicly generated from a shell_exec and the other is set sting to compare it against <13> hi guys <7> ok, i'm getting really tired of Gaim with IRC <13> i have a simple question i think <5> the probolome im having are there is some invisable charicters causing it not to == <13> i am starting php programming <8> I can't think of anything that might be added except \r\n \n or \ <5> cyphor any ideas? im strying str_replace but still missing it and i have clue how to format preg_replace <13> so.. let's supose i have a apache server for tests accessed from inside my netword using http://california:78/login/mypage.php <13> and from outside using a full url like http://california.doriva.org:78/login/mypage.php <4> http://pastebin.com/654907 any reason why that wouldnt work? different pages to view the script in action: http://drunknights.net/michelle and http://kingfishergc.org <14> I have a quick question, in other oop languages I p*** collections of data using a custom object, in php I see most dev's are p***ing data using arrays, is there any overhead issues I would run in to with using a custom object over an array? <13> de question is... how can i get the first part of url ex. http://california.doriva.org:78/ or http://california:78/? <15> is there a way to check if a file_exists with the http://www.website.com/ in it? <15> Pretto.. I have the answer. <13> joseph, please tell me <5> joseph file_exists() but you need to enable something in youre php config <15> msg? <13> actually i am setting up an constant.. but i have to change it to access from outside <13> can you help with this joseph? <15> Pretto.. MSG! <15> It is a bit of code. <13> ok joseph <4> Pretto: $_SERVER['HTTP_HOST'] or $HTTP_HOST ? <13> kind of that <14> that would give the full url <15> I showed him. <14> err full host <13> i am using referrer <16> Hello. :) <17> joseph: use parse_url <17> () <14> anyone have ideas on the question I asked?! <4> $_SERVER['REQUEST_URI'] ? <13> pvt please <16> How would I dynamicly resize an image and keep its original aspect ratio? :D <15> EvilWalrus.. did you run evilwalrus.com? <4> http://pastebin.com/654907 any reason why that wouldnt work? different pages to view the script in action: http://drunknights.net/michelle and http://kingfishergc.org <18> omg it's EvilWalrus <13> lilkid: /* Set current url */ $this->url = $_SESSION['url'] = SERVER_URL."project/admin/admin.php"; <10> does $this refer to the actual object? <19> kai_wp, calculate de % of reduction of a side, and aply the same to the other <13> $this yes <16> Um, sorry, but, how would I do that? :( <17> joseph: yes <17> Davey: yes, it's me <20> 1140035072 <-- what function was neccesary to make this readable to the non-unix user? <17> date() <20> ..really? <15> DUDE what happened.. I used to go to that site all the time. <13> joseph, i am waitting for you in pvt <17> joseph: check http://evilwalr.us <15> Pretto.. I send you a huge message <13> didnt come <13> maybe gaim error joseph <15> One second <7> joseph: are you registered? how about you Pretto? <13> i am not registered i think... not for this channel <13> second time here <7> Pretto: i think you need to be registered <15> Pretto.. http://www.revisualized.com/pretto.gif <14> anyone good with OOP? <7> PHXPowered: several, yes <21> PHXPowered: shoot <14> should I re-ask my question? or just wait patiently for someone to scroll back? <9> any php+mysql expert seeking some money for teaching me <22> sorry, jobs dont go in here <21> PHXPowered: just got here
Return to
#php or Go to some related
logs:
forks.pm POE ImportError: No module named toolkits.basemap slackware restart alsa fingerprint grubsplash apt-get rapidsvn ubuntu ubunta daper drake #asm #lgp php_mapscript.so lib64 balack xs
|
|