How to build a UberCMS Hotel (R63) (Phoenix EMU)

Status
Not open for further replies.

DinosawsGoMoo

Member
Apr 21, 2012
41
0
theres a problem when i go to Import it it comes up with this, i think i might know i think i might not of Exracted the CMS to the htdocs
don1dill
 

DinosawsGoMoo

Member
Apr 21, 2012
41
0
pic not working
well it came up with this,
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'RewriteEngine on RewriteRule ^(.*)\.html $1\.php ErrorDocument 400 /error.' at line 1
RewriteEngine on
RewriteRule ^(.*)\.html $1\.php

ErrorDocument 400 /error.php?e=400
ErrorDocument 401 /error.php?e=401
ErrorDocument 403 /error.php?e=403
ErrorDocument 404 /error.php?e=404
ErrorDocument 500 /error.php?e=500

RewriteRule ^crossdomain.xml$ /crossdomain.php
RewriteRule ^gamedata/external(|/)$ /externals.php

RewriteRule ^home/([^/]+)/id(|/)$ /home.php?qryId=$1
RewriteRule ^home/([^/]+)(|/)$ /home.php?qryName=$1

RewriteRule ^security_check(|/)$ security_check.php
RewriteRule ^profile(|/)$ /profile.php
RewriteRule ^client(|/)$ /client.php
RewriteRule ^flash_client_error(|/)$ /client_error.php
RewriteRule ^client_error(|/)$ /client_error.php
RewriteRule ^me(|/)$ /me.php
RewriteRule ^login_popup(|/)$ /login-popup.php

RewriteRule ^account/changepassword(|/)$ /changepassword.php

RewriteRule ^community(|/)$ /community.php
RewriteRule ^community/staff(|/)$ /staff.php

RewriteRule ^account/details(|/)$ /profile.php
RewriteRule ^account/settings([...]
 

Elf

Member
Apr 2, 2012
153
10
how dam hard is it to make a uberCMS retro, use ur head! OR use a different CMS Simple,
 

Elf

Member
Apr 2, 2012
153
10
or, use a different UberCMS, Simple ;l,
Off Topic:i have made my won pre-installed retro package with my own sql made by me working swfs cms, db and everythign, if u need one tell me
 

DinosawsGoMoo

Member
Apr 21, 2012
41
0
ill try
extracting it again but when i extract the CMS into the Xaamp htdocs idk where the htdocs r but ill search for it and try again
 

DinosawsGoMoo

Member
Apr 21, 2012
41
0
im such a noob i fount it in teh C:drive becuase i was looking on my desktop where my Xaamp control panel was xD
 

DinosawsGoMoo

Member
Apr 21, 2012
41
0
if u cant find xampp, than u installed ti wrong, and idk try it L:p
got another problem, another error and i extracted the CMS to the htdocs and fount the database.sql and it came up with a error saying
Error

SQL query:
--
-- Database: `phx`
--
-- --------------------------------------------------------
--
-- Table structure for table `achievements`
--
CREATE TABLE IF NOT EXISTS `achievements` (

`id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
`levels` INT( 11 ) NOT NULL DEFAULT '1',
`dynamic_badgelevel` ENUM( '0', '1' ) NOT NULL DEFAULT '1',
`badge` VARCHAR( 100 ) NOT NULL ,
`pixels_base` INT( 5 ) NOT NULL DEFAULT '50',
`score_base` INT( 5 ) NOT NULL DEFAULT '10',
`pixels_multiplier` DOUBLE NOT NULL DEFAULT '1.25',
PRIMARY KEY ( `id` )

) ENGINE = MYISAM DEFAULT CHARSET = cp1251 AUTO_INCREMENT =39;


MySQL said:
#1046 - No database selected
 

Elf

Member
Apr 2, 2012
153
10
Use my sql that i made, it stil has some of the old accs on it! but just delete them, here you go! <Click Here<<< then rename it, sql.sql
 
Status
Not open for further replies.

Users who are viewing this thread

Top