Jump to content
MakeWebGames

bladewolf2010

Members
  • Posts

    369
  • Joined

  • Last visited

Everything posted by bladewolf2010

  1. I want to add ALTER TABLE users `stds` int(11) NOT NULL default '0', but it says #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 ''users' ADD `stds` int(11) NOT NULL default '0',' at line 1 when i try did i do it wrong?
  2. Thank you Jordan, never thought I'd hear that from you :P
  3. agreed
  4. :) anytime
  5. In phpmyadmin in table called settings heres the SQL 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');
  6. oh okay :) Thanks
  7. can you make me bars :P
  8. Go study and learn how to :)
  9. He did help tho :) You just have to understand we ain't going to watch your every step to do it and tell you what you doing wrong :) We got lives man, and so do you apparently :P
  10. Works now
  11. Thanks I fixed that, And they both are Amazing
  12. Why couldn't you log in? O.o
  13. There plenty of children :P and no one has a perfect life lol. I know I do ask for help pretty often but I still take the time to attempt to learn as I been doing loads of over past few months
  14. Thats life mate, can't take time from it don't bother trying to code. Way I see an excuse there just like assholes we all got them. :) I used to work 2 jobs a day and manage school in there. Now that was painful not being with my daughter the first 3 years of her life but I needed to do that to support her :/ In school i read, at work i read, and before i went to sleep i read.
  15. having a kid really ain't an excuse mate, I have 2 daughters and 4 boys :) an another daughter on the way yet i'm still trying to learn. Yeah it'll be a bit slower but you gotta use your free time. Go to work with a book about coding and read there, read over lunch, read a page or two before you go to sleep :P
  16. Staff add on where staff gets to set there hours on when they need to be online. minimum of x amount of hours a month at the end of the month. if they do the x amount of hours they get a donator pack for working. On staff list it will show ALL the times for the staff when there shift starts and ends. if staff don't come online the site owner would get a message saying they did not serve there time   That'll help players know who to message when online and a staff member will be online.
  17. wow thats really good
  18. basicly a mid evil time and there two gods (holy and demonic) the players need to work there way up to the god status of holy or demonic.
  19. joshua wanna make me one :P my game called Rain of Heaven
  20. I'll take your thingy lilith :P won't pay for it tho :)
×
×
  • Create New...