Member Group is already there
1 2005-08-05 15:20
Re: Adding things to User List (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2005-08-05 02:59
Re: Adding things to User List (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks a lot guys, I actually ended up figuring it out myself, its actually pretty simple. Anyway, I was using a different table, the one specifically for my rpg. The thing linking to the rpg table is that it takes the user's id, goes to the rpg table and looks for the appropriate "forum id". Thats how I've been calling everything in regards to my rpg.
3 2005-07-29 17:24
Re: My punBB was hacked!!! (34 replies, posted in General discussion)
There are actually good crackers. I hate it when people get hackers and crackers confused as one and the same. Let me break it down for all you people who don't seem to notice the difference.
Hacker: breaks into sites and servers with the intent of causing harm.
Crackers: breaks into sites and servers to find flaws. Most report said flaws to the owner of the site/server.
It's very easy to mistake one for the other as most people don't have a very good notion of either. I have a friend thats a cracker and he makes a lot of money (and in the case of game servers sometimes a free subscription) for his help in finding security flaws. On the other hand he gets threatened with a few police phone calls sometimes too but the people don't realize he's trying to help. Thats just my oppinion.
4 2005-07-29 03:30
Topic: Adding things to User List (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Alright, I was wondering how I would add things between the Username and title on the user list. I need to know since I was going to add an attack/healing link, as well as level and hp for my rpg. How would I do that?
5 2005-07-28 02:18
Re: Change Username/Password/E-mail in the Forum and RPG tables (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
my own custom made one, you can check it out now here. I just recently re-activated registration thru the forums section tho there is no active link to the forums on the site as of yet.
http://www.bookcase.com/~youkai/testrpg/forum/
ignore the testrpg part, I'm moving to a new host as soon as all of the bugs are worked out of the system.
6 2005-07-28 00:16
Topic: Change Username/Password/E-mail in the Forum and RPG tables (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Where and what would I enter to do such a thing? I've tried it myself and I'm stumped. Thats the last thing aside from fully integrating the RPG code into the forums, but that other stuff can wait.
7 2005-07-27 21:10
Re: Make it so going to site game doesn't log out of the forums (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ahh, but how would I add code to change the both user databases when a person changes their username/password/email?
8 2005-07-27 19:38
Re: Make it so going to site game doesn't log out of the forums (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yes yes, but I mean after a while it times out.
EDIT: I'm talking about my forum, not PunBB's
Also, whats needed to add a page to the admin cp? I want to add a page for rpg-based stuff.
9 2005-07-27 18:06
Topic: Make it so going to site game doesn't log out of the forums (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Alright, I noticed after a while that if you stay away from the forums for a while, even while playing the rpg section of my site, you'd get logged out of the forums but not my rpg. What would I have to add to the rpg sections to make it keep them actively logged into the forum?
10 2005-07-26 00:50
Re: Entering to multiple MySQL tables (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've got a way to do it, I figured it out on my own and its really quite simple. I'll get you the code if you would like to try a very simple way.
11 2005-07-25 21:39
Re: Need Help Integrating RPG system with Forums (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeah, I finished that much, I just need help making it so going to things in the rpg section keeps you actively logged in. Also, when they change the password and/or username I wanna make it so it changes in both sections. Another thing, how could I merge my rpg's admin and user cps to the forum's respectively?
12 2005-07-23 23:09
Re: Need Help Integrating RPG system with Forums (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Also, wanna make note that my rpg system uses sessions.
13 2005-07-23 20:29
Topic: Need Help Integrating RPG system with Forums (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Alright, well for the most part I've integrated everything but the login and registration. If I post the Login and Registration code could someone help me with integrating them together?
http://www.bookcase.com/~youkai/testrpg/ - Site
http://www.bookcase.com/~youkai/testrpg/forum/ - Forum
Where in the Register.php and login.php files would I add my code for registration and login respectively?