| Author |
Message |
|
InvertedVertex
TheArcadeScript Creator
Joined: Sun Jul 15, 2007 3:55 am Posts: 206
|
 [Release] TheArcadeScript v1.3.0
Hello, TheArcadeScript v1.3.0 (Still Alive Edition) has been released. It has been quite a while since I have posted a new release. This one contains mostly fixes that have been pointed out by users here on the forums, but haven't been officially released. Also included are the ability to create Google Sitemaps and to have meta keywords for game pages. Known Credits For Fixes/Updates: - Fixed spelling mistake in addgame.php in AdminCP (credit to Dream; Referance Thread)
- Custom code games not working (credit to MasterVamp; Referance Thread)
- Fixed dropdown menu not populating (credit to ArcadeSiteBuilder; Referance Thread)
- Fixed DCR games not working correctly (credit to kejabe; Referance Thread)
- Meta descriptions and keywords added to game pages (credit to biliyom; Referance Thread)
- Added Google Sitemap generator (credit to ArcadeSiteBuilder)
Upgrading: To upgrade you have two options. You can either re upload all the new files contained in the zip overwriting your old ones (EXCEPT includes/sql.php) OR You can see this thread for information on manually upgrading.
Attachments:
File comment: TheArcadeScript v1.3.0 (Still Alive Edition)
TheArcadeScriptv1.3.0.zip [201.22 KiB]
Downloaded 3921 times
|
| Tue Mar 25, 2008 5:25 am |
|
 |
|
MasterVamp
New Member
Joined: Sun Oct 28, 2007 5:11 am Posts: 16
|
 Re: [Release] TheArcadeScript v1.3.0
Oh yeah,
thanks for this
_________________ Juegos Gratis
Sorry for my bad english :S
|
| Tue Mar 25, 2008 8:05 am |
|
 |
|
banapple
Full Member
Joined: Thu Dec 06, 2007 11:39 pm Posts: 61 Location: La La Land
|
 Re: [Release] TheArcadeScript v1.3.0
Thanks for the update. Off to upgrade...
|
| Tue Mar 25, 2008 3:21 pm |
|
 |
|
smithey253
New Member
Joined: Tue Jan 22, 2008 9:07 pm Posts: 17
|
 Re: [Release] TheArcadeScript v1.3.0
Hiya guys.
I think i might have found a problem
When trying to change template through the admin panel, it says settings changed but doesnt actually change the theme.
EDIT: Its actually everything in the 'site' tab of the admin panel. Site name, url, theme etc..
_________________ http://guba.uni.cc/blah - GuBa Play!
|
| Sun Apr 06, 2008 1:27 pm |
|
 |
|
InvertedVertex
TheArcadeScript Creator
Joined: Sun Jul 15, 2007 3:55 am Posts: 206
|
 Re: [Release] TheArcadeScript v1.3.0
smithey253 wrote: Hiya guys.
I think i might have found a problem
When trying to change template through the admin panel, it says settings changed but doesnt actually change the theme.
EDIT: Its actually everything in the 'site' tab of the admin panel. Site name, url, theme etc.. Looks like the upgrader isn't actually upgrading the database with the new changes. To manually do it yourself execute the following in phpMyAdmin. I will get the fixed installer up later today. Code: ALTER TABLE `config` ADD `config_meta` TINYINT( 1 ) NOT NULL AFTER `config_delayednum` ; ALTER TABLE `games` ADD `g_keywords` TEXT NOT NULL AFTER `g_flags` ;
|
| Sun Apr 06, 2008 6:24 pm |
|
 |
|
grgo69
New Member
Joined: Sun Feb 10, 2008 1:24 pm Posts: 15
|
 Re: [Release] TheArcadeScript v1.3.0
Hy, I cannot get it installed! When I go to admincp I get error message(see attached picture) and I have disabled php safe mode. PS: I had no problem installing 1.22 script. Any clue ?
Attachments:
dobreigre.png [ 53.05 KiB | Viewed 6483 times ]
_________________ Igrice Ljubav Oglasnik
|
| Tue Apr 08, 2008 11:44 am |
|
 |
|
freegameonline
New Member
Joined: Mon Apr 07, 2008 2:37 pm Posts: 10
|
 Re: [Release] TheArcadeScript v1.3.0
I had the same problem. I had to disable the login, go into admin and create username, password and select the template. Change this: Code: // Check to see if admin is signed in admin_login_check();
To this in main.php and others. Code: // Check to see if admin is signed in // admin_login_check();
When you are done, go back and change the files back so that the login process protects them. Good luck!
|
| Tue Apr 08, 2008 10:43 pm |
|
 |
|
grgo69
New Member
Joined: Sun Feb 10, 2008 1:24 pm Posts: 15
|
 Re: [Release] TheArcadeScript v1.3.0
Hy, I changed 18 files containing that in admincp folder and nothing changed !?
_________________ Igrice Ljubav Oglasnik
|
| Wed Apr 09, 2008 8:12 pm |
|
 |
|
freegameonline
New Member
Joined: Mon Apr 07, 2008 2:37 pm Posts: 10
|
 Re: [Release] TheArcadeScript v1.3.0
If you have access to PHPmyAdmin you have to insert 'bluerazor' into the 'config' table under the 'config_template' field.
GOTO PHPmyAdmin SELECT the database BROWSE config EDIT config INSERT bluerazor into 'config_template' field SAVE
Hope this helps!
|
| Thu Apr 10, 2008 10:27 pm |
|
 |
|
alchemist
Beginner
Joined: Sat Apr 12, 2008 2:59 pm Posts: 4
|
 Re: [Release] TheArcadeScript v1.3.0
I disabled the login I created username and password and choose a template but nothing happened. no data appeared in the database I can't log in here is a config table screenshot:  I cant find where to insert "bluerazor" and do not know what to do with admin account
|
| Tue Apr 15, 2008 8:14 pm |
|
 |
|