-
Posts
2045 -
Joined
-
Last visited
-
Days Won
41
StealthyMartian last won the day on July 10
StealthyMartian had the most liked content!
About StealthyMartian

- Currently Viewing Profile: SylviaMerc
- Birthday 10/18/1989
Profile Information
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
This should be fixed
-
This should be fixed up now.
-
NotSuzy reacted to a post in a topic: Server Status "Unknown?"
-
No worries. We are working on getting the issue corrected.
-
Server not automatically setup after order? Please read!
StealthyMartian replied to Ryan Pennington's topic in The Lounge
We are working to get this issue corrected. -
We are working to get this issue corrected
-
I have let Ryan know of this as it looks like his recent edits are causing some problems.
-
Please let us know if you still see this problem. If so submit a ticket as we can better look into this. If you are unable to send a ticket that is fine. I am currently looking into things.
-
Server Wont start after i reset the server
StealthyMartian replied to Abzuzu's topic in ARK: Survival Evolved (PC)
I believe I helped you in a ticket. If not please send a ticket in and we will get you fixed up. Most of the time it needs an update to finish. -
How to add mods to your DayZ server [Guide]
StealthyMartian replied to StealthyMartian's topic in DayZ
This issue is due tot he launch line. It all needs to be on one line. also the enables the admin log part and the extra - needs to be removed same with the - stops the server part. -
it is possible the file you did the edit on had a bug in it. Try adding your old db file back and see if the issue persist.
-
SCUM Admin Guide – How to Add Yourself as an Admin This guide walks you through the full process of giving yourself (and others) admin access on a SCUM server using the SCUM.db file. IMPORTANT: Back Up Your Database Before Editing Before you make any changes to your SCUM.db file: Create a backup copy of the original file you downloaded from the server. Right-click the file and choose Copy, then Paste it in the same folder. Rename it to something like:SCUM_backup.db This ensures you can restore your server to its previous state if something goes wrong. Never edit your only copy of the database — always work from a backup! What You’ll Need DB Browser for SQLite – Free tool to edit your server’s database. FTP Client (e.g., FileZilla or WinSCP) – To access your server files. Your Steam64 ID – Find it at steamid.io. Step 1: Shut Down the Server Log into your server control panel. Click Stop Server to safely shut it down.Important: This step prevents data corruption when editing the database. Step 2: Download SCUM.db Open your FTP client and connect to your server. Navigate to the directory:/SCUM/Saved/SaveFiles/ Download the file named:SCUM.db Save it somewhere accessible on your PC. Step 3: Open the Database Launch DB Browser for SQLite. Click “Open Database” and select the SCUM.db file you downloaded. Step 4: Add Admins via SQL Click the “Execute SQL” tab. To add yourself, enter the following (replace with your own Steam64 ID):INSERT INTO elevated_users (user_id) VALUES ('76561198412044824') To add multiple admins in one command, use:INSERT INTO elevated_users (user_id) VALUES ('76561198412044824'),('76561198000000000'),('76561198012345678') Click the “Execute” button. Step 5: Confirm the Admins Were Added Click the “Browse Data” tab. In the table drop-down at the top, select:elevated_users You should see your Steam64 ID(s) listed. Step 6: Save and Upload Back to Server In DB Browser, click:File → Write Changes or use the Save icon. Close the program. Reopen your FTP client and go to:/SCUM/Saved/SaveFiles/ Upload your modified SCUM.db file, overwriting the original. Return to your server control panel and start the server. You're Now an Admin!
-
Servers should be good to update now.
-
Sorry for this problem as it is currently a server side issue we are working on getting fixed up with the developers.
-
Happy to hear it is now fixed.
-
Sorry for this issue. Please send a ticket in and we can help get this fixed up.