vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :) (https://vborg.vbsupport.ru/showthread.php?t=42293)

DanIAm 08-15-2002 09:39 PM

Quote:

Originally posted by john.eovie
I'd suggest to download the latest zip, and replace/reinstall the following:

tetris.php
tetris.swf
template: tetris

I think that's what cured the last person who had your problem...

For the sake of 100% accuracy can you either post the 'exact' zip file or thread to make sure I am installing the correct version. I feel that I am, but just in case. What I have now is zip file name: vb tetris v[1].2.15

John 08-15-2002 09:41 PM

Quote:

Originally posted by DanIAm


For the sake of 100% accuracy can you either post the 'exact' zip file or thread to make sure I am installing the correct version. I feel that I am, but just in case.

:banana:

Ian 08-15-2002 10:03 PM

I just want to say this is a great hack and my users are loving it, I even installed the "King of Tetris" hack and everything worked perfect! I look forward to isntalling any other hacks you release * hint *

:banana:

John 08-15-2002 10:08 PM

lol :p

DanIAm 08-15-2002 10:15 PM

Well...

I have done everything possible, over and over, checked and rechecked, and still, Tetris does not work. I am sad to say that I am giving up. I have tried to get this installed over and over, same problem exists. Thank you for the one on one help.

;)

John 08-15-2002 10:16 PM

Quote:

Originally posted by DanIAm
Well...

I have done everything possible, over and over, checked and rechecked, and still, Tetris does not work. I am sad to say that I am giving up. I have tried to get this installed over and over, same problem exists. Thank you for the one on one help.

;)

No worries :banana:

Ryangel 08-15-2002 11:37 PM

This is a quick fix which prevents your users from linking directly to tetris.swf?userid=&username=&s=&points=&cur_high=& bbtitle=
and entering their own info in the address bar. This will lead to nameless entries of highscores into the leaderboard.

in tetris
find
PHP Code:

if ($punteggio != 0) { 

change to
PHP Code:

if($bbuserinfo[userid] != $userid){
    echo 
"ERROR, You have attempted to play tetris by unconventional means!";
    exit();
}
else if (
$punteggio != 0) { 

Tell me if i missed anything. It'll be nicer if you created a template for the error though. :)

John 08-15-2002 11:40 PM

Whoops - I'll add that in now :S

SemperFidelis 08-16-2002 12:40 AM

Hey John
First off all thankyou very much for all the exception work you have put into getting this hack together and ironing out bugs that come up
You rock dude
:D

Quick question though
Has the issue where
- usernames are pulled thru
- evio.com being displayed instead of forum name
been resolved yet ?

John 08-16-2002 12:43 AM

As far as I know, this hack works for most people now - only a few people have been getting the problem with usernames not coming through (and the same with the eovie.com URL showing up).

If you get this problem, get me on MSN at John@eovie.com


All times are GMT. The time now is 07:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01930 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete