| |
phpBB-TweakS The easiest way to 'tweak' your phpBB! |
|
|
|
|
|
|
It appears you are using a browser that is not based on Internet Explorer, this means you are not viewing the web as good as you should be. Other browsers might try to immitate Internet Explorer, but none can parse the web as it should like Internet Explorer can. So view the web as it was meant to be with Avant Browser!
|
| |
|
|
All times are GMT - 5 Hours
|
|
 |
Fri Feb 18, 2005 2:42 am |
 |
Author |
Message |
__Freelancer__ Amature TweakeR

Joined: 09 Feb 2005 Posts: 31 Words Posted: 1,300 Average Post: 41.94
|
| Post subject: Lottery & Keno Installation Problems |
|
|
Ok ive installed the lottery perfect as well, wen i go into ACP and try turn it on and update it, it wont turn on.
2nd Prob
Keno, ran the table, uploaded both files to /root, and i dont see no option of it in ACP or home nav
if anyone could help me out with this please thanks
__Freelancer__ |
|
| Post #1 |
|
|
 |
Fri Feb 18, 2005 3:18 am |
 |
Author |
Message |
cane_cc72 Support Team


Joined: 07 Jan 2005 Posts: 306 Words Posted: 36,100 Average Post: 117.97 Location: Maryland
|
| Post subject: |
|
|
problem 1 make sure the tables were creadted in database if they weren't then it cannot save the settings make sure the install file was deleted from root.
problem 2 keno has no settings in ACP the configurations to set for payout and charge are located in the file keno.php
roughly lines 28-61 below is the code your looking for that is were you set the settings for it
| Code: | /**********************************************************
*
*
* Adjust These As Needed
*
*/
/* Change This To A Zero To Not Use The Points System */
$use_reward = "1";
/* Change This To What You Want To Charge To Play */
$game_cost = "25";
/* Change This To What You Want Them To Get Per Correct Number */
$reward_per = "5";
/* Change This If Yours Is Different */
$points_name = $board_config['points_name'];
/* Change This If Yours Is Different */
$users_points = $userdata['user_points'];
/* Change This To A One(1) If You Will Allow Guests To Play */
$guest_allowed = "0";
/* Change This If You Want To Rename The Game */
$page_title = "Classic Keno";
/* If Your On phpBB, Leave This Alone */
$user = $userdata['username'];
/* Just Incase There Was An Error Getting The Points Name */
if(!$points_name)
{
$points_name = "Points";
}
/*
*
*
* Finished With Settings
*
*
**********************************************************/ |
you need to add a link to it in your header with your other links like
http://www.YOURSITE.com/keno.php name it Keno or w/e |
|
| Post #2 |
|
|
 |
Fri Feb 18, 2005 8:04 am |
 |
Author |
Message |
aUsTiN Webmaster


Joined: 05 Jan 2005 Posts: 3684 Words Posted: 144,671 Average Post: 39.27 Location: USA
|
| Post subject: |
|
|
Both have the same solution. Change your common.php file. If you're using .11 you need to find 2 occurances of
unset($$var);
And add a # before it so it comments it out. |
|
| Post #3 |
|
|
 |
Fri Feb 18, 2005 6:29 pm |
 |
Author |
Message |
__Freelancer__ Amature TweakeR

Joined: 09 Feb 2005 Posts: 31 Words Posted: 1,300 Average Post: 41.94
|
| Post subject: |
|
|
| cane_cc72 wrote: | problem 1 make sure the tables were creadted in database if they weren't then it cannot save the settings make sure the install file was deleted from root.
problem 2 keno has no settings in ACP the configurations to set for payout and charge are located in the file keno.php
roughly lines 28-61 below is the code your looking for that is were you set the settings for it
| Code: | /**********************************************************
*
*
* Adjust These As Needed
*
*/
/* Change This To A Zero To Not Use The Points System */
$use_reward = "1";
/* Change This To What You Want To Charge To Play */
$game_cost = "25";
/* Change This To What You Want Them To Get Per Correct Number */
$reward_per = "5";
/* Change This If Yours Is Different */
$points_name = $board_config['points_name'];
/* Change This If Yours Is Different */
$users_points = $userdata['user_points'];
/* Change This To A One(1) If You Will Allow Guests To Play */
$guest_allowed = "0";
/* Change This If You Want To Rename The Game */
$page_title = "Classic Keno";
/* If Your On phpBB, Leave This Alone */
$user = $userdata['username'];
/* Just Incase There Was An Error Getting The Points Name */
if(!$points_name)
{
$points_name = "Points";
}
/*
*
*
* Finished With Settings
*
*
**********************************************************/ |
you need to add a link to it in your header with your other links like
http://www.YOURSITE.com/keno.php name it Keno or w/e | <-
Lottery now fixed thanks cain and austin for your help just need 1 more thing lol, how do i add a link to my header? |
|
| Post #4 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Protected by phpBB Security © phpBB-TweakS phpBB Security Has Blocked 3,237 Exploit Attempts.
· Archive · Sitemap: Index · Sitemap: Forums · Sitemap: Topics · Sitemap: Posts ·
:: [ Load Time: 2.8 Seconds ] :: [ 29 Queries ] :: [ 817 Page(s) Viewed Today ] :: :: [ Todays Queries: 24,299 ] :: [ Highest Load: 1,396,429 Queries On May. 08, 2007 ] :: :: [ SQL Load: 60% Time: 1.7 ] :: [ PHP Load: 40% Time: 1.1 ] :: [ Debug: On ] :: [ GZIP: Enabled ] :: :: The server last rebooted 80 days, 16 hours, 42 minutes, 41 seconds ago. ::
|
|
|
|
|
This page has been viewed 4,927,799 times, last viewed: Sat Sep 06, 2008 1:13 am.
|
|
Powered by phpBB 2.0.* © 2001, 2002 phpBB Group
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|