Jump to content
MakeWebGames

Damagedcity.com

Members
  • Posts

    214
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Damagedcity.com

  1. Personally I believe its definitely worth $200 with the design($150), mccodes lisense($100) with the domain name and the hosting for a month. Yes it may have some mods from mwg but this is a perfect project for someone to test there php skills and has alot of potential to become a good game. If you dont think its worth the $200 you can at least mail me with an offer of which you think seems appropriate and the person with the biggest offer would get it but we have to be serious about this I dont want to go lower than $150 because of the huge discount im offering from what your getting.
  2. i dont even know who the moderators are but anyway any offers are appreciated so mail me if intersted
  3. Sorry for posting this twice but I realised this is where you sell your games. Selling my website damagedcity.com which is a MMORPG game. I have had it for about a year now and am ready to sell. Here are some of the screenies of what it looks like in the attachment. Design alone is worth $200 along with all the addons on the game. So if interested mail me on [email protected] with your offer and then we can discuss it. The reason I am selling this game is because this website was more of a hobby for me and with my studies coming along i get less time to concentrate and i guess there are other people who could manage it better with there time. Demo account: username: demo password: demo I do have a lisense for damagedcity.com with mccodes v2. http://img59.imageshack.us/img59/2587/screenie1login.png http://img801.imageshack.us/img801/4209/screenie2index.png
  4. I havent started it yet i just built it up to sell. I dont have the time to do it i been in beta stage for this year just building the game up. I was gonna start it up but with a levels its gonna be hard to run a business so thats why i wanna sell. So I think i would have to base the price on the assets im selling: Mods on game-see that as no charge Design-$160 Lisense-$100 Months Host-$10 Year domain name-$10 Of course i havent started it up so i would allow a discount thats why im starting the price at $200 which i consider very reasonable for what your buying.
  5. well the design was worth $200 but i get 15% discount for having host so it went to $160 and the lisense i bought was $100 so im not asking much. Its worth about $260 at least from this if anyone gives me an offer i can go between $200+ just send me an offer to negotiate.
  6. Peter Leaman co owner of w3theory was also the designer of the layout you can see.
  7. The host knew that the new php coding they updated to may have cause the website errors thats what i meant
  8. it was the old mysql_ wasnt working but all u have to do is change by adding $db->. The host person did tell me about it. Also you said it affected lots of pages i have only seen 1 page with that error and that was battletent which i have removed anyway because its a minor file.
  9. Yes it does have a lisense and the reason it may have that error is because the host has just recently updated the php coding so ive had to go throughout the whole of the website to clear it up. There may be a minor error like this but if you know php its easily fixable. As for the lisense yes i do have a lisense for mccodes on damagedcity.com. If anyone is intersted in starting a new project this is the perfect chance for them to get a website to start working on and with the layout already made for the site. If you are interested just mial me an offer and i will record you and we can negotiate. Although I am looking for about $200 at least since the design cost it with the lisense we got to be serious.
  10. Ok thanks anyway bineye:)
  11. Sorry about that the captha has been turned off and for a chance to look at it. Demo account: username: demo password: demo
  12. Or you can also pm me on mwg
  13. Selling my website damagedcity.com which is a MMORPG game. I have had it for about a year now and am ready to sell. Here are some of the screenies of what it looks like in the attachment. Design alone is worth $200 along with all the addons on the game. So if interested mail me on [email protected] with your offer and then we can discuss it. The reason I am selling this game is because this website was more of a hobby for me and with my studies coming along i get less time to concentrate and i guess there are other people who could manage it better with there time.
  14. die ('You are part of a job/company at this time, leave to start a new one.'); } echo '<p class="heading">Create Company</p>'; $_POST['name'] = $_POST['name']; $_POST['class'] = abs(@intval($_POST['class'])); if($_POST['name'] AND $_POST['class'])
  15. just for now until i find how to secure that bit noob:P
  16. it was for sql injection but it didnt seem to work so yeah ill just make it 1=1
  17. fixed i just done this to avoid the problem and it seems to work $_POST['name'] = ($_POST['name']); $_POST['class'] = abs(@intval($_POST['class']));
  18. nope everything on config is correct it is a php error its to do with the mysql_real_escape_string() on line 17 which i have shown u otherwise i wouldnt be able to logon have crons etc.
  19. i use w3theory.com its because they updated the php so its cause the errors to now pop up
  20. After my host updated its php i have had lots of errors on my game. I have changed most of it to get rid of most the errors but i got this one im not sure how to change. $_POST['name'] = mysql_real_escape_string($_POST['name']); $_POST['class'] = abs(@intval($_POST['class'])); Here is the error displayed: Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'damagedc'@'localhost' (using password: NO) in /home/damagedc/public_html/business_create.php on line 17 Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/damagedc/public_html/business_create.php on line 17
  21. Just fixed the problem thanks for help on the header though:)
  22. yeah but i would like this error sorted
  23. Thanks i tried wat u said but i got this error: Fatal error: Cannot use object of type mysqli_result as array in /home/damagedc/public_html/header.php on line 93 i tried fixing it myself and used this and it worked. $location = $db->fetch_row($db->query("SELECT cityname FROM cities WHERE cityid=".$ir['location']."")); Also i still have that login problem if anyone can help Warning: Cannot modify header information - headers already sent by (output started at /home/damagedc/public_html/config.php:13) in /home/damagedc/public_html/authenticate.php on line 58
  24. Thanks for that That helped but now i got another problem with when i logon. error: Warning: Cannot modify header information - headers already sent by (output started at /home/damagedc/public_html/config.php:13) in /home/damagedc/public_html/authenticate.php on line 58 $db->query("UPDATE users SET verified=0 WHERE userid={$mem['userid']}"); } header("Location: loggedin.php"); } ?> Also a problem on the index header. But i dont see wat i have done wrong here. Warning: mysql_query() [function.mysql-query]: Access denied for user 'damagedc'@'localhost' (using password: NO) in /home/damagedc/public_html/header.php on line 53 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/damagedc/public_html/header.php on line 53 Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/damagedc/public_html/header.php on line 53 $location = mysql_fetch_assoc(mysql_query("SELECT cityname FROM cities WHERE cityid=".$ir['location'].""));
  25. try to login but get this error: Fatal error: Call to undefined method database::escape() in /home/damagedc/public_html/authenticate.php on line 52 This is the authenticate part: <a href=login.php>> Back</a>"); } else { $_SESSION['loggedin']=1; $mem=$db->fetch_row($uq); $_SESSION['userid']=$mem['userid']; $IP = $db->escape($_SERVER['REMOTE_ADDR']); $db->query("UPDATE users SET lastip_login='$IP',last_login=unix_timestamp() WHERE userid={$mem['userid']}"); if($set['validate_period'] == "login" && $set['validate_on']) { $db->query("UPDATE users SET verified=0 WHERE userid={$mem['userid']}"); } header("Location: loggedin.php"); } ?>
×
×
  • Create New...