tom101uk Posted January 26, 2012 Posted January 26, 2012 Would anyone be kind enough to quickly upload a game engine thats working to a free host for me please? Quote
mixmaster Posted January 26, 2012 Posted January 26, 2012 why have a game , if you cant even upload it to a server ? Quote
tom101uk Posted January 26, 2012 Author Posted January 26, 2012 I can but I get errors I can't fix Quote
W3Theory || Peter Posted January 26, 2012 Posted January 26, 2012 I can but I get errors I can't fix No offense but that means you are not able to upload it if you are having errors. On a helpful side, maybe offer like 5$ or something to have someone upload it, you will get replies then. Quote
tom101uk Posted January 26, 2012 Author Posted January 26, 2012 I have $5 but don't have it in PayPal? Quote
W3Theory || Peter Posted January 26, 2012 Posted January 26, 2012 What portal payment do you have? Listings these in your original post will help out the people you need to hire. Quote
Uridium Posted January 26, 2012 Posted January 26, 2012 tom what error are you getting when uploading Quote
tom101uk Posted January 26, 2012 Author Posted January 26, 2012 Check here in a sec, I'll post it up Quote
tom101uk Posted January 26, 2012 Author Posted January 26, 2012 Deprecated: Function ereg() is deprecated in /home/tom101uk/public_html/installer.php on line 6 Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. Main MySQL data was written. Now write Extra MySQL data. QUERY ERROR: No database selected 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( 'Resistant', 'Resistant', md5(''), 1, 100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, '', unix_timestamp(), '[email protected]', -1, '2.125.46.146', '2.125.46.146') Quote
mixmaster Posted January 26, 2012 Posted January 26, 2012 ERROR = QUERY ERROR: No database selected Quote
Dominion Posted January 26, 2012 Posted January 26, 2012 bu ti type the database in:/ Did you create the database before hand? The installer does not do it for you. Quote
tom101uk Posted January 26, 2012 Author Posted January 26, 2012 yeah ages ago i made the databse Quote
lucky3809 Posted January 26, 2012 Posted January 26, 2012 look again what you typed in you could have left out a letter, or miss spelled it Quote
Raven1992 Posted January 27, 2012 Posted January 27, 2012 it could mean that his database is outdated and you may have to do a fresh one Quote
Uridium Posted January 27, 2012 Posted January 27, 2012 regards your first problem eregi() depreciated means no longer used so you need to change it to preg_match() Look at the following 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( 'Resistant', 'Resistant', md5(''), 1, 100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, '', unix_timestamp(), '[email protected]', -1, '2.125.46.146', '2.125.46.146') now lets strip it 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 so thats 23 INSERTS now count the Values which are 23 also 'Resistant', 'Resistant', md5(''), 1, 100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, '', unix_timestamp(), '[email protected]', -1, '2.125.46.146', '2.125.46.146' so from what im seeing your password nor gender are being inserted (unless you removed your pass before posting on here) your half way now to solving this problem, however if your trying to do this over an exsisting SQL on your phpmyadmin you may encounter errors so just for now create a new MYSQL dbase and see if a clean install will work if not then the problem lies in your INSERTS... Quote
tom101uk Posted January 27, 2012 Author Posted January 27, 2012 I removed the password before I posted Quote
lucky3809 Posted January 28, 2012 Posted January 28, 2012 exactly what i was thinking before, that he did not type it correctly happens most of the time. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.