View Single Post
kwski43
Senior Member
Join Date: Mar 2009
Old 02-24-2010 , 08:44   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #403

Quote:
Originally Posted by NaRyan View Post
I tried that on my stats site.
However I am using the Modified L4D1 maps so they start l4d2_
Yet they are still showing up in custom area.

Is that due to them being played before I altered the common.php file?
I do re-set my stats once a month however it's not due to get rest again until 19th of next moth now
This [ code ] was to muukis (when $game_version = 0 to show l4d1 maps to work with realism, jsut a suggestion).
Its because they got custom = 1 in db. You can fix it one by one. Or by sql query: (im not sure)
Code:
UPDATE maps SET custom = 0 WHERE name like 'l4d%'
(for maps starting with l4d)
Code:
UPDATE maps SET custom = 0 WHERE  name like 'l4d2%'
(for maps starting with l4d2)


See reuploaded common.php(it was deleted?): https://forums.alliedmods.net/showpo...&postcount=392

-------------------------------------------------------

This is my testing-stage ip2country in seperated db support.
Great when sharing ip2country tables with somebody.

[ seperated_ip2country.zip ]

See config_example.php.

Know bugs/issues/problems:
-there are no country flags on awards page? (fixed)
-currently it creates 4 additional db connections
-not sure if php4 version works

UPDATED (
24-02-10 at 03:05 PM )
fixed no closed mysql_close();
Attached Files
File Type: zip seperated_ip2country.zip (8.1 KB, 167 views)
__________________

Last edited by kwski43; 02-25-2010 at 02:05.
kwski43 is offline