Jump to content
MakeWebGames

Revolution-NOTL

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Revolution-NOTL

  1. Thanks Script47 :)
  2. Add this somewhere in your header. if($ir['cybermoney'] == -1) { $cb = 'No Bank Account'; } else { $cb = money_formatter($ir['cybermoney']); } if($ir['bankmoney'] == -1) { $b = 'No Bank Account'; } else { $b = money_formatter($ir['bankmoney']); } Then find - <b>Money:</b> {$fm}<br/> Note: It won't be exactly the same as that in your header. It should be something similar. Below add - Banks: <a href='bank.php'title='City Bank: $b'>[b]</a> <a href='cyberbank.php'title='Cyber Bank: $cb'>[C]</a> [ATTACH=CONFIG]1301[/ATTACH]
  3. Hello all, I just want to warn you all that he is 15. Proof - [ATTACH=CONFIG]1299[/ATTACH] (Didn't even realise I was on Dave profile on there xD) [ATTACH=CONFIG]1300[/ATTACH]
  4. X10hosting is useless and rubbish. VPS -> Name Cheap. Normal Hosting -> Stable Host
  5. I have stated that before xD My education is more to me. I am rarely on the game now. I have no time for it. :(
  6. It's probably been 8 months now. (Beta included) I have had at least 5 PayPals. All them with at-least had money coming in and out. As I never had a debit card then. I always had to delete my PayPal and make it again so I do not get limited. Now I have a debit card. Which I now can remove the limit.
  7. Hello all, I am here to say that I am selling nationofthelost.com. Why? Because I have no time for it and my education is getting in on my way. How much do I want? I want a good price say around £450? Its a reasonable price i assume. I have at-least 50 - 64 members online a day daily. The game has a lot of active members. And a lot of modifications. Overall I have made £2200+ I even been limited for cash being flowed to much. [ATTACH=CONFIG]1298[/ATTACH] (My old paypal, money is being released at March! (y) ) If your interested please mail me.
  8. Yes, I have sorted something out like that, so all i need is a bootstrap… Thanks John for the advice :)
  9. Hello all, it's Revolution. I just want to say that I want to make my own custom engine. If there is anyone here, who can give me advice that will be great. If there's any good examples of how to make a custom engine. Can someone post the link? I also started of by creating the members database table. I haven't coded anything yet... --UPDATE-- I've just coded the database bit. Now I got to connect it. All I need is a good simple PDO system.   <?php $databasename = "DB"; $databasehost = "localhost"; $databaseuser = "DBUSER"; $databasepassword = "DBPASS"; $code = "RANDMON"; $date = date("d-m-y", time()); ?>
  10. Hello all, I run a MCCodes V1 game. I need a new PDO system likes MCCodes v2 (A good one). I need the PHP and mysql updated to its latest on every file and I need every file to look clean and neat and updated to a high standard security. I also want it to be really easy want making a new modification. For example; include"globals.php"; Instead of that long ass crap. If someone who can do this, and who is trust worthy, please reply to the thread and your price... Thank you.
  11. Hey Sniko! I just tried this out on my game, the minute I added it. I got 4 users already talking! Thats actually better then my old chats I added. But I have few problems. For example, I don't know how to delete messages? Also if you can teach me to add staff colours (only the names), that would be great! [ATTACH=CONFIG]1293[/ATTACH] [ATTACH=CONFIG]1294[/ATTACH]   Problem also, sometimes when people send messages, there messages are spaced out? [ATTACH=CONFIG]1295[/ATTACH]
×
×
  • Create New...