Re: [PHP] code deployment through php

2012-05-01 Thread rene7705
On Tue, May 1, 2012 at 11:11 AM, Camilo Sperberg wrote: > If I understood the problem correctly, you want to keep a single copy of > your code on every machine you work, including the final server. > > Well, I want to work on 1 copy of my common code on my windows machine, then sync those changes

Re: [PHP] code deployment through php

2012-05-02 Thread rene7705
I can't use anything like git on my shared hoster. But I suppose I could use something like git at home, and use a sync script like I posted in my OP on the shared hoster.

Re: [PHP] code deployment through php

2012-05-02 Thread rene7705
On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote: > I can't use anything like git on my shared hoster. But I suppose I could > use something like git at home, and use a sync script like I posted in my > OP on the shared hoster. > > > Maybe you git gurus can help me alo

Re: [PHP] code deployment through php

2012-05-06 Thread rene7705
On Sat, May 5, 2012 at 5:13 AM, tamouse mailing lists < tamouse.li...@gmail.com> wrote: > On Wed, May 2, 2012 at 5:23 AM, rene7705 wrote: > > On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote: > > > >> I can't use anything like git on my shared hoster. But I

[PHP] I need a good access and error log..

2012-05-07 Thread rene7705
Hi. I've been using Google Analytics, and I'm sure I'm using the analytics code correctly, but when I checked my dev server's apache access logs (dozens of hits per day) against what Google Analytics reports (zip, zero, nada), I realized I needed something different. BTW, I'm not the only one to r

Re: [PHP] I need a good access and error log..

2012-05-07 Thread rene7705
On Mon, May 7, 2012 at 11:27 AM, Ashley Sheridan wrote: > > > Lester Caine wrote: > >>rene7705 wrote: >>> But before I start coding, I thought it would be better to ask you >>all >>> what you use to see who's visiting your sites and when. >>&g

Re: [PHP] code deployment through php

2012-05-14 Thread rene7705
On Sun, May 6, 2012 at 3:32 PM, rene7705 wrote: > On Sat, May 5, 2012 at 5:13 AM, tamouse mailing lists > wrote: >> >> On Wed, May 2, 2012 at 5:23 AM, rene7705 wrote: >> > On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote: >> > >> >> I can&#x

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-21 Thread rene7705
p on http://mediabeez.ws instead, but you can still fork as far as I'm concerned. I often develop new code that updates older components in the package, and maintaining forks on github seems like a bit of a headache to me.. But I'll gladly incorporate improvements made by others back into my own cod

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-21 Thread rene7705
I see that the sql file didn't come through to the web archive of this list, so I'm posting it in-message here once more, for those interested; drop table if exists rajmvServiceLog; create table rajmvServiceLog ( id integer not null AUTO_INCREMENT, initial_id varchar(250),

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-22 Thread rene7705
On Tue, May 22, 2012 at 2:32 AM, tamouse mailing lists wrote: > On Mon, May 21, 2012 at 7:31 AM, rene7705 wrote: >> On Mon, May 21, 2012 at 1:17 PM, Simon Schick >> wrote: >>> Specially the function rajmvServiceLog_graphs_raphael_calculateData() with a >>> co

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-22 Thread rene7705
On Mon, May 21, 2012 at 4:40 PM, Matijn Woudt wrote: > On Mon, May 21, 2012 at 2:31 PM, rene7705 wrote: >> On Mon, May 21, 2012 at 1:17 PM, Simon Schick >> wrote: >>> Hi, Rene >>> >>> I took a quick look over your code ... >>> >>> I ki

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-22 Thread rene7705
On Tue, May 22, 2012 at 12:32 PM, rene7705 wrote: > On Tue, May 22, 2012 at 2:32 AM, tamouse mailing lists > wrote: >> On Mon, May 21, 2012 at 7:31 AM, rene7705 wrote: >>> On Mon, May 21, 2012 at 1:17 PM, Simon Schick >>> wrot

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-22 Thread rene7705
On Tue, May 22, 2012 at 2:54 PM, rene7705 wrote: > On Tue, May 22, 2012 at 12:32 PM, rene7705 wrote: >> On Tue, May 22, 2012 at 2:32 AM, tamouse mailing lists >> wrote: >>> On Mon, May 21, 2012 at 7:31 AM, rene7705 wrote: >>>> On Mon, May 21, 2012

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-22 Thread rene7705
On Tue, May 22, 2012 at 3:31 PM, ma...@behnke.biz wrote: > > > rene7705 hat am 22. Mai 2012 um 15:23 geschrieben: > >> Seems to be the writing of the html+json data to a file that's causing >> the delay on my dev server. >> >> Doing the totals calculatio

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-23 Thread rene7705
On Wed, May 23, 2012 at 10:09 AM, ma...@behnke.biz wrote: > >> my windowze dev box is completely frozen at startup now, before even >> mounting the drive that had the slow write rate today. booted into >> ubuntu which is still responsive, and ran disk utility to see that >> smart status and self-c

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-23 Thread rene7705
On Wed, May 23, 2012 at 10:17 AM, rene7705 wrote: > On Wed, May 23, 2012 at 10:09 AM, ma...@behnke.biz wrote: >> >>> my windowze dev box is completely frozen at startup now, before even >>> mounting the drive that had the slow write rate today. booted into >>&

Re: [PHP] requesting comments on rajmvServiceLog (access + error logging through PHP and JS to MySQL)

2012-05-23 Thread rene7705
On Wed, May 23, 2012 at 2:17 PM, ma...@behnke.biz wrote: > > > rene7705 hat am 23. Mai 2012 um 13:51 geschrieben: > >> I think I'll leave it untouched for a few days >> (http://mediabeez.ws/stats/ and > > > 404 on > http://mediabeez.ws/stat

[PHP] progress indicators in browsers for long running php scripts?

2012-06-01 Thread rene7705
Hi.. I've got several scripts now that may run for a long time; the self-test script for my htmlMicroscope, my serviceLog component when it calculates totals for a large number of hits, a curl script that is likely to one day crawl a hundred or so RSS urls in a single update, etc, etc. I'd like t

[PHP] long running php script won't complete :(

2012-06-04 Thread rene7705
Hi. I've got a piece of code that builds up a multi-meg test array for my opensourced http://mediabeez.ws/products/htmlMicroscope var_dump() improvement, and when I run it for longer than about 20 minutes, the browser just calls it quits.. :( Firefox, and chrome. I'd like to do this with a browse

Re: [PHP] long running php script won't complete :(

2012-06-05 Thread rene7705
On Mon, Jun 4, 2012 at 6:52 PM, Matijn Woudt wrote: > On Mon, Jun 4, 2012 at 5:57 PM, rene7705 wrote: >> Hi. >> >> I've got a piece of code that builds up a multi-meg test array for my >> opensourced http://mediabeez.ws/products/htmlMicroscope var_dump() >&

[PHP] Re: how to walk async recursively over an object, doing work (in right order) per leaf

2012-06-14 Thread rene7705
I think I've got it figured out now.. My solution is to async build up a flat list of items (from the recursive object) to process first, then do another async loop (which I'll build soon) to do the work per item, and when that's done, replace the placeholder with the result. This code works on a

[PHP] Re: how to walk async recursively over an object, doing work (in right order) per leaf

2012-06-14 Thread rene7705
oops; printNextLevel : function (pvCmd) { if ( typeof pvCmd.val == 'object' && typeof pvCmd.val.hmStats == 'object' && typeof pvCmd.val.hmData == 'object' ) { //if (pvCmd.keyValueName && pvCmd.keyValueName!='')

[PHP] Re: use JSON storage on RAMdisk instead of SQL? (for fast moving sites)

2012-09-06 Thread rene7705
On Thu, Sep 6, 2012 at 12:47 PM, rene7705 wrote: > create RAMdisks for free of up to 500gb, and, more important, can on a sorry!! make that "for free of up to 4gb" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
Hi Folks.. I could waste a lot of text on what I've accomplished during the last months, but the easiest thing is if you have a (another) look at (the source of) http://mediabeez.ws I think you'll like my opensourced work :) Feedback is appreciated.

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
hey that's strange. I tested it in firefox, chrome, and internet explorer. What browser are you using? On Fri, Mar 16, 2012 at 8:15 PM, Jim Giner wrote: > > "rene7705" wrote in message > news:cadegsebtv7ffuvcbxkothqzah3ethegdedyuarxene2d1mw...@mail.gmail.com... > &

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
And could you paste me the JS errors, please?... On Fri, Mar 16, 2012 at 8:17 PM, rene7705 wrote: > hey that's strange. I tested it in firefox, chrome, and internet explorer. > What browser are you using? > > On Fri, Mar 16, 2012 at 8:15 PM, Jim Giner > wrote: > >

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
On Fri, Mar 16, 2012 at 8:30 PM, Floyd Resler wrote: > I'm having a problem downloading the ZIP file. It decompresses into a > cpgz file which then decompresses into a zip file. > I've never heard of a cpgz file... And with winrar I can open the downloaded zip file just fine, as any other zip.

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
Sorry, I'm on IE9 and don't know how to run IE8 on my system.. :( If you could get me those JS errors then probably I can fix the issue. On Fri, Mar 16, 2012 at 9:03 PM, Jim Giner wrote: > ** > ie8 > > - Original Message ----- > *From:* rene7705 > *To:* Ji

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
On Fri, Mar 16, 2012 at 9:04 PM, Jim Giner wrote: > > ?? Zip file ?? I see no zip file. > > It's on the front page of http://mediabeez.ws, under the "downloads" heading, but you're on IE8 which still has a fatal bug :( Perhaps you can download and use the chrome browser to see it all.. Until I g

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
On Fri, Mar 16, 2012 at 9:29 PM, Stuart Dallas wrote: > On 16 Mar 2012, at 18:57, rene7705 wrote: > > > Hi Folks.. > > > > I could waste a lot of text on what I've accomplished during the last > > months, but the easiest thing is if you have a (anothe

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
On Fri, Mar 16, 2012 at 9:42 PM, Jim Giner wrote: > > "rene7705" wrote in message > news:CADegSEbpRnu47ub-XHyGF8JyK9BBcr7R=p157tO3R_k3+8RH=g...@mail.gmail.com... > > > > As for my files and homepage being Huge, yep, it's made for the future or > > curr

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
On Fri, Mar 16, 2012 at 9:45 PM, Stuart Dallas wrote: > On 16 Mar 2012, at 20:36, rene7705 wrote: > > > On Fri, Mar 16, 2012 at 9:29 PM, Stuart Dallas wrote: > >> On 16 Mar 2012, at 18:57, rene7705 wrote: > >> > >> > Hi Folks.. > >> > > &

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-16 Thread rene7705
On Fri, Mar 16, 2012 at 10:08 PM, Tommy Pham wrote: > On Fri, Mar 16, 2012 at 1:45 PM, Stuart Dallas wrote: > > > >> As for my files and homepage being Huge, yep, it's made for the future > or current fast internet connections. > >> Frankly, size reduction is not on my agenda. I'll wait for the

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-17 Thread rene7705
On Fri, Mar 16, 2012 at 10:17 PM, Govinda wrote: > Everyone makes valid points.. and depending on ones perspective, certain > of those points are more important than others... but, because of my nature > anyway, I want to just say thanks to rene7705 for bothering. He is not > tr

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-17 Thread rene7705
On Fri, Mar 16, 2012 at 11:13 PM, Stuart Dallas wrote: > On 16 Mar 2012, at 20:53, rene7705 wrote: > > On Fri, Mar 16, 2012 at 9:45 PM, Stuart Dallas wrote: > >> On 16 Mar 2012, at 20:36, rene7705 wrote: > >> > >> > On Fri, Mar 16, 2012 at 9:29 PM, Stuart

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-17 Thread rene7705
On Sat, Mar 17, 2012 at 10:55 AM, Ashley Sheridan wrote: > ** > On Fri, 2012-03-16 at 22:11 +0100, rene7705 wrote: > > On Fri, Mar 16, 2012 at 10:08 PM, Tommy Pham wrote: > > > On Fri, Mar 16, 2012 at 1:45 PM, Stuart Dallas wrote: > > > > > >> As for m

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-17 Thread rene7705
In response to critiques about my download size, I've removed scenejs and the artwork for my own site-logos from the zip. The size is now 38mb, down from 54mb. I'm also using 7-zip now, I hope it opens better on non-windows OSes.

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-17 Thread rene7705
On Sat, Mar 17, 2012 at 2:07 PM, Stuart Dallas wrote: > On 17 Mar 2012, at 10:54, rene7705 wrote: > > On Fri, Mar 16, 2012 at 11:13 PM, Stuart Dallas wrote: > >> Why do you think other libraries such as jquery recommend minifying their >> code before deployment, and

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-18 Thread rene7705
On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim wrote: > Just tried to load it up on my iPad and the load time was okay... Little > slow. > > But your navigation is completely non functional on my iPad... Might want > to look into that since mobile devices are becoming more and more common. > > Jason

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-18 Thread rene7705
On Sun, Mar 18, 2012 at 10:58 AM, Per Jessen wrote: > rene7705 wrote: > > > In response to critiques about my download size, I've removed scenejs > > and the artwork for my own site-logos from the zip. The size is now > > 38mb, down from 54mb. > > I think it

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-18 Thread rene7705
On Sun, Mar 18, 2012 at 1:34 PM, rene7705 wrote: > > > On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim > wrote: > >> Just tried to load it up on my iPad and the load time was okay... Little >> slow. >> >> But your navigation is completely non functional o

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-18 Thread rene7705
On Sun, Mar 18, 2012 at 1:41 PM, Jason Pruim wrote: > > > On Mar 18, 2012, at 8:34 AM, rene7705 wrote: > > > On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim >wrote: > > > >> Just tried to load it up on my iPad and the load time was okay... Little > &g

Re: [PHP] Got HTML5 History API + caching LICKED, I think,

2012-03-18 Thread rene7705
On Sun, Mar 18, 2012 at 1:38 PM, rene7705 wrote: > > > On Sun, Mar 18, 2012 at 1:34 PM, rene7705 wrote: > >> >> >> On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim >> wrote: >> >>> Just tried to load it up on my iPad and the load time was okay

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-19 Thread rene7705
On Mon, Mar 19, 2012 at 11:07 AM, Ege Sertçetin wrote: > Press F12 for developer tools. Then select browser mode to ie8 or ie7. > > Oh SWEET :) Didn't know that, will do it right now! :)

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-19 Thread rene7705
On Mon, Mar 19, 2012 at 11:24 AM, rene7705 wrote: > > > On Mon, Mar 19, 2012 at 11:07 AM, Ege Sertçetin wrote: > >> Press F12 for developer tools. Then select browser mode to ie8 or ie7. >> >> Oh SWEET :) Didn't know that, will do it right now! :) > With t

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-22 Thread rene7705
I've now fixed the iPad bugs in the menu component, and checked them on an iPad in a nearby apple store. Maybe it even works with iPhone now, if someone could check that for me I'd be much obliged.. If you're interested, http://mediabeez.ws and the download zip there are now updated with these lat

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-22 Thread rene7705
On Thu, Mar 22, 2012 at 1:01 PM, rene7705 wrote: > I've now fixed the iPad bugs in the menu component, and checked them on an > iPad in a nearby apple store. > Maybe it even works with iPhone now, if someone could check that for me > I'd be much obliged.. > > Oh, n

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-23 Thread rene7705
Because some of you complained about the byte size of my homepage http://mediabeez.ws (was 2.5mb due to artwork), I've invested some time in shaving off quite a few bytes; I've discovered that by using photoshop to reduce the animation image color depth to "indexed color, 217 color", I can get the

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-23 Thread rene7705
On Fri, Mar 23, 2012 at 10:02 AM, rene7705 wrote: > Because some of you complained about the byte size of my homepage > http://mediabeez.ws (was 2.5mb due to artwork), I've invested some time > in shaving off quite a few bytes; > > I've discovered that by using photosho

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-23 Thread rene7705
On Fri, Mar 23, 2012 at 12:38 PM, rene7705 wrote: > > > On Fri, Mar 23, 2012 at 10:02 AM, rene7705 wrote: > >> Because some of you complained about the byte size of my homepage >> http://mediabeez.ws (was 2.5mb due to artwork), I've invested some time >&g

Re: [PHP] Re: Got HTML5 History API + caching LICKED, I think,

2012-03-23 Thread rene7705
On Fri, Mar 23, 2012 at 12:39 PM, rene7705 wrote: > > > On Fri, Mar 23, 2012 at 12:38 PM, rene7705 wrote: > >> >> >> On Fri, Mar 23, 2012 at 10:02 AM, rene7705 wrote: >> >>> Because some of you complained about the byte size of my homepage >

[PHP] including PHP code from another server..

2012-03-26 Thread rene7705
Hi. My last thread got derailed into a javascript and even photoshop discussion, and while I can't blame myself for that really, this time I would like to bring a pure PHP issue to your scrutiny. I run several sites now, on the same shared hoster, but with such a setup that I cannot let PHP requi

[PHP] updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
On Mon, Mar 26, 2012 at 9:16 PM, Stuart Dallas wrote: > Rene: please read a book / website / something on PHP security. Some > things are important whether you believe they are or not. > > Yea, I will do that within a week or so.. I can also confirm that I'm not using any source of source contro

[PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
On Tue, Mar 27, 2012 at 12:08 PM, rene7705 wrote: > On Mon, Mar 26, 2012 at 9:16 PM, Stuart Dallas wrote: > >> Rene: please read a book / website / something on PHP security. Some >> things are important whether you believe they are or not. >> >> Yea, I will do th

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
On Tue, Mar 27, 2012 at 12:22 PM, ma...@behnke.biz wrote: > > > rene7705 hat am 27. März 2012 um 12:16 geschrieben: > > > On Tue, Mar 27, 2012 at 12:08 PM, rene7705 wrote: > > > I've done a search for "rsync windows", and I get some rsync apps > >

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
On Tue, Mar 27, 2012 at 12:45 PM, Matijn Woudt wrote: > On Tue, Mar 27, 2012 at 12:31 PM, rene7705 wrote: > > On Tue, Mar 27, 2012 at 12:22 PM, ma...@behnke.biz > wrote: > > > >> > >> > >> rene7705 hat am 27. März 2012 um 12:16 > geschrieb

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
On Tue, Mar 27, 2012 at 1:02 PM, Matijn Woudt wrote: > On Tue, Mar 27, 2012 at 12:47 PM, rene7705 wrote: > > > > > > On Tue, Mar 27, 2012 at 12:45 PM, Matijn Woudt > wrote: > >> > >> On Tue, Mar 27, 2012 at 12:31 PM, rene7705 wrote: > >> &

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
hey, I just read the rsync man page for the first time, and while it sure looks simple enough for my taste, wouldn't updating multiple remote domains be like a whole series of the same FTP updates to these different domain directories there? In other words, take a long time because of my 200kb/s li

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-27 Thread rene7705
On Tue, Mar 27, 2012 at 1:21 PM, Peter Ford wrote: > On 27/03/12 12:13, rene7705 wrote: > >> hey, I just read the rsync man page for the first time, and while it sure >> looks simple enough for my taste, wouldn't updating multiple remote >> domains >> be

[PHP] securing a script that exec()s

2012-03-30 Thread rene7705
Hi. I have a script that uses imagemagick's convert command on the commandline to get it's work done. These calls to exec('convert [params]') take params from the end-user via a html form, so is very unsecure. The intention is that the end-user only runs this script on localhost, from localhost.

[PHP] Re: request for feedback on logAndHandler

2012-03-30 Thread rene7705
bit bad timing, but i've decided to try out ubuntu instead of windows on that skatescene.biz machine.. i'll try to have the test url up asap or move it to my hoster within a few hours.

Re: [PHP] securing a script that exec()s

2012-03-30 Thread rene7705
On Fri, Mar 30, 2012 at 3:16 PM, Peter Bauer wrote: > On Fri, Mar 30, 2012 at 11:56:41AM +0200, rene7705 wrote: > > ... > > But unfortunately, $_SERVER['REMOTE_ADDR'] is my external IP, and > > $_SERVER['SERVER_ADDR'] is my internal IP. > > > &