It's in your "users" table. I don't know exactly what the error means, but a screenshot might help me understand a little more. So I can see how it displays and where.
No i didnt add it, but can you show me how to delete it? I believe its stupid also.Why do you need to use porn ban anyways? Can't you just remove it... I've never had this problem, so you're intentionally trying to add this. If you want to pornban people, just add a porn video to your ban page. Good game?
When he tries to do that, it gives him an error. Saying that column can't have a default value.If you were delete at column from database, you would have errors in your emulator. So I would recommend not to delete it and just place a default value as 0.
Okay, so, I just tried deleting the column and it did infact give me an emulator error, but I did say create a backup.When he tries to do that, it gives him an error. Saying that column can't have a default value.
Thank you so much but now im having troubles with the client. Once it loads all i see is this.@HarkRetros you are an idiot @Janzeer you were right.
Yes, but my emulator doesnt show logs of me connecting. Scratch that i dont believe it is.Is your client.php configured correctly?
Firewall back on. Checked to see if the ports were open. 30000 and 30001 and they were both open.It doesnt matter if the firewall is off or on, its literally stupid to off your firewall. Open firewall and allow ports through.
ALTER TABLE `users`
DROP COLUMN `acc_pornbanned`,
ADD COLUMN `acc_pornbanned` VARCHAR(60) NOT NULL DEFAULT '0';
Thank I wasn't sure how to add a column off the top of my head so I just told him to put it back, but yes this should fix your problem<-Idiots..
JayCustom is the only on this thread if not the only one around the habbo help section who replies with actual help. However, a future advice, instead of going through all that hustle, you can just run a three line query, like so:
Code:ALTER TABLE `users` DROP COLUMN `acc_pornbanned`, ADD COLUMN `acc_pornbanned` VARCHAR(60) NOT NULL DEFAULT '0';