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 Hangman 1.2 (https://vborg.vbsupport.ru/showthread.php?t=44942)

Pancreas Paul 10-26-2002 12:54 AM

Ok, got this working. Clicks install :D

Matt87 10-26-2002 04:17 PM

This is a very good idea. Once again, GREAT job!

http://www.cnchq.com/forum/hangman.php

Buddha 10-26-2002 04:25 PM

Quote:

Originally posted by Erwin


What a nice thing to say! :) Thanks!

i gotta say doc, i wholeheartedly agree.

Graphics 10-27-2002 03:52 PM

Excellent work.

* Installed :D

Cyberhouse 10-28-2002 06:16 AM

Very nice work

Installed ;)

edwardandtubbs1 10-29-2002 10:49 PM

love it Installed in maybe 2 minutes.

lalo landa 11-06-2002 02:14 AM

Huge bug..

hangman.php?letters=ABCDEFGHIJKLMNOPQRSTUVWXYZ&n=3 3

Change the number 33 to another.. and always win ;-(


Or.. go back and try again with another letter ;-(

This two bugs have problems with de STORE HACK.. because the users steal points..

Another thing..

The store hack add on.. is wrong..

Missin' 1 line...

The original says (if lose)

PHP Code:

$user $DB_site->query_first("SELECT userid,username,storep,usertitle FROM user WHERE userid=$bbuserinfo[userid]");
$points=$user[storep];
    
$points $points 50; \\Points 

Add the last line.. to do the query

PHP Code:

$user $DB_site->query_first("SELECT userid,username,storep,usertitle FROM user WHERE userid=$bbuserinfo[userid]");
$points=$user[storep];
    
$points $points 50;
    
$DB_site->query("UPDATE user SET storep='$points' WHERE userid=$bbuserinfo[userid]"); 

If not.. the user never lose points.


we have not been able to fix this bug that makes all of our users win

Erwin 11-06-2002 03:07 AM

Quote:

Originally posted by lalo landa
Huge bug..

hangman.php?letters=ABCDEFGHIJKLMNOPQRSTUVWXYZ&n=3 3

Change the number 33 to another.. and always win ;-(


Or.. go back and try again with another letter ;-(


It's not a bug, but the way the hack is written. If your members want to cheat like that, go ahead! :)

Quote:



This two bugs have problems with de STORE HACK.. because the users steal points..

What


Another thing..

The store hack add on.. is wrong..

Missin' 1 line...


Zajako wrote the Store Hack integration. I don't use the Store Hack so I cannot comment or fix this "bug". This hack was never meant to be integrated with the Store Hack. :)

lalo landa 11-07-2002 06:05 PM

don't get mad erwin.

I write the solution of the store hack problem.

Quote:

It's not a bug, but the way the hack is written. If your members want to cheat like that, go ahead!
Mmmmmm ok.. what ever.

Erwin 11-07-2002 06:30 PM

Let me repeat - I DID NOT WRITE THE STORE HACK VERSION! :) My hack was never designed to work with the Store Hack. zajako kindly did one.

If you have a BETTER store hack integration file, please post here or PM it to me, and I will post it in this thread, with all credits given to you. :)


All times are GMT. The time now is 04:56 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.01203 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
  • (4)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