d9e8dfe2 | 08-May-2003 |
Gabor Hojtsy |
Fix. [/me is dreaming about a staging server :((] |
e4e12bea | 08-May-2003 |
Gabor Hojtsy |
Implement IP storage in cookie to help those behind firewalls to get their real country now [And also to let guys get Netherlands on their laptops these days at Amsterdam ;)] Als
Implement IP storage in cookie to help those behind firewalls to get their real country now [And also to let guys get Netherlands on their laptops these days at Amsterdam ;)] Also some tabs -> spaces
show more ...
|
ba1d8051 | 08-May-2003 |
Rasmus Lerdorf |
New numbers |
a5ce1569 | 07-May-2003 |
Gabor Hojtsy |
Let the list archive name be overriden, and override internals -> php-dev as the old name is used for archiving at the marc archive. |
2b0d0431 | 06-May-2003 |
jim winstead |
add faq about projects written in php with php in the name, fix typo |
c935aa40 | 06-May-2003 |
Jacques Marneweck |
* Patched to really work with $_SERVER['HTTP_X_FORWARDED_FOR'] where the user uses a proxy and that proxy goes via n+1 proxies on the way to one of the php.net mirrors. * We also i
* Patched to really work with $_SERVER['HTTP_X_FORWARDED_FOR'] where the user uses a proxy and that proxy goes via n+1 proxies on the way to one of the php.net mirrors. * We also ignore RFC 1918 IP addresses that are listed in $_SERVER['HTTP_X_FORWARDED_FOR'] seeing that indicates the user is on a private network. Incase there are only RFC 1918 IP's in $_SERVER['HTTP_X_FORWARDED_FOR'] we use $_SERVER['REMOTE_ADDR'] Anyways I might have broken something I'll keep an eye on this before I head to bed. It's currently 02h10 GMT +0200 here. --jm
show more ...
|
3f3ce23a | 05-May-2003 |
Gabor Hojtsy |
URL changed as requested |
b3012c5d | 04-May-2003 |
Andrew Lindeman |
don't print a space either |
22e36440 | 04-May-2003 |
Gabor Hojtsy |
Use built in functions instead of user defined stuff. Jome suggested this (from ip2nation). My test showed that it does the same as our i2c_ip2number |
5413c1f1 | 04-May-2003 |
Andrew Lindeman |
oops, I forgot to replace that while I was messing around with the code... |
a817de3d | 04-May-2003 |
Andrew Lindeman |
My last commit didn't work, because there is no 'note' CSS class. Just convert <P> tags to <br>'s, to keep everything looking the same. |
8219f96d | 04-May-2003 |
Gabor Hojtsy |
This is automatically generated now from phpweb/backend/mirrorkit |
232b6555 | 04-May-2003 |
Andrew Lindeman |
as discussed with Goba, include all information on add-note.php, including a notice about copyrights. Since about-notes.php is extremely short and all information is now on add-note.php, don't displ
as discussed with Goba, include all information on add-note.php, including a notice about copyrights. Since about-notes.php is extremely short and all information is now on add-note.php, don't display a link to it anymore.
show more ...
|
b3b7a1d4 | 04-May-2003 |
Gabor Hojtsy |
Announce our new ip-to-country feature, it seems to work for me on the frontpage, and on both of the mirror listing pages |
09ee487b | 04-May-2003 |
Gabor Hojtsy |
Add some information on country detection, and ensure the page is not cached |
2bf7046b | 04-May-2003 |
Gabor Hojtsy |
Remove geoip include file |
fc6bfedd | 04-May-2003 |
Gabor Hojtsy |
Remove geoip code to decrease any confusion that may arise. We are using ip-to-country |
98f70a50 | 04-May-2003 |
Gabor Hojtsy |
Let the mirror table code be defined at one place, which honors the specialities of the two varations, while handles the common things together |
60cfb793 | 04-May-2003 |
Gabor Hojtsy |
Let the text continue in the same paragraph in case we have found [a] close mirror[s] |
0d1b8185 | 03-May-2003 |
Andrew Lindeman |
grammar |
e65cb81c | 03-May-2003 |
Andrew Lindeman |
grammar |
65768def | 03-May-2003 |
Andrew Lindeman |
more global variables that are messing up the download page. Hopefully this is the last... |
fd21343e | 03-May-2003 |
Andrew Lindeman |
argh, gotta watch those global variables |
01bb3438 | 03-May-2003 |
Andrew Lindeman |
this should fix the download bug |
2a6ef74b | 03-May-2003 |
Andrew Lindeman |
code -> note -- what was I thinking :-/ |