Jump to content
MakeWebGames

KDawg08

Members
  • Posts

    294
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KDawg08's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry I couldn't resist. Bladewolf, I have seen more posts of you asking for mods than any other post in this forum. How you can tell KDawg to go learn himself I don't know. If you are so keen on telling other people to go learn themselves, how about you look on some PHP Tuts and decide to make those mods you request for free? How does that sound? LOL... What i find funny is everyone says "It's gotta be JUST LIKE phpbb or smf integration... Yet I have a feeling it's trickier than that because the database info isn't even in the register.php file for one... it's in includes/function_user.php i believe, but i'm not totally positive. The coding in vb is way different than what i'm use to seeing through mccodes v1... I want to setup a few games but the issue is, if people register to vbulletin and i get 1 game implemented into it, i know i can implement the others, BUT it won't auto add the users to those games if they're pre-registered (for future example)
  2. I found the required file and i have sent it along to AlabamaHit
  3. VBulletin has more pages than i'm use to staring at lol... it has everything in the main directory, install directory, includes directory, etc... so it has more than i know where to look heh
  4. I tried to get an answer from SOMEONE at vbulletin site on the .org site in the forums but no response in a couple days so... I'm thinking i'm pretty much screwed.
  5. I thought that was only in v2? V1 if i remember correctly (as i only have v1) you had to do it manually
  6. You should be able to create a user in your staff panel. After you do that i believe you go into like.... battletent.php or something like that and add the user ID of the NPC you created into the NPC section. I'll take a look again in a few and tell you exactly how. ok i found it   go into battletent.php and find: $h->endpage(); die(""); }   under that you should see something like... $bots=array(7,8,9,532,533,534,535,536,720,721,722,585,820); $moneys=array(1000,5000,10000,50000,100000,100000,100000,100000,1400000, 1400000, 1400000, 5000000, 10000000);   the 7,8,9,532,534 etc is the USERID of each bot, just delete those and add the ones of the bots/npc battlers you created. the number under that like 1000,5000,10000 is how much money you make for each NPC. for example. NPC 1 aka ID number 7 will give you 1000 money, npc2 aka ID 8 will give you 5000 and so on and so forth. Hopefully that explained your question.
  7. That's cool but i'm trying to just run MULTIPLE GAMES and have the forums seperate, but make it so that when registering to the forums, they automatically get signed up to the games via database entries being in the vb register system
  8. Sucks lol... I've offered to put up a TEMP VBulletin on one of my domains so someone could figure it out but i've yet to receive a response. haha.
  9. Ah, okay, my bad. Still, there are many ways of integrating a website with a forum, you don't necessarily need to use the same encryption for the passwords if you keep the game and forum tables separate. I think best solution here is for somebody to write a vbulletin plugin that hooks into the registration, which will insert a copy of the user into the game database. Then edit the mccodes register page to insert a copy of the user into the forum database. This is not 'full' integration but I think it's better to not mix the game with the forum too much, otherwise you'll have a huge mess of a database. well basically that's what i want it to do... Seperate databases. Game database just added into the vbulletin registration system and it will add the user(s) to both, then i can redirect the game register to the vbulletin one so there is only 1 Register page for EVERYTHING.
  10. Question... What EXACTLY does this do? It just says "NEW SECURING ADDON" but what is it securing? How is it securing anything? etc.
  11. This shouldn't be surprising, especially with a script like vbulletin. Most professional scripts would not have a simple flow like mccodes... Spudinski is right, there should be some kind of api you can use without having to modify any vbulletin files, otherwise you'll make your forum incompatible with any forum updates/upgrades. So in idiot terms(for me lol...) I'm kind of screwed
  12. Weird, it showed you on the site all night as online.
  13. I'm thinking AB is finding it a bit trickier than planned/expected.
  14. Just waiting to see if Alabama has figured it out.
×
×
  • Create New...