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)

Kars10 08-16-2002 05:48 AM

@ John, the Forumhomestat is great!!
But how can i get the Top-Score Displayed?
I want it in my statspanel on Forumhome.
Like:
Threads: XXX Posts: XXX Tetris-Topscore: XXX (By XXX)
Is there a way?? ;)

DestyNova 08-16-2002 06:00 AM

John and Erwin...

Umm I wonder did anybody here give your idea away to IBR (Ibresources.com)?? They stole your idea! :lol:

Check this Ibresources Tetris game

Erwin offically release it by 8/12 and Ibresources release it by 8/15.. hmmm coincidence? I think not... Someone must give the hack/idea away...

Then one of ibr member told me that they will make scoreboard just like John's... umm

Erwin 08-16-2002 07:08 AM

LOL!!!

Impersonation is said to be the highest form of flattery... so I should feel honored. :)

NexDog 08-16-2002 07:25 AM

Fixed my problem. It was the Member of the Day hack and not this one....

e-2 08-16-2002 09:42 AM

Great hack John! :cool:

Set it up over at my forums (gamers-gateway.com/vb) just yesterday, and everyone who's played so far has had only good things to say about it! :alien:

I'm not too good at the game myself, but already, to get on the leaderboard players have to beat 36479, as that is currently the 10th position score :confused: With 1st position being 104,530 :paranoid:

Anyway, thanks again for the hack! :devious: :laugh:

xxxsaint 08-16-2002 11:45 AM

John , I found a NICE version of space invaders and it comes in .fla form with a high score script , but I can't figure it out , i attached it here

https://vborg.vbsupport.ru/showthrea...831#post285831

DanIAm 08-16-2002 12:12 PM

Should the tetris.swf file be uploaded ASCll or Binary?

John 08-16-2002 12:14 PM

Binary

DanIAm 08-16-2002 12:24 PM

Quote:

Originally posted by john.eovie
Binary
SON OF A'

That's my friggen problem. I installed this dang thing time and time over, gave up, came back to try it again, and thought, maybe I am not correctly uploading the .swf file...

Thanks john.eovie, I finally got it working... I wasn't uploading the file binary.

NexDog 08-16-2002 12:27 PM

Quote:

Originally posted by Ryangel
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. :)

That produces a parse error:
Code:

Parse error: parse error in /var/www/vhosts/hostnexus.com/httpdocs/forum/tetris.php on line 198
Anyone got a fix?


All times are GMT. The time now is 07:13 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.02409 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)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