vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - -:[GAME]:- Wordfinder 2009 (https://vborg.vbsupport.ru/showthread.php?t=214195)

Coroner 09-12-2009 07:14 PM

1 Attachment(s)
Thanks for the account.
See Images - I only used the style called "herhania"

I've clicked the 1st letter and than the last letter (not at the word fire). There I click letter after letter (f-i-r-e)

xyzmary2001 09-16-2009 10:09 AM

Thank you so much! Love the game - and I will make it available for my users these days.

SpaceStar 09-16-2009 01:20 PM

Nice game.

I toot feel that player, who creates a game, can play his/her own game - it's not cheat or easy at all when you have to find 20 word from e.g. 100 letters...

Excellent mod...

princeedward 10-21-2009 05:56 PM

THANKS.....:p.:up:

fahl 11-20-2009 07:17 AM

Works fine untill i integrate vbadvanced,
Then i get following error
Tried asking on vbadvanced site but no joy.

Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 42

Warning: Invalid argument supplied for foreach() in [path]/includes/init.php(307) : eval()'d code on line 134

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_top.php on line 715

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/vba_cmps_include_top.php on line 715

Warning: Invalid argument supplied for foreach() in [path]/includes/vba_cmps_include_top.php on line 306


Mahoni999 12-21-2009 05:19 PM

First of all thank you for this nice Adon :)

But it seems that i have a Problem with the wordfinder.php when i use the Guthaben-Hack

I have vb 3.7.4 and MySQL-Version : 5.0.32 running and when i create and when i want to play a Game i get a Error

PHP Code:

Datenbankfehler in vBulletin 3.7.4:

Invalid SQL:

                
INSERT INTO kontoauszug 
                
(`userid`, `datum`, `info`, `betrag`, `art`) 
                
VALUES 
                
(1,1261422887,Bezahlung f?r ein Wortfinder-Spiel',50,'minus');

MySQL-Fehler  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
f?r ein Wortfinder-Spiel',50,'minus')' at line 4 


When i disable the use of Guthaben-Hack in Settings, then i can play and create Games...

Maybe there is a little Mistake somewhere here ???


PHP Code:

$db->query ("
                INSERT INTO " 
TABLE_PREFIX "kontoauszug 
                (`userid`, `datum`, `info`, `betrag`, `art`) 
                VALUES 
                (" 
$userid "," TIMENOW "," $db->escape_string ($credittext) . "'," intval ($money) . ",'" $w "')
            "
);
            
$db->query ("UPDATE " TABLE_PREFIX "user SET `guthaben`=`guthaben`" $addsub " WHERE `userid`=" $userid); 

Any Idea what causes the Problem ?

Regards
Mahoni

*Edit*

I found the Fault. It was the Code inside the wordfinder_functions.php like i descriped above. So it could not work with Credits. I fixed it and now everything is working fine. SO no need to take Action, coroner :)

Many Thx for this great Addon !


All times are GMT. The time now is 04:37 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.01492 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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