VSP Stats Processor
September 08, 2010, 06:59:02 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: VSP Stats Processor
 
   Home   Help Login Register  
Pages: 1 [2]
  Print  
Author Topic: I can't see the Awards!  (Read 8505 times)
|24/7|.GHOST
Sr. Member
****
Offline Offline

Posts: 376



WWW
« Reply #25 on: September 10, 2007, 05:08:59 PM »

READ the Very FIRST post in this topic, follow it step by step "carefully" and that "should" solve your problem
Logged

hooligun
Newbie
*
Offline Offline

Posts: 13



« Reply #26 on: November 04, 2007, 11:38:20 AM »

For me nothing is working it only makes 2 tables and it stopped with an error. Cant even get on vsp page. My php has just been updated to php5.2. and mysql 5.0.2
Logged
Fisch.666
Full Member
***
Offline Offline

Posts: 182


WWW
« Reply #27 on: November 04, 2007, 12:54:34 PM »

And now we should guess what an error do you get?  rolleyes
Logged

Krillin
Jr. Member
**
Offline Offline

Posts: 59


Welcome to the best servers ever, Pal!


WWW
« Reply #28 on: December 23, 2007, 12:18:53 PM »

This did fix our problem, finally. We had an issue with our web hosting company. It would not replace the existing files on the server from almost year ago. I had at it today with a fresh download of the files and tried doing a local run before I did a live run of it. And wouldn't you know it. It finally worked!

We have ran vsp on our logs from yesterday and the award stats are generated and showing up as they did in the past.

See for yourself here:www.krillinsworld.com/CSStats

Also the key to add is called an Accent Apostrophe not a "back quote" as stated.

Krillin

Edited to reflect the success of the editing.
« Last Edit: December 08, 2008, 06:00:39 PM by Krillin » Logged

Krillin's World Server(s) Server Operator
moondark
Newbie
*
Offline Offline

Posts: 1


« Reply #29 on: January 04, 2008, 01:20:22 AM »

It worked fine for me !! Thanks a lot for the fix !

Instafrag Efreeze Stats
Logged
CopperHead
Newbie
*
Offline Offline

Posts: 8


« Reply #30 on: January 17, 2008, 11:10:54 AM »

Hi,

I followed the sticky in the first post! I know do have awards! But i think there's something not oke in one of the scripts?

This is the link: http://www.txg-gaming.nl/vsp/pub/themes/bismarck/awardstat.php?config=cfg-default.php

As u can see, u have to scroll al the way to the rights to see things!

Someone an idea to solve this problem?

Gr.
Logged
|24/7|.GHOST
Sr. Member
****
Offline Offline

Posts: 376



WWW
« Reply #31 on: January 18, 2008, 07:07:58 PM »

Hi,
someone, somehow has edited the code incorrectly in the files, thats why you see all that code in your page,  replace it again with an orignal file and re-edit to get the awards to display "carefully"
Logged

CopperHead
Newbie
*
Offline Offline

Posts: 8


« Reply #32 on: February 01, 2008, 04:33:35 AM »

Hi,
someone, somehow has edited the code incorrectly in the files, thats why you see all that code in your page,  replace it again with an orignal file and re-edit to get the awards to display "carefully"

Thnx for your reply!

I reinstalled vsp stats complete again!
Before uploading i'd carefully eddited the 3 .php files as told in the first post of the sticky (the stickypost)!
But i'm still having the same problems! I editted the files by searching with CTRL + F, did it very carefully!

http://www.txg-gaming.nl/vsp/pub/themes/bismarck/index.php?config=cfg-default.php

I think it has something to do with my default-award.php.. this file is empty, im running cod2 en and have overwritten al files from the package!
« Last Edit: February 01, 2008, 04:44:06 AM by CopperHead » Logged
pepsi
Jr. Member
**
Offline Offline

Posts: 55


« Reply #33 on: February 01, 2008, 10:59:34 AM »

I can send you mine so you have for sure a working set.

If you are running on linux don't forget the time settings in the startup script
Logged
|24/7|.GHOST
Sr. Member
****
Offline Offline

Posts: 376



WWW
« Reply #34 on: February 01, 2008, 02:36:28 PM »

Hi

It seems the page is also trying to load images from the awardsets, however the images obviously are not there...

have you uploaded the images to the correct place ?

they should be here:-

http://www.yoursite.com/vsp/pub/games/COD/awardsets/default/default.gif

I think this is more likely to be the issue...

Logged

Luk4ward
Newbie
*
Offline Offline

Posts: 18


« Reply #35 on: October 15, 2009, 08:35:14 AM »

Sometimes awards dnt work after some time. I made a fix:

open vsp.php

replace this:
Code:
$Vac5c74b6="INSERT INTO {$GLOBALS['cfg']['db']['table_prefix']}awards
 set awardID=".$V9c1ebee8->qstr($Vee670b78).""; ; $V9c1ebee8->Execute($Vac5c74b6); $Vac5c74b6="UPDATE {$GLOBALS['cfg']['db']['table_prefix']}awards
 set name=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['name'])." ,category=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['category'])."
 ,image=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['image'])." ,playerID=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['result'])."
 ,sql=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['sql_final'])." where awardID=".$V9c1ebee8->qstr($Vee670b78)."";
with:
Code:
$Vac5c74b6="INSERT INTO {$GLOBALS['cfg']['db']['table_prefix']}awards
 set awardID=".$V9c1ebee8->qstr($Vee670b78)."";

 $V9c1ebee8->Execute($Vac5c74b6); $Vac5c74b6="UPDATE {$GLOBALS['cfg']['db']['table_prefix']}awards as aw
set aw.name=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['name'])." ,aw.category=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['category'])."
,aw.image=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['image'])." ,aw.playerID=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['result'])."
,aw.sql=".$V9c1ebee8->qstr($awardset_expanded[$Vee670b78]['sql_final'])." where aw.awardID=".$V9c1ebee8->qstr($Vee670b78)."";
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!