5997e36f | 20-May-2003 |
Jacques Marneweck |
- Fixed parse error with the } on line 5. --jm |
0c04ec78 | 20-May-2003 |
Sascha Schumann |
More work on moving accesses to static resources |
f9644502 | 20-May-2003 |
Sascha Schumann |
Refactor code, use static.php.net and load style.css, favicon.ico, and userprefs.js from there. For the latter, cookies need to be set to "domain = .php.net"! |
b5cc031b | 19-May-2003 |
Derick Rethans |
- Add Croatian resource |
5afcc4dd | 18-May-2003 |
Andrew Lindeman |
let the flames begin :) Only allow the submission of 3 notes per minute, to protect aganist a DoS attack |
8e67ef9f | 18-May-2003 |
Gabor Hojtsy |
Don't have the same code twice, use a snippet instead to print out the '[+] add a note' part at the top and the bottom of user notes Also use a small font to be like the text around
Don't have the same code twice, use a snippet instead to print out the '[+] add a note' part at the top and the bottom of user notes Also use a small font to be like the text around Remove ending ?> for include header() safetly reasons
show more ...
|
c5f9ddbd | 18-May-2003 |
Andrew Lindeman |
I must have been looking at the wrong function, as I put too many arguments. This should make it work now |
dc8ab19b | 17-May-2003 |
Derick Rethans |
- XHTML please |
a9831583 | 17-May-2003 |
Jacques Marneweck |
* This seems to be included else where. Reversing the require './include/prepend.inc' to require_once 'prepend.inc' --jm |
a897bffb | 17-May-2003 |
Andrew Lindeman |
make link black, to fit the layout |
1fd30ac0 | 17-May-2003 |
Andrew Lindeman |
cvs didn't merge these files well, and jacques's commit got partially overridden |
22cf5a8f | 17-May-2003 |
Andrew Lindeman |
lang doesn't seem to be needed and would just cause issues if E_ALL errors were on |
c4730605 | 17-May-2003 |
Jacques Marneweck |
* Removing all E_NOTICE errors. I've also added $Id:$ tag on the top of the file for checking versions on the various mirrors. --jm |
b68874f3 | 17-May-2003 |
Andrew Lindeman |
modifying per goba's suggestion |
e044ce46 | 17-May-2003 |
Andrew Lindeman |
make it more obvious how to add a note |
d6a39c13 | 17-May-2003 |
Gabor Hojtsy |
Fix text in comment |
bfee72a3 | 17-May-2003 |
Gabor Hojtsy |
Move do-download code to the include dir, as we have no official direct interface for direct downloads, and it would be painfull to maintain one Also make the download code much more
Move do-download code to the include dir, as we have no official direct interface for direct downloads, and it would be painfull to maintain one Also make the download code much more modern using $_SERVER and $_REQUEST vars, instead of globals, also use i2c_realip() for more accurate() IP detection
show more ...
|
81aba117 | 17-May-2003 |
Gabor Hojtsy |
Move real ip identification code to a new function, i2c_realip(), as we need to call it from elsewhere too... |
0259bf27 | 17-May-2003 |
Gabor Hojtsy |
A country should only be valid, if we have a name to display for it (we don't have a name for XEU for example, which is not a country) |
c184ef31 | 17-May-2003 |
Gabor Hojtsy |
Store the cookie, using the new mirror_setcookie() function |
e3da0857 | 17-May-2003 |
Gabor Hojtsy |
Tab => spaces |
661cd648 | 17-May-2003 |
Gabor Hojtsy |
Add new mirror_setcookie() function to set a cookie for all mirror sites, and use it for country and last language cookies set by our code Also add code to remember the last sear
Add new mirror_setcookie() function to set a cookie for all mirror sites, and use it for country and last language cookies set by our code Also add code to remember the last search term and selected search option in a cookie (JS code will come to handle this on the client side)
show more ...
|
485e1761 | 17-May-2003 |
Gabor Hojtsy |
$COUNTRY is not needed here... |
c9265def | 17-May-2003 |
Gabor Hojtsy |
Use spaces not tabs |
48ff8861 | 17-May-2003 |
Gabor Hojtsy |
Fix the inconsistencies introduced by the last two fixes. We use $languages and not $lang here... |