Okay, Im currently working on my own Habbo Fansite, and Im looking to install a User System.
Does anyone have any ideas on where I can find a good User System? Like many Fansites have today.
If you could reply, that'd be great.
Printable View
Okay, Im currently working on my own Habbo Fansite, and Im looking to install a User System.
Does anyone have any ideas on where I can find a good User System? Like many Fansites have today.
If you could reply, that'd be great.
You could make one, Or buy a very cheap one.
Any idea where? And how much..? If poss. :)
Tip: make sure no-one tries to sell you the OurHabbo one, Also price depends on what you want in the user system
Well, I preferably want a User System where people can be rewarded badges, and other things etc. Its kinda hard to explain really..
Were Can We Find Free Ones ?
Ready Made?
-------------------------------------
That is the question he's asking so feel free to answer it :)
Well i use techtuts tutorials and secure them up :)
ye, use techtuts, secure it, (theyrs instructions how to)
then modify it to give badges etc (likee add a new field to staff database, call it badge1 then do something like
Then repeat that using different filed names for diff badges, then put a number 1 in the field of people that u want to see badge, or create a script to do it for you.PHP Code:<?
if($logged[badge1]==1)Echo("<img src=\"badges/badge1.gif\" />");
?>
I dont think hes too good at php. [ Not saying you deffinatly arnt any good, just asuuming ]
If you have a control panel and want a ''User level'' to see it, type something like
PHP Code:$username=$_SESSION['username'];
if($info->userlevel=='LEVEL HERE'){
kayne, you can't code PHP, that wouldn't even work.
-You didn't end the IF
-He might not use sessions
-The users info may not be in a info array
Don't post what you have no idea what it does.