Jump to content
MakeWebGames

vampireduff

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by vampireduff

  1. Re: Requesting - [Mccodes V2} Shared house mod that is what I thought, but still thought worth asking :) I have the V1 marriage mod with the shared house but when I converted it to V2 it has way too many faults. thanks anyway
  2. does anyone have or know where to find a free shared house mod for V2. I have the marriage mod and all that stuff but each couple have to have a separate house. Thanks in advance for any future replies :)
  3. Re: Complete new gang system... this sounds great, can't wait to see the finished work :)
  4. Re: need a little help please just needed a little extra code in a line that holds '$itmname' I add the img code to that line and with the others you told me about, now everything works fine. thanks :)
  5. Re: need a little help please Cheers mate, will try that :)
  6. Re: need a little help please Thanks for replying, I have 17 fields. I just added the itmPIC field so I can display Images of my items on my game. here is a list of the fields: 1) itmid 2) itmtype 3) itmPIC 4) itmname 5) itmdesc 6) itmbuyprice 7) itmsellprice 8) itmbuyable 9) effect1_on 10) effect1 11) effect2_on 12) effect2 13) effect3_on 14) effect3 15) weapon 16) armor 17) footware I added the footware field awhile ago but have got around to doing anything with it just yet. I hope to add footware and headware to my items at a later date to give more armour options. so how do I fix this? how do I tell the database to use more fields?
  7. I have been trying to add new items and edit some items, now this used to work coz I have added a few and edited a few. but now when I try I get this message: QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO items VALUES('',2,'Vampire Knuckle Duster','Knuckle Duster with two spike like teeth',14500,8000,1, '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', 750, 0, 0) could anyone please tell me how to fix this
  8. I have been told that when players try to sign up to my site (game) the Capcha keeps failing and wont let them sign up. so I tried with a test account and as soon as I entered my details and the Capcha and clicked on the submit I got the message 'Capcha test failed'. I thought it may have something to do with the Register.php file so I changed it 6 times (each file coming from different people) but again each time I try to register with the test account the same message pops up. could anyone tell me what file could be at fault so I could try to fix it. Or if anyone has had this prob could you please tell me how you fixed it. Thanks
  9. Re: Internet Info in the staff info panel?? I did, and I have followed the instructions that 'Delete Me' laid out thanks guys for you help. I just need to find someone to trust to check out my game and tell me if it is secured or if I need a little more security add to it somewhere :) PM me if anyone is interested and again thanks
  10. Re: Internet Info in the staff info panel?? thanks, I found this in a search from google, I am not sure if it will work but I guess it goes into the login php, is this any good? function &db_connect() { require_once 'DB.php'; PEAR::setErrorHandling(PEAR_ERROR_DIE); $db_host = 'localhost'; $db_user = 'shaggy'; $db_pass = 'password'; $db_name = 'shaggy'; $dsn = "mysql://$db_user:$db_pass@unix+$db_host/$db_name"; $db = DB::connect($dsn); $db->setFetchMode(DB_FETCHMODE_OBJECT); return $db; }
  11. Re: Internet Info in the staff info panel?? Cheers for the reply. I have search for that on here but found nothing. I will search google and see what I can find
  12. Can anyone tell me how this happens, and how can I stop it. when I search a players information like IP and stuff, in the staff info, internet info, I seen this for one of the gamers on my game. IP Hostname Last Hit Unknown N/A Last Login Unknown N/A Sign up Unknown N/A I have also seen 'localhost' on a few too. I am new to all this and this is my first game so all advice is very warmly welcomed
  13. Re: Exp needed per Level In the main menu on a site, where you have this Energy: Soul: (will) Brave: EXP: Health: is there a way to show how much EXP is needed to get to the next level? so it could look like this Energy: Soul: (will) Brave: EXP: EXP Needed: Health:
  14. Re: Strange Ip problem do I add the code to viewuser.php or header.php, and where abouts do I add it?
  15. Re: A standalone Mug mod I have used a attack mod now and changed it a little to work as a stand alone mug mod. it works pretty good, allow you to mug someone 4 times to one full brave bar (using only 25% per mug) and the user getting mugged doesn't go into the hospital and they get an event telling them they got mugged and how much they lost :) just make a copy of your attack and change it a little to only work for mugging, but back up everything first so it doesn't screw up your site
  16. Re: [Request] Mugging without attacking thanks for all the advice, but I have sorted it, I took my attack mod and changed it a little, so instead of using energy to attack, you use 25% brave, to mug, you still sort of attack the player but you don't put them in hospital and you can mug them as many times as you like. I have just added it today to my site so once I get members feed back I will no for sure how good it is, until something better comes along
  17. Re: 3 Revamps [V2] I'm have only used the Inventory.php, but can't get the pics to work, do I have to use all three?
  18. Re: A standalone Mug mod hey Shivski :) I looking for a standalone mug too, even posted a request somewhere in here lol, just one thought guys, the hack users pc mod, could that be altered to a mug mod?
  19. Re: 3 Revamps [V2] ok done that, but still can't get the pics to be displayed. is there supposed to be a file called 'displayadd.php'? coz I don't have one
  20. Re: [Request] Mugging without attacking I like the mod, I will give it some thought weather I would add that one, but I would still like a mug one that allows you to mug players that have lots of cash on hand......kind of teach them to put money away. does you hack a bank mod work with the normal bank only or both normal and cyberbank (donator bank)?
  21. Re: 3 Revamps [V2] where do you add the pictures for the images? do you just upload them to the image folder in the cpanel?
  22. Re: [Request] Mugging without attacking Thanks for the replay guys, I was hoping that someone could make the mod and post it in here, for everyone to share. I'm sure others would like to use something like this too. but it wouldn't be a cool mod if it cost the users nothing (in game) so it would have to cost brave or something, say like 10 brave per mug.
  23. I would like to know if anyone has a mod or code that can be used in a 'viewuser' along side send mail, send cash, attack..... called 'Mug'? so it would allow multi players to mug a cash cow at the same time, without the need to attack them or put them into the hospital, but making it so you can only mug once ever 20 seconds. reason for asking is, I am using one the attack mods from here, that is like a one click attack system. you click attack and get the results straight away, it is a great mod however it does take away the mug option at the end. so maybe a stand alone mugging mod would be a great companion to go with the attack mod. If no one has one can anyone make one?
×
×
  • Create New...