[REL] SloptCMS - English Translation + Skin [REL]

Bop

Member
May 28, 2020
56
49
Hello everyone! I decided to release an English translation file for SloptCMS that I've spent hours on. This isn't much of a release but it's always good to share :)

I am also releasing an edit on the skins because I am currently working on an awesome skin which will also be released soon.

Don't trust, don't download. It's a PHP file and you can read through it if you'd like.

Translation:


BopSlopt Skin:


Screenshots:
/me


/profile
 
Last edited:

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
580
245
Thanks for sharing, although it would need tweaking

Anyone who uses this, you will open the footer.php and edit the link as it currently shows it as a hard-coded localhost url

Why is there <head> </head> tags in the footer ?
 

Bop

Member
May 28, 2020
56
49
To be honest. I didn't do much with it nor did I bother to look over it before I released it. I just tried it out on my own PC and it looked fine so I decided to release it to the public. What I originally wanted to release was the English translation but I was told that it wasn't a "quality" post on another forum so I decided to edit both threads and throw this the skin in it
 

yoyok

Member
Apr 24, 2013
197
24
The style can be a little bit optimized.
As example "Enter Hotel" need a border.. and the credits, pixels on the home page etc are oversized.

What emulator is this made for?
Really this question in 2020?
Don't be lazy and change the codes to make it work with your emulator.
 

Linkestt

Truth is treason in the empire of lies
Nov 8, 2013
375
204
The style can be a little bit optimized.
As example "Enter Hotel" need a border.. and the credits, pixels on the home page etc are oversized.


Really this question in 2020?
Don't be lazy and change the codes to make it work with your emulator.
Wasn't on planning to use it, was just asking so it would be pointed out for future references bud. ;):up:
 

Shxrty

Shorty#1960
Mar 31, 2018
629
163
Doesn’t work with arcturus
You could make it work with arcturus within the config, shouldn't take long; Ill take a look soon!

What does a translated file for Slopt[CMS] have to do with being compatible with an [EMU] ?
clda been helpful instead :/
Post automatically merged:

Okay, looking at slopt this is basically a BrainCMS rename almost.

Looking at the staffs.php it looks like its configured for Arcturus? ( )

Anywho; also try adding this to the bottom of your configuration.php
Code:
    switch($config['hotelEmu'])
    {
        case "arcturus":
        $emuUse['user_wardrobe']  = 'user_wardrobe ';
        $emuUse['ip_last'] = 'ip_last';
        $emuUse['respect'] = 'Respect';
        $emuUse['user_stats'] = 'users_stats';
        $emuUse['user_stats_user_id'] = 'id';
        $emuUse['OnlineTime'] = 'OnlineTime';
        break;
        case "plusemu":
        $emuUse['user_wardrobe']  = 'user_wardrobe ';
        $emuUse['ip_last'] = 'ip_last';
        $emuUse['respect'] = 'Respect';
        $emuUse['user_stats'] = 'user_stats';
        $emuUse['user_stats_user_id'] = 'id';
        $emuUse['OnlineTime'] = 'OnlineTime';
        break;
        default:
        //Nothing
        break;
    }

then goto the top and find
Code:
    $config['hotelEmu'] = 'plusemu'; // plusemu
    
replace with

    $config['hotelEmu'] = 'arcturus'; // plusemu
 
Last edited:

LouisJW

Active Member
May 20, 2020
139
53
Purely a translation, not to be mistaken with a "Release" compatible with other/all emulators but as mentioned above it wouldn't take long to make this possible.

I wish people wouldn't go off topic :/ good job @Bop
 

Users who are viewing this thread

Top