vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Hangman for vB3 (https://vborg.vbsupport.ru/showthread.php?t=63391)

Fi_InCogNiTo 04-05-2004 01:57 AM

Hey my movie list! Wow, that was a long time ago =D

[high]* Fi_InCogNiTo clicks install
[/high]

Nice port :)

Red Blaze 04-05-2004 02:58 AM

file is corrupt. :S Maybe it's my PC. -_-

Red Blaze 04-05-2004 03:52 AM

Is there a way where there is a winner, they can win points depending how many turns they use.

Example:

No Guesses missed = 200 rings (or points)
1 miss = 150
2 misses = 100
3 misses = 75
4 misses =50
5 misses = 25
Game Over = 0

Can it be done?

EDIT: Oops, the file became better, just refreshed and deleted cookies. Sorry for the double post, ignore the other one.

Alien 04-05-2004 06:01 AM

Wow!

Thankyouthankyouthankyouthankyou!

:banana:

GenSec 04-07-2004 09:45 AM

Quote:

Originally Posted by djohn
I guess, i have the same problem as gmarik, any way to get this awesome hack to work with cyrillic letters?

Just find in hangman.php
Code:

  $nwrong=$wrong;
Add above
Code:

$Ralpha = "@?????Ũ??????????????????????????";
$links .= "<BR><BR>";
  for ($c=0; $c<33; $c++)
  {
    if (strstr($letters, $Ralpha[$c]))
    {
      if (strstr($words[$n], $Ralpha[$c])) {$links .= "\n<B>$Ralpha[$c]</B> "; }
      else { $links .= "\n<FONT color=\"red\">$Ralpha[$c] </font>"; $wrong++; }
    }
    else
    { $links .= "\n<A HREF=\"$PHP_SELF?letters=$Ralpha[$c]$letters&n=$n\">$Ralpha[$c]</A> "; }
  }

$Ralfa="cyrillic letters"

Zelda-King 04-11-2004 10:28 PM

This hack seriously could use online locations adding. If someone's playing Hangman someone else can look in Who's Online, click on the location link and learn words that way.

Zelda-King 04-12-2004 11:41 AM

I decided to post the fix myself for any lazy or non-coder admins out there;

1) Open includes/functions_online.php

2) Find
PHP Code:

case 'modcplogin':
                        
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
                        break; 

3) Underneath add
PHP Code:

case 'hangman':
                        
$userinfo['where'] = "<a href=\"hangman.php?$session[sessionurl]\">Playing Hangman</a>";
                        break; 

4) Find
PHP Code:

case '/robots.txt':
                
$userinfo['activity'] = 'spider';
                break; 

5) Underneath add
PHP Code:

case 'hangman.php':
                
$userinfo['activity'] = 'hangman';
                break; 

6) Save and upload includes/functions_online.php

Done!

BarBeQue 04-13-2004 11:08 AM

tnx for the fix!

btw

Anybody who has a few new and upto date wordlists (like for movie, one that has a also has movie's that as less then 3 year old)

deathemperor 04-14-2004 03:24 AM

there's store hack released, could someone make this when users win they gain store points and opposite.
vb2 had this so plz make this someone

msimplay 04-14-2004 03:25 PM

Quote:

Originally Posted by deathemperor1st
there's store hack released, could someone make this when users win they gain store points and opposite.
vb2 had this so plz make this someone

i second that notion


All times are GMT. The time now is 10:33 AM.

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.01259 seconds
  • Memory Usage 1,748KB
  • 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_code_printable
  • (4)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
  • (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