Icy Phoenix
Old Customizations - Sudoku MOD 2.5.2
brandsrus [ Mon 10 Mar, 2008 09:07 ]
Post subject: Sudoku MOD 2.5.2
What are the differences between this and the including version in IP?
There are a few differences between this MOD and the one that is included into IP. The most important is the three kinds of Sudoku and the addon Full leaderboard for the competition between the users.
The following kinds of Sudoku comes with this MOD
Sudoku
Sudoku Samurai
Sudoku Ninja
How can I install this package?
It's really easy, upload the whole content of this package to your ip_root and execute the including db_update.php. After this delete db_update.php from your ip_root and clear your template cache and enable the board sudoku in the ACP.
Make sure that you have installed the release of 03032007 and that you have not modded the included files but else it should not work.
Where can I download this package?
You can download this package with the next link
IP Sudoku 2.5.2
Package Name: IP Sudoku
Package Version: 2.5.2
Release Spot: More sudoku with IP!
DOWNLOAD: IP Sudoku 2.5.2
If you have found problems or you need support? Ask it in this topic!
Chaotic [ Mon 10 Mar, 2008 10:02 ]
Post subject: Re: Sudoku MOD 2.5.2
Great job Brandsrus!
I do have small request of sorts. Is it possible to change the colors of the starting numbers on the grid? I ask this because I use the Black Pearl template and the grey outlined numbers are too small and too hard to see with the black background.
Here is a screenshot of the problem:
You can also test this mod out on my website:
http://www.thelocclan.com/phpBB2/sudoku.php
Username: test
Password: 1234
Lopalong [ Mon 10 Mar, 2008 13:56 ]
Post subject: Re: Sudoku MOD 2.5.2
Hi,
You can use the attached .zip (Colors on white background)
Copy the folder to b_pearl and in the mg_themes.cfg change the Sudoku config to:
// Sudoku
$images['sudoku_x'] = $current_template_images . 'sudoku/sudoku_blank.gif';
$images['sudoku_1'] = $current_template_images . 'sudoku/1_given.gif';
$images['sudoku_2'] = $current_template_images . 'sudoku/2_given.gif';
$images['sudoku_3'] = $current_template_images . 'sudoku/3_given.gif';
$images['sudoku_4'] = $current_template_images . 'sudoku/4_given.gif';
$images['sudoku_5'] = $current_template_images . 'sudoku/5_given.gif';
$images['sudoku_6'] = $current_template_images . 'sudoku/6_given.gif';
$images['sudoku_7'] = $current_template_images . 'sudoku/7_given.gif';
$images['sudoku_8'] = $current_template_images . 'sudoku/8_given.gif';
$images['sudoku_9'] = $current_template_images . 'sudoku/9_given.gif';
$images['sudoku_11'] = $current_template_images . 'sudoku/11_given.gif';
$images['sudoku_12'] = $current_template_images . 'sudoku/12_given.gif';
$images['sudoku_13'] = $current_template_images . 'sudoku/13_given.gif';
$images['sudoku_14'] = $current_template_images . 'sudoku/14_given.gif';
$images['sudoku_15'] = $current_template_images . 'sudoku/15_given.gif';
$images['sudoku_16'] = $current_template_images . 'sudoku/16_given.gif';
$images['sudoku_17'] = $current_template_images . 'sudoku/17_given.gif';
$images['sudoku_18'] = $current_template_images . 'sudoku/18_given.gif';
$images['sudoku_19'] = $current_template_images . 'sudoku/19_given.gif';
$images['sudoku_21'] = $current_template_images . 'sudoku/1_ran.gif';
$images['sudoku_22'] = $current_template_images . 'sudoku/2_ran.gif';
$images['sudoku_23'] = $current_template_images . 'sudoku/3_ran.gif';
$images['sudoku_24'] = $current_template_images . 'sudoku/4_ran.gif';
$images['sudoku_25'] = $current_template_images . 'sudoku/5_ran.gif';
$images['sudoku_26'] = $current_template_images . 'sudoku/6_ran.gif';
$images['sudoku_27'] = $current_template_images . 'sudoku/7_ran.gif';
$images['sudoku_28'] = $current_template_images . 'sudoku/8_ran.gif';
$images['sudoku_29'] = $current_template_images . 'sudoku/9_ran.gif';
Or just use them to overwrite the existing images in common/images/sudoku

Chaotic [ Mon 10 Mar, 2008 19:52 ]
Post subject: Re: Sudoku MOD 2.5.2
Lopalong, thanks for replying. I've downloaded the file and put it in my templates/common/images/sudoku. I've also made the code change in templates/mg_themes/mg_themes.cfg. I've made all the changes you said but I still don't see a change in the number colors. I have to be something wrong?
Hazard [ Mon 10 Mar, 2008 22:56 ]
Post subject: Re: Sudoku MOD 2.5.2
Can you include the Spanish language please?
Lopalong [ Mon 10 Mar, 2008 23:00 ]
Post subject: Re: Sudoku MOD 2.5.2
@ Chaotic,
You only needed to use the code if you put the Sudoku folder in the p_black folder. So just revert the code to the original. You will also need to clear the template Cache in the ACP.

brandsrus [ Mon 10 Mar, 2008 23:05 ]
Post subject: Re: Sudoku MOD 2.5.2
Can you include the Spanish language please?
Sorry, i can't speak or write spanish, maybe anyone else can make this for this MOD
Lopalong, thanks for your support here in this topic, I really appreciated it!
Chaotic [ Mon 10 Mar, 2008 23:23 ]
Post subject: Re: Sudoku MOD 2.5.2
@ Chaotic,
You only needed to use the code if you put the Sudoku folder in the p_black folder. So just revert the code to the original. You will also need to clear the template Cache in the ACP.

For some reason, that still didn't do the trick. I was looking at the images in the folder you provided and they look the same. They are black numbers. I need something more like white numbers for the dark background I have.
Lopalong [ Mon 10 Mar, 2008 23:44 ]
Post subject: Re: Sudoku MOD 2.5.2
They don't have a transparent background they are white tiles with black and orange numbers. Most viewers show the transparency as white or off-white, so they would look roughly the same.
If you want white numbers on a transparent background and you can't do them yourself, I'll do them for you. But! if you also have "Light" themes available for your users, you will run into the same problem there; they wont be able to see them.
This is what those tiles should look like.

Chaotic [ Tue 11 Mar, 2008 01:26 ]
Post subject: Re: Sudoku MOD 2.5.2
I got it working. Thanks for your help Lopalong!
Lopalong [ Tue 11 Mar, 2008 01:59 ]
Post subject: Re: Sudoku MOD 2.5.2
You're welcome.
The code above is useful if you want to have different coloured tiles for different themes. It also means of course that all themes would have to have a Sudoku folder added to "their" color-folder. Example: p_black/sudoku

Hazard [ Tue 11 Mar, 2008 04:19 ]
Post subject: Re: Sudoku MOD 2.5.2
You're welcome.
The code above is useful if you want to have different coloured tiles for different themes. It also means of course that all themes would have to have a Sudoku folder added to "their" color-folder. Example: p_black/sudoku

This images works in Samurai and Ninja???
Chaotic [ Tue 11 Mar, 2008 07:48 ]
Post subject: Re: Sudoku MOD 2.5.2
It seems that it only works for the standard sudoku, not samurai or ninja. At least that's what I see on my website.

KasLimon [ Tue 11 Mar, 2008 09:58 ]
Post subject: Re: Sudoku MOD 2.5.2
Any language changes since last version?
I've translated old version ACP to spanish
And I'll translate main language ASAP
Greets!
brandsrus [ Tue 11 Mar, 2008 10:01 ]
Post subject: Re: Sudoku MOD 2.5.2
Any language changes since last version?
I've translated old version ACP to spanish
And I'll translate main language ASAP
Greets!
Can you pm me your files, than can i check if all is ok. Thanks in advance!
Hazard [ Tue 11 Mar, 2008 10:18 ]
Post subject: Re: Sudoku MOD 2.5.2
Any language changes since last version?
I've translated old version ACP to spanish
And I'll translate main language ASAP
Greets!
Share!!!

KasLimon [ Tue 11 Mar, 2008 16:32 ]
Post subject: Re: Sudoku MOD 2.5.2
Can you pm me your files, than can i check if all is ok. Thanks in advance!
Check this message:
http://www.icyphoenix.com/viewtopic...&start=0#p24950
I haven't started main, so it will not be a problem.
Greets!
jjuanovi [ Wed 12 Mar, 2008 22:05 ]
Post subject: Re: Sudoku MOD 2.5.2
With items aphrodite does not work, help
brandsrus [ Wed 12 Mar, 2008 23:06 ]
Post subject: Re: Sudoku MOD 2.5.2
That is right, have not modified aphrodite for this MOD. It only works with the basic Icy Phoenix theme.
If you need aphrodite template, i will make it if you need it.
jjuanovi [ Thu 13 Mar, 2008 08:14 ]
Post subject: Re: Sudoku MOD 2.5.2
Thanks, if the need
xMartinusx [ Thu 13 Mar, 2008 17:24 ]
Post subject: Re: Sudoku MOD 2.5.2
yes, i also use aphrodite! would be great if you can fix it for us

brandsrus [ Thu 13 Mar, 2008 21:38 ]
Post subject: Re: Sudoku MOD 2.5.2
OK, i will make a adaption to Aphrodite! Stay tuned
brandsrus [ Thu 13 Mar, 2008 23:08 ]
Post subject: Re: Sudoku MOD 2.5.2
The adaption for Aphrodite can be downloaded from
here
I have found a mistake in the general package, there was no folder with the images for Sudoku, i have added a second version with the folder images. That is the only change that i have done.
jjuanovi [ Fri 14 Mar, 2008 08:15 ]
Post subject: Re: Sudoku MOD 2.5.2
Thanks
xMartinusx [ Sun 16 Mar, 2008 15:14 ]
Post subject: Re: Sudoku MOD 2.5.2
thanks!!
Chaotic [ Wed 19 Mar, 2008 20:29 ]
Post subject: Re: Sudoku MOD 2.5.2
Download link broken: The requested topic does not exist.
brandsrus [ Wed 19 Mar, 2008 22:54 ]
Post subject: Re: Sudoku MOD 2.5.2
Download link broken: The requested topic does not exist.
Thanks for reporting, link is changed! Good luck
Chaotic [ Wed 19 Mar, 2008 23:15 ]
Post subject: Re: Sudoku MOD 2.5.2
Thanks brandsrus!
Were changes made in these files to reflect the IP patch that was just released?
The only file that needs to be updated in the mod:
includes/constants.php
Hazard [ Mon 21 Apr, 2008 11:08 ]
Post subject: Re: Sudoku MOD 2.5.2
Updated??
brandsrus [ Mon 21 Apr, 2008 11:12 ]
Post subject: Re: Sudoku MOD 2.5.2
Only changed file is includes/constants.php
Upload the attachment of this message to your installation and all files are updated.
Chaotic [ Tue 22 Apr, 2008 03:14 ]
Post subject: Re: Sudoku MOD 2.5.2
Thanks!
Hazard [ Tue 22 Apr, 2008 08:42 ]
Post subject: Re: Sudoku MOD 2.5.2
Spanish translation by me

Hazard [ Mon 28 Apr, 2008 08:03 ]
Post subject: Re: Sudoku MOD 2.5.2
Any update for Icy Phoenix 1.2.0.27b Patch ?
Chaotic [ Wed 21 May, 2008 15:41 ]
Post subject: Re: Sudoku MOD 2.5.2
Brandsrus,
I have a user that has completed all 50 games of Pack 1 in your Sudoku Mod. Do you have any other Game Packs available that I could install?
Thanks!
Harimau [ Thu 22 May, 2008 01:04 ]
Post subject: Re: Sudoku MOD 2.5.2
Here you have all the games for Sudoku
Greetzz Ron
(Copy the file to your root. Run _all_games_pack.php after delete the file.)
Chaotic [ Thu 22 May, 2008 02:27 ]
Post subject: Re: Sudoku MOD 2.5.2
I'm receiving this error when running _all_games_pack.php
Error in retrieving solutions
DEBUG MODE
SQL Error : 1146 Table 'thelo7_forumdb.phpbb_sudoku_starts' doesn't exist
SELECT game_pack, game_num FROM phpbb_sudoku_starts ORDER BY game_pack DESC, game_num DESC LIMIT 1
Line : 56
File : _all_games_pack.php
Harimau [ Fri 23 May, 2008 12:25 ]
Post subject: Re: Sudoku MOD 2.5.2
Maybe this wil help you
Hazard [ Tue 26 Aug, 2008 02:57 ]
Post subject: Re: Sudoku MOD 2.5.2
I just upgrade to version 1.2.0.27c and stopped working.
Some tips or updates for this mod?
brandsrus [ Tue 26 Aug, 2008 07:51 ]
Post subject: Re: Sudoku MOD 2.5.2
I just upgrade to version 1.2.0.27c and stopped working.
Some tips or updates for this mod?
Hopefully i have time today to find out how to update this

SkyOne1982 [ Mon 20 Oct, 2008 21:33 ]
Post subject: Re: Sudoku MOD 2.5.2
Update for 1.2.0.27c?
aphrodite link?
janetgreen [ Sat 28 Nov, 2009 08:14 ]
Post subject: Re: Sudoku MOD 2.5.2
Any language changes since last version?
I've translated old version ACP to spanish
And I'll translate main language ASAP
Greets!
Can you pm me your files, than can i check if all is ok. Thanks in advance!
I definately wnat to get my teeth into that samurai sudoku but the links your provided are dead, they redirect to a 404 link page, can you pm me this as well, looks fantastic
Costa [ Sun 03 Jul, 2011 23:15 ]
Post subject: Re: Sudoku MOD 2.5.2
Icy Phoenix 1.3.0.53a
Sudoku Mod Version 1.0.6
I want to upgrade from 1.0.6 to 2.5.2)
and I want to activate the next packets games (level) for sudoku
I found these on other issues here are quite old and I'm not sure what to do.
New Sudoku Mod (1.0.6 => 2.5.0)
Sudoku
any help?