Raised This Month: $12 Target: $400
 3% 

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
muukis
Veteran Member
Join Date: Apr 2009
Old 01-10-2011 , 12:27   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1161

Quote:
Originally Posted by Dude View Post
Timed Maps = Survival. Name on stats site should be changed to SURVIVAL mode
Timed Maps are recorded on all single team campaigns. So for example Co-op is also recorded. Therefore the name Survival mode is not very good. I agree that the Timed Maps is not a very good one... it's the first that came in to my mind, and it was the working name of the feature. I didn't bother to spare a thought on it afterward.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
siangc
Senior Member
Join Date: Mar 2010
Old 01-10-2011 , 12:30   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1162

Thanks for the update, it's working great!

I'm trying to delete these options from the mouse over at top 10, cos my server is versus only. I haven't been able to find the right file to edit,
can you help me out?

[IMG]http://img375.**************/img375/1194/85976968.jpg[/IMG]

thanks

__________________
siangc is offline
rava
Senior Member
Join Date: Aug 2009
Old 01-10-2011 , 12:43   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1163

Quote:
Originally Posted by muukis View Post
Not quite sure, but it seems your Timed Maps table is empty? You have only versus players in your ranks? Versus gamemode does not save map times.

You are, at least partially using the latest web stats I uploaded today, am I right? If so, you should merge the templates! There are some mods and some completely new templates you need to upload.

EDIT: No, I don't think you are using the new version. Then it's just because your server plays 2 team gamemodes, in which the timed maps is disabled. The time is so much depending on the team infected, that I don't think it's comparable. The updated version allows you to disable the timed maps link from the layout.
That version 1.4B101
__________________
rava is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-10-2011 , 13:39   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1164

Quote:
Originally Posted by siangc View Post
Thanks for the update, it's working great!

I'm trying to delete these options from the mouse over at top 10, cos my server is versus only. I haven't been able to find the right file to edit,
can you help me out?

[IMG]http://img375.**************/img375/1194/85976968.jpg[/IMG]

thanks
Check out function createtablerowtooltip($row, $i) in common.php (line 205). Not sure if this is the only place that needs to be modified.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
Dude
Junior Member
Join Date: Dec 2010
Old 01-10-2011 , 14:53   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1165

If you need only versus stats, replace in layout.tpl this:
PHP Code:
<li>
<a href="javascript:void();" class="special" onmouseover="showcmb(this, '<a href=&quot;maps.php?type=coop&quot;>
Coop Stats</a><br><?php echo $realismcmblink;?>
<a href=&quot;maps.php?type=versus&quot;>Versus Stats</a>
<br><?php echo $scavengecmblink;?>
<a href=&quot;maps.php?type=survival&quot;>Survival Stats</a>
<br><?php echo $realismversuscmblink;?>
<?php 
echo $mutationscmblink;?>');" onmouseout="hidecmb();">Gamemode Stats &raquo;</a></li>
with this:
PHP Code:
<li><a href="maps.php?type=versus">Verus stats</a></li
or if u need only coop, etc. to:
PHP Code:
<li><a href="maps.php?type=versus">Coop stats</a></li
BUT - after any site update you must do it again.
__________________
Gamers Community: gamesteams.com/Dude.html
Dudeists Steam Gropup server with stats http://left4bowl.clanservers.com
Dude is offline
BoBzY
AlliedModders Donor
Join Date: Aug 2010
Location: Bruxelles
Old 01-11-2011 , 05:20   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1166

Hello,

everythings is correct, but still have
Quote:
Players Online - 0

Player Points Gamemode Total Playtime
There are no players online
and nothing update in db (my sb works fine, using same db, no db error)
BoBzY is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-11-2011 , 06:00   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1167

Quote:
Originally Posted by BoBzY View Post
Hello,

everythings is correct, but still have


and nothing update in db (my sb works fine, using same db, no db error)
Have you checked the game server logs? How about the plugin, is it running? Do you get in-game messages from the plugin?
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
rava
Senior Member
Join Date: Aug 2009
Old 01-11-2011 , 08:22   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1168

Hello,
For the update to the new version must redo everything?
Or just change the SMX?
Thank you

Bonjour,
Pour la mise a jour vers la nouvelle version faut tout refaire ?
Ou changer le SMX suffit ?
Merci
__________________
rava is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-11-2011 , 08:56   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1169

Quote:
Originally Posted by rava View Post
Hello,
For the update to the new version must redo everything?
Or just change the SMX?
Thank you

Bonjour,
Pour la mise a jour vers la nouvelle version faut tout refaire ?
Ou changer le SMX suffit ?
Merci
You will have to add the new table (server_settings) to the DB. Either run the install.php one time or manually add the table. It's a simple query that you need to execute.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
siangc
Senior Member
Join Date: Mar 2010
Old 01-11-2011 , 09:52   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1170

Thanks for the help, got them moved
__________________
siangc is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode