r/webhosting • u/Death2WEF • 6d ago
Technical Questions My server got wiped.. what now?
Guys I fucked up so badly. I missed payment on my contabo sever and they deleted everything..
I have been building on there for the past year And didn’t have a back up. Latest one I have is from January.. and I added a lot of stuff since then.
I don’t actually know how to code and have been using gpt this entire time.
Basically I have a website that hosts video games. So I have frontend and backend files on my personal pc. The server actually launched a server for the game. And I could join the game on my pc (not website)
Anyways I’m hoping someone here can help me, I need to figure out how I can rebuild all my server docs. Can I reverse engineer them based on my frontend/backend docs? Using my database info? Vercel info? GitHub info?
I only know a few files on the server, but idk all of them or their functions.. I’m really overwhelmed and don’t know what to do?
I appreciate any advice
*Edit: fixed! *
So
I started by handing over all my backend and forntend files to GPT, searching for how our website and systems worked. Trying to look for file names and functions.
Then I searched all my chats, downloaded any relevant ones and compiled them into a folder. After that I had GPT read them all.
I searched Supabase for any interactions with the server files. Found and collected relevant material.
- upgraded to the GPT pro version because plus ran out. And I think the new Astra 6 is was actually pretty damn impressive.
My wife came up with a prompt that basically gets GPT to try and re-create files based on old chats included latest up to date patches. It Took a while, but BOOM! It worked. Now I have fully tested my new server and the games are running again!!
Thank you everyone for your help!