Erm, can you elaborate what your problem is? All I can get out of this is that you successfully added coloured usernames to your client (via roomuser.cs)
Is the html code showing up on the profile box is that what you're trying to say?
If this is simply my fault for unable to point out sorry...
As stated your links are wrong, make sure to change values.boon.pw in your files, otherwise keep trying the links, try putting them in a different directory.
Please provide it on here as you cannot say "add my Skype", or send me a pm and I'll tell you. This stops scam attempts and well if people search for the same problem and it's fixed on a thread, no need to do a help thread.
VPS runs on for 24/7 meaning if you keep your emu on your hotel will forever be online until emu shutdown. Which obviously every retro nowadays is using VPS or a Dedicated Server.
ALL OF YOU CLEARLY DO NOT UNDERSTAND WHAT HES TALKING ABOUT!
He's talking about how XAMPP you can't go to localhost/security and choose your desired password for your MySQL, it now doesn't have that function. I forgot how you actually set a password for your MySQL, I'll do a bit of research...
Step 1: Do the following Query in your database:
DROP TABLE IF EXISTS `bots_pet_responses`;
CREATE TABLE `bots_pet_responses` (
`pet_id` varchar(255) NOT NULL,
`responses` text NOT NULL,
PRIMARY KEY (`pet_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Step 2, insert your speeches:
INSERT...