
masterdon
Members-
Posts
30 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by masterdon
-
i zipped it, extracted the zipped file then tried uploading it, it just gave me .txt files still :l Warning: include_once(safe/config.php) [function.include-once]: failed to open stream: No such file or directory in /home/a7563093/public_html/index.php on line 2 Free Web Hosting PHP Error Message Warning: include_once() [function.include]: Failed opening 'safe/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a7563093/public_html/index.php on line 2 Free Web Hosting PHP Error Message Warning: include_once(safe/connect.php) [function.include-once]: failed to open stream: No such file or directory in /home/a7563093/public_html/index.php on line 3 Free Web Hosting PHP Error Message Warning: include_once() [function.include]: Failed opening 'safe/connect.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a7563093/public_html/index.php on line 3 Free Web Hosting PHP Error Message Warning: mysql_query() [function.mysql-query]: Access denied for user 'a7563093'@'localhost' (using password: NO) in /home/a7563093/public_html/index.php on line 8 Free Web Hosting PHP Error Message Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/a7563093/public_html/index.php on line 8 Free Web Hosting Access denied for user 'a7563093'@'localhost' (using password: NO)
-
i have all the files uploaded. put my db name ect ect in. loaded mysql up and my game is still not working??? p.s mysql was showing up as a .txt file, is this the problem?
-
sim i would gladly create a dbstructure, login.php ect ect if only i knew how Im at the point where i wanna do this and i need some kind of full on walkthrough step by step on how to code and design a game how i want it.
-
Nice one Aaleck :) Well ive been playing critticage/critticwars for bout 7-8 years and never thought it to be mccodes
-
Anyone have any good engine sites i could use then?
-
i am thinking of buying mccodes but i realise it will be a waste of money unless i have someone who will help me every step of the way. I can fully install the scripts myself and have the game running but i get stuck at setting up cron_jobs. Anyone keen to partner up with me?
-
This IP has already been used to signup. ??
-
nice work, layout is actually quite amazing.
-
I am looking to start my own text based browser mmorpg game, have been for a while. I know basic bits of coding but nothing near to what i need to know to do what i want. I want to start my game from scratch (Not using mccodes ect ect) I am gonna need alot of help and support with this. I want my game to be like critticwars.com Anyone help me out? where do i start?
-
looking for help setting up my cron jobs, will pay for fast service, offer staff positions and direct you to a game you will LOVE
-
am willing to pay for fast service, and will direct you to game i promise you will love :P
-
Looking for a focus group for Criminal Outlaws!
masterdon replied to oxidati0n's topic in Partnerships
ill be gald to help you with this. I have over 10 years of mmorpg gaming experience :) -
new help i now need new help setting up my cron_jobs anyone please?
-
need help fast. trying to get my game working but this keeps popping up when i try log in Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a7563093_db'@'10.1.1.12' (using password: YES) in /home/a7563093/public_html/mysql.php on line 2 Free Web Hosting PHP Error Message Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/a7563093/public_html/mysql.php on line 3 Free Web Hosting PHP Error Message Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/a7563093/public_html/authenticate.php on line 30 Free Web Hosting Access denied for user 'a7563093_db'@'10.1.1.12' (using password: YES) PLEASE HELP!!!!!!!!
-
thanks for the help mate, but ive figured it out now. Ive finaly got it up running. Thanks for everyones help. If you wish to join please follow the link http://www.kronicalhabits.co.cc Also i am now looking for mccode free mods. i want forums and gangs
-
ok i re-installed it and its half working now, the tables have automaticly created themselves im myphpadmin but it still says the table dont exist when i try to log into my game, please help asap [email protected] im willing to pay for full support.
-
please help. ive been adding tables just like the install says to. still not working though? SQL query: CREATE TABLE `tassie12_db`.`users` (`userid` INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `username` VARCHAR(255) NOT NULL, `userpass` VARCHAR(255) NOT NULL, `level` INT(11) NOT NULL DEFAULT '0', `exp` DECIMAL(11,4) NOT NULL DEFAULT '0.0000', `money` BIGINT(20) NOT NULL DEFAULT '0', `laston` INT(11) NOT NULL DEFAULT '0', `lastip` VARCHAR(255) NOT NULL, `energy` INT(11) NOT NULL DEFAULT '0', `will` INT(11) NOT NULL DEFAULT '0', `maxwill` INT(11) NOT NULL DEFAULT '0', `brave` INT(11) NOT NULL DEFAULT '0', `maxbrave` INT(11) NOT NULL DEFAULT '0', `maxenergy` INT(11) NOT NULL DEFAULT '0', `hp` INT(11) NOT NULL DEFAULT '0', `maxhp` INT(11) NOT NULL DEFAULT '0', `location` INT(11) NOT NULL DEFAULT '0', `fedjail` INT(11) NOT NULL DEFAULT '0', `user_level` INT(11) NOT NULL DEFAULT '1', `gender` ENUM(male,female) NOT NULL DEFAULT 'male', `daysold` INT(11) NOT NULL DEFAULT '0', `signedup` INT(11) NOT NULL DEFAULT '0', `email` VARCHAR(255) NOT NULL, `login_name` VARCHAR(255) NOT NULL, `display_pi[...] MySQL said: #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 'male,female) NOT NULL DEFAULT 'male', `daysold` INT(11) NOT NULL DEFAULT '0', `s' at line 1 why??????
-
ok changed it to these 1 row(s) inserted. Inserted row id: 1 Warning: #1366 Incorrect integer value: 'masterdon' for column 'login_name' at row 1 Warning: #1366 Incorrect integer value: '[email protected]' for column 'email' at row 1 Warning: #1366 Incorrect integer value: 'mypasshere' for column 'userpass' at row 1 still not working...
-
ok done. still got errors though? 1 row(s) inserted. Inserted row id: 1 Warning: #1366 Incorrect integer value: 'masterdon' for column 'username' at row 1 Warning: #1366 Incorrect integer value: '[email protected]' for column 'email' at row 1 Warning: #1366 Incorrect integer value:mypasshere' for column 'password' at row 1
-
then when i try to actually log in this comes up Unknown column 'userid' in 'field list'
-
ok well i watched the video. i now have a user table. tried to create an account off it and it came up with this SQL query: Edit INSERT INTO `tassie12_db`.`users` ( `id` , `username` , `email` , `password` ) VALUES ( '1', 'masterdon', '[email protected]', 'mypassword' ) MySQL said: Documentation #1062 - Duplicate entry '1' for key 1 now what?
-
ok now its stop coming up as that. now it comes up as this Table 'tassie12_db.users' doesn't exist ???????
-
ok now its redirecting to the right page. can anyone tell me where to put my database user and pass in this code <?php $c = mysql_connect('localhost', 'root', 'p1kap1ka'); mysql_select_db('lite2', $c); $mykey=256573440; ?>
-
i have changed it. the origanal index.php file wouldnt work so i changed my login.php file to index.php. still not loading the index page as the main but it works if you put the index.php at the end of the url?