Jump to content
MakeWebGames

Need Help ASAP


Calum

Recommended Posts

im currently making a text-based game but as im trying to install Mccodes v2 this come's up

Write Config...

Config written.

Attempting DB connection

Warning: require(class/class_db_mysql.php) [function.require]: failed to open stream: Permission denied in /home/icalum/public_html/installer.php on line 457

Warning: require(class/class_db_mysql.php) [function.require]: failed to open stream: Permission denied in /home/icalum/public_html/installer.php on line 457

Fatal error: require() [function.require]: Failed opening required 'class/class_db_mysql.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/icalum/public_html/installer.php on line 457

 

Need help fast thanks

Link to comment
Share on other sites

now this came up

Warning: fopen(dbdata.sql) [function.fopen]: failed to open stream: No such file or directory in /home/icalum/public_html/installer.php on line 468

Warning: fread(): supplied argument is not a valid stream resource in /home/icalum/public_html/installer.php on line 470

Warning: fclose(): supplied argument is not a valid stream resource in /home/icalum/public_html/installer.php on line 471

Main MySQL data was written.

Now write Extra MySQL data.

QUERY ERROR: Unknown column 'donatordays' in 'field list'

Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( 'Calum', 'Calum', md5('calum97'), 1, 100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, '', unix_timestamp(), '[email protected]', -1, '82.36.18.124', '82.36.18.124')

Link to comment
Share on other sites

sorry Just got 1more thing

QUERY ERROR: Table 'adminlogs' already exists

Query was CREATE TABLE `adminlogs` ( `adID` int(11) NOT NULL auto_increment, `adUSER` int(11) NOT NULL default '0', `adPOST` longtext NOT NULL, `adGET` longtext NOT NULL, `adTIME` int(11) NOT NULL default '0', PRIMARY KEY (`adID`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ;

Link to comment
Share on other sites

Reinstall it?

Look, Delete ALL of the files in your public_html folder, and drop ALL of the tables in the database you want to use in phpMyAdmin, and then RE-UPLOAD all of the files that came with your MCCodes v.2.0.3 download, and then UPLOAD the sql to phpmyadmin.

Once you have done that, try install your game.

Link to comment
Share on other sites

Kieran. Please, just stop. Your confusing him, and making yourself looks stupid.

Calum, Go to PhpMyAdmin.

Click the database your game is in (On the left)

Select all tables in the tickbox.

Select drop in the dropdown box.

Confirm it.

Reinstall

I really dont see how what I said was confusing, neither dont see how it makes me look stupid... Hmmm

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...