Jump to content
MakeWebGames

bladewolf2010

Members
  • Posts

    369
  • Joined

  • Last visited

Everything posted by bladewolf2010

  1. I was told to post it... No reason going through all the hassle, when it'll only be taken down no matter what you do... And I am currently trying to get a valid mccodes...
  2. http://www.rainofheaven.com/   enjoy it's nothing now... I don't care if I'm smart or not on here... doesn't matter anymore
  3. @ Danny. Alright honestly Danny who has a valid copy... Not many games that run on MCCodes do.. Including myself.. Mainly cause I didn't know until I got the codes from my hoster.. I already told CB about the Hosting site and my site.. So go screw yourself danny... @ Jordan. Sorry I'm not an experienced coder as you or most people on here. If I read the manual and understood it do you think I'd be in here asking for help? @Rasheed Saeed. This is a SUPPORT section. I'm not asking for help right away either.. @CrimGame. SQL's aren't full... Your missing some..   CREATE TABLE IF NOT EXISTS `settings` ( `conf_id` int(11) NOT NULL auto_increment, `conf_name` varchar(255) NOT NULL default '', `conf_value` text NOT NULL, PRIMARY KEY (`conf_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`conf_id`, `conf_name`, `conf_value`) VALUES (1, 'validate_period', '15'), (2, 'validate_on', '0'), (3, 'regcap_on', '0'), (4, 'hospital_count', '0'), (5, 'jail_count', '0'), (6, 'sendcreds_on', '1'), (7, 'sendbank_on', '1'), (8, 'ct_refillprice', '30'), (9, 'ct_iqpercreds', '4'), (10, 'ct_moneypercreds', '1000'), (11, 'staff_pad', 'Here you can store notes for all staff to see.'), (12, 'willp_item', '26'), (13, 'game_name', 'game name'), (14, 'game_banner', 'link to your banner'), (15, 'game_owner', 'your username'), (16, 'paypal', 'your paypal email'), (17, 'game_currency', 'Crystals'), (18, 'game_value', '$'), (19, 'game_energy', 'Energy'), (20, 'game_will', 'Will'), (21, 'game_brave', 'Brave'), (22, 'game_exp', 'EXP'), (23, 'game_health', 'Health'), (24, 'game_description', 'your description');   That be the full settings.. Thank you and have a nice day..
  4. HAHAHA you to late now I got it myself..... With HELP from another person since I can't really get it here as quickly as I like
  5. idk.. In basic setting's it allows you to set up your paypal address and when i type mine in it sdoesn't register and when i went to the table it wasn't in there just like my game owner and my game name.. I had to add them in myself... But I had help and i need help with my Paypal one now
  6. Can I have the SQL please?
  7. In basic setting's it says paypal address I type my paypal in there and it does NOT register it or something
  8. Hey, I finally used the right forum :P could at least help me out
  9. What is V2's Paypal SQL?
  10. I added you to msn
  11. Sorry pudda i'll remember that for the next time i need it. (prob in an hour or so) And yes i'm using the original one. I'm lookin for one i can add mods from staff panel ;P
  12. How do you add donation packs?
  13. oh otay thank you :)
  14. Thanks DJ :) One more thing Does this even help secure
  15. $_GET['ID']=mysql_safe($_GET['ID']);   Thats for iteminfo.php
  16. What would the function be then :/
  17. is that for v2?
  18. Fatal error: Call to undefined function mysql_safe() in /home/rainofhe/public_html/jailbust.php on line 22   This function mysql_safe() thing pops up alot :/ how do i fix?
  19. I want a staff thing where when you click on staff panel it takes you to a page that has all the panels Owner panel, admin panel, sec panel, ass panel. owner panel be locked by UID not user_level. Admins can go into any panel except for owners, secs can go into sec and ass panel, ass can only access the ass panel. Let me know if you can do this thanks :)
  20. lol i just wanted to see how many people reply to it :P and snake make one i'd love to see it
  21. Warning: require_once(/globals.php) [function.require-once]: failed to open stream: No such file or directory in /home/*******/public_html/rate.php on line 7 Fatal error: require_once() [function.require]: Failed opening required '/globals.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*********/public_html/rate.php on line 7
  22. Well I couldn't figure that out but i fixed :) My person that secured my authenticate.php thingy added that and forgot to give me the file for it :P
  23. I got this error but idk where this even comes up at :( Not Found The requested URL /connecting.php was not found on this server.
×
×
  • Create New...