Page 1 of 1

Ver. 2.0 beta released

PostPosted: Thu Dec 03, 2009 9:54 am
by Jon
http://www.yourarcadescript.com/downloa ... -2.0b1.zip
it's rewriten from 1.31 with some minor bug fixes and new features.

database changes from 1.31:
ALTER TABLE categories ADD COLUMN `home` varchar(3) NOT NULL DEFAULT 'yes';
ALTER TABLE categories ADD COLUMN `desc` varchar(255) NOT NULL DEFAULT '';
ALTER TABLE settings ADD COLUMN `theme` varchar(255) NOT NULL DEFAULT 'default';

Re: Ver. 2.0 beta released

PostPosted: Sun Dec 06, 2009 4:58 am
by funkydude
hi jon have u done anything for the admin on your script so we can control users .and were is the upgrade for this script ? ty.or does this script have to be a clean install ?.

Re: Ver. 2.0 beta released

PostPosted: Sun Dec 06, 2009 5:19 pm
by Jon
candyman78 wrote:have u done anything for the admin on your script so we can control users .

not yet.

all the files are different.you would have to code your template into the script.
you can run 2.0 on the old database,but you need to run those queries.

Re: Ver. 2.0 beta released

PostPosted: Sun Dec 06, 2009 6:19 pm
by funkydude
bug fix plz for saveregister.php as no one can register cheers.

Re: Ver. 2.0 beta released

PostPosted: Sun Dec 06, 2009 7:03 pm
by Jon
candyman78 wrote:bug fix plz for saveregister.php as no one can register cheers.

just had the wrong path.

Re: Ver. 2.0 beta released

PostPosted: Sun Dec 06, 2009 8:02 pm
by funkydude
Jon wrote:
candyman78 wrote:bug fix plz for saveregister.php as no one can register cheers.

just had the wrong path.


hi jon am trying to add the path to it. <? include("/home/username/public_html/games-hell.co.uk/templates/default/register.php"); }?>

thats what i added but no go :(.plus i had to make my own cat on the header cos they didnt show up when i installed the script.

Re: Ver. 2.0 beta released

PostPosted: Sun Dec 06, 2009 9:46 pm
by Jon
saveregister.php is fine.it was register.php in the template folder.
it should have been:
<form name="myform" action="includes/saveregister.php" method="post" >

change the categories id to what you have on your other site.

Re: Ver. 2.0 beta released

PostPosted: Mon Dec 07, 2009 8:22 am
by funkydude
i think i will leave this script for now as its abit of a mess no offence jon i will wait till the new proper release comes out cheers m8. but can i say it still does look very good :D.

Re: Ver. 2.0 beta released

PostPosted: Mon Dec 07, 2009 1:53 pm
by funkydude
i think the games sql needs to be converted to the right id as no games show cos when i done the cats to the same as the other site the didnt show up or the pics for it so Puzzle cat id is ( 1 ) but if u look at the admin page on Manage Categories the link stays the same like this http://games-hell.co.uk/index.php?act=cat&id=11
it doesnt got to id 1 instead as it should.

sample
http://games-hell.co.uk/index.php?act=cat&id=11
ID Category Active Order Parent
11 Puzzle yes 1 yes

i dont know if u had the same problem i just thoght i would let u know.cos when u add the game to id 1 it doesnt show.