Okay so basically, I'm making a private vanilla server (Since I can't get bukkit due to downloads unavailable), and I wondered how I could get WorldEdit on the server. I installed the mod and everything along with forge, but it only works on singleplayer. How can I make it so I can use it on the...
Can you not read? It obviously says "Duplicate entry '1'".
It means theres already an achievement with the id 1 in the database. deete the whole achievements table in the database, and then run the whole achievements sql :)
Can someone give me the codes or straight forward instructions of settings up findretros force voting on the client? I had it working before, But some users got a redirect error, and some didnt. They got the redirect error going just to the homepage even. Help? :)
Thanks man, where would that be placed in class.core, or articles?
Oh, I see the problem. I just had to add <?php and ?> at the top and end of it. Thanks man! :)
Okay, 2 things to ask.
1. Does anyone have a code for like/dislike buttons on news comments? So you can like/dislike a users post. I want it to be like fresh hotels, cant supply a screenie atm because fresh is down, Ill update thread when its back up.
2. An edit button for comments. So you can...
Okay, I have something else need done too. Can anyone make a script on something for a chatbox on my hotel? So users can talk. I want it so they cant change their username on it as itll cause issues etc. Can it be about 400 px wide too? Sorry about it, Im picky :D Thanks.
If its a windows VPS, and you have a windows computer, open up Remote Desktop Connection. Enter the VPS IP, then the password. Then itll basically be like controlling your own computer. You set the hotel up there.
1. How can I make it so admins can access the hotel while maintenance mode is on. In class.core, I tried changing
elseif($_GET['url'] != 'maintenance')
to
elseif($_GET['url'] != 'maintenance' && $_SESSION['user']['rank'] != 7)
But it just messed the whole cms up, couldnt access anything. Also...