Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
-:[GAME]:- Sudoku 2009 Details »»
-:[GAME]:- Sudoku 2009
Version: 1.2.0, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.2 Rating:
Released: 05-24-2009 Last Update: 06-12-2009 Installs: 84
DB Changes Uses Plugins
Additional Files  
No support by the author.

What is it ?
It's another game for your vBulletin called Sudoku. You don't know what a Sudoku is ? try GOOGLE.

Does it works with vBcredits / vBbux ?
Yes of course. The game will automatically detect if one of those mods are installed (see image no.4).

How does it works ?
You can choose between 4 different levels (easy, middle, hard and evil). For each sudoku, you will get a time (those are also the points) - see image no. 4. Each seconds the score will decrase by 1.
Each mistake will cost you 100 points (default setting).
The goal is to finish the sudoku as fast as you can. A started Sudoku MUST be finished !

This game used 3rd party routines from:
Code:
 * Copyright by Frieder Kesch
 * http://sudokucheater.ikesch.de
 * 
 * License:   GNU General Public License 2 (GPL 2) or later
Support is given for anyone who clicked "installed"

Cheers
Coroner

Download Now

File Type: zip sudoku_2009.zip (33.6 KB, 281 views)

Screenshots

File Type: jpg Bild 1.jpg (31.3 KB, 0 views)
File Type: jpg Bild 2.jpg (40.2 KB, 0 views)
File Type: jpg Bild 3.jpg (37.6 KB, 0 views)
File Type: jpg Bild 4.jpg (37.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 05-30-2009, 09:43 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have PHP unlimited showing up, and under that I have only Sudoku 2009. I click on that, but it only shows me the settings and nothing for the vbplaza credits which it should be detecting automatically since I have vbplaza installed.

2nd. I have memebrs saying the look is weird and confusing. It needs to be made more square they say, as it is too rectangle and confusing.
Reply With Quote
  #33  
Old 05-31-2009, 06:40 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the "rectagle" you can change the template "sudoku_play"

search for:
Code:
$sudokufield
and change it into:
Code:
      <table cellpadding="0" cellspacing="0" border="0" style="width:600px">
       <tr>
        <td class="alt2">$sudokufield</td>
       </tr>
      </table>
I don't know, why no "credit settings" avaible - I have only vbplaza installed and it works
Reply With Quote
  #34  
Old 05-31-2009, 10:05 AM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't wait for this one and for the Wordfinder to be working great!

They should be really fun games to add to my site
Reply With Quote
  #35  
Old 05-31-2009, 01:00 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod! Nice and easy install and seems to work flawlessly so far...

Nice addition to any website!

Thanks
Reply With Quote
  #36  
Old 06-01-2009, 06:00 AM
forum4's Avatar
forum4 forum4 is offline
 
Join Date: Mar 2009
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, had to install this one to. Never played this game till now. Love it! The above code works great to and makes it much easier to play.

Well, if I had to create this in German, I'd sure have a lot of spelling and grammar issues to.

Ich spreche Deutsch aber nicht so gut!

Thank you!
Reply With Quote
  #37  
Old 06-01-2009, 08:11 AM
djilou djilou is offline
 
Join Date: Dec 2006
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there are no query to create tables guthaben and guthaben_shop_preise

Code:
<installcode><![CDATA[
				$db->hide_errors();

				$db->query("ALTER TABLE `" . TABLE_PREFIX . "usergroup` ADD `sudokupermissions` INT(10) UNSIGNED NOT NULL DEFAULT '0'");
				$db->query("ALTER TABLE `" . TABLE_PREFIX . "administrator` ADD `customsudokupermissions` INT(10) UNSIGNED NOT NULL DEFAULT '0'");

				$db->query("ALTER TABLE `" . TABLE_PREFIX . "guthaben` ADD `sudoku` INT(11) NOT NULL DEFAULT '0'");
				$db->query("ALTER TABLE `" . TABLE_PREFIX . "guthaben` ADD `sudoku_pay` INT(11) NOT NULL DEFAULT '0'");
				$db->query("ALTER TABLE `" . TABLE_PREFIX . "guthaben` ADD `sudoku_get` INT(11) NOT NULL DEFAULT '0'");
				$db->query("INSERT INTO `" . TABLE_PREFIX . "guthaben_shop_preise` (`name`,`pvar1`,`pvar2`) VALUES ('guthaben_shop_sudoku_pay','\$guthaben[sudoku_pay]','\$guthaben[sudoku]')");
				$db->query("INSERT INTO `" . TABLE_PREFIX . "guthaben_shop_preise` (`name`,`pvar1`,`pvar2`) VALUES ('guthaben_shop_sudoku_get','\$guthaben[sudoku_get]','\$guthaben[sudoku]')");

				$db->query("DROP TABLE IF EXISTS " . TABLE_PREFIX . "sudoku_config;");
				$db->query("CREATE TABLE " . TABLE_PREFIX . "sudoku_config (
			  	subsend  int(11) NOT NULL default '100',
				  plevel1  int(11) NOT NULL default '2000',
				  plevel2  int(11) NOT NULL default '3500',
				  plevel3  int(11) NOT NULL default '5000',
				  plevel4  int(11) NOT NULL default '8000',
		  		postings int(4) NOT NULL default '0',
				  guthaben int(11) NOT NULL default '0',
				  month    int(11) NOT NULL default '30',
			  	pay      int(4) NOT NULL default '0',
			  	betrag   int(4) NOT NULL default '0'
				) TYPE=MyISAM;");
				$db->query("INSERT INTO " . TABLE_PREFIX . "sudoku_config (betrag) VALUES (0)");

				$db->query("DROP TABLE IF EXISTS " . TABLE_PREFIX . "sudoku_user;");
				$db->query("CREATE TABLE " . TABLE_PREFIX . "sudoku_user (
				  userid   int(11) NOT NULL default '0',
				  ingame   int(2) NOT NULL default '0',
		  		level    int(2) NOT NULL default '0',
					pgame    text NOT NULL,
					ogame    text NOT NULL,
			  	score    int(11) NOT NULL default '0',
			  	time     int(11) NOT NULL default '0',
				  endtime  int(11) NOT NULL default '0',
				  mistakes int(4) NOT NULL default '0'
				) TYPE=MyISAM;");

				$db->query("DROP TABLE IF EXISTS " . TABLE_PREFIX . "sudoku_highscore;");
				$db->query("CREATE TABLE " . TABLE_PREFIX . "sudoku_highscore (
				  userid   int(11) NOT NULL default '0',
			  	level    int(2) NOT NULL default '0',
				  score    int(11) NOT NULL default '0',
			  	playtime int(11) NOT NULL default '0',
				  mistakes int(4) NOT NULL default '0'
				) TYPE=MyISAM;");

				$db->show_errors();
			]]></installcode>
Reply With Quote
  #38  
Old 06-01-2009, 08:13 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know it, but it's needed for the german ones (me, too)
Reply With Quote
  #39  
Old 06-01-2009, 08:51 AM
djilou djilou is offline
 
Join Date: Dec 2006
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But we need guthaben_shop_preise table to see the "Credit Settings" In AdminCP, no?
Reply With Quote
  #40  
Old 06-01-2009, 09:17 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No. "Shop Preise" eng. Shop Prices is needed for the german Mod, to see what cost how much.

For vBCredits or vBplaza there are two (hidden) options.

1st.) is this mod installed and not disabled
2nd.) is it enabled
Reply With Quote
  #41  
Old 06-02-2009, 09:36 AM
skol skol is offline
 
Join Date: Oct 2008
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice game,one problem when i complete a game on the hard level,it wont submit to highscore.
I have to press cancel..as it does nothing.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:22 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.06903 seconds
  • Memory Usage 2,335KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete