Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
time played wrong Details »»
time played wrong
Version: , by sparky5693 sparky5693 is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-17-2007 Last Update: Never Installs: 0
 
No support by the author.

It doesn't seem what I try, the time played for games is way off. Unless someone knows a way to fix it, I want to just remove the display option. I found it for the arcade main, but not in the individual high score list for each game. Is there a way to do this?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-26-2007, 12:08 AM
sparky5693 sparky5693 is offline
 
Join Date: Feb 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any ideas? Still fighting this one.
Reply With Quote
  #3  
Old 04-27-2007, 11:01 AM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it works fine here, what is the problem ? It just reads/stores time() and gets the other value after playing...
Reply With Quote
  #4  
Old 05-03-2007, 12:23 AM
sparky5693 sparky5693 is offline
 
Join Date: Feb 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A couple of my games, moon lander for example, list the time played as way too short. On others it works fine.
Reply With Quote
  #5  
Old 05-06-2007, 01:59 PM
almightyone almightyone is offline
 
Join Date: Oct 2001
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have the same problem for example on a game called jewel I hold the high score and it shows 25 seconds and people have way less of a score and show like 5 minutes So of course they say i am cheating
Reply With Quote
  #6  
Old 05-06-2007, 03:39 PM
sparky5693 sparky5693 is offline
 
Join Date: Feb 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Exactly. Every time a user sees the short time, the assume cheating.
Reply With Quote
  #7  
Old 05-13-2007, 09:48 AM
gmatrix gmatrix is offline
 
Join Date: Apr 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you just want to remove the display in the individual highscore lists, you need to look in skin_Arcade.php. Remove the last column in this part of the table:

Code:
	<tr>
		<td width="3%" align="center" class="tcat">{$ibforums->lang['pound']}</td>
		<td width="30%" align="center" class="tcat">{$ibforums->lang['username']}</td>
		<td width="7%" align="center" class="tcat">{$ibforums->lang['score']}</td>
		<td width="45%" align="center" class="tcat">{$ibforums->lang['comment']}</td>
		<td width="15%" align="center" class="tcat">{$ibforums->lang['time']}</td>
		<td width="15%" align="center" class="tcat" nowrap="nowrap">{$ibforums->lang['time_played_p']}</td>
	</tr>

AND remove the last column in this part of the table:

Code:
	<tr>
		<td align="center" class="{$rowcol}">{$rownum}</td>
		<td align="center" class="{$rowcol}">{$usercell}</td>
		<td align="center" class="{$rowcol}">{$scorecell}</td>
		<td align="center" class="{$rowcol}">{$rowinfo['comment']}</td>
		<td align="center" class="{$rowcol}">{$datecell}</td>
		<td align="center" class="{$rowcol}">{$rowinfo['timespent']}</td>
	</tr>
Reply With Quote
Reply


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. The time now is 05:46 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04713 seconds
  • Memory Usage 2,257KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete