Im using the website that came with the Legendary Repack, and in the internet browser thing it says [Server Name] and i cant find the file to change it. Can someone help me?
Im using the website that came with the Legendary Repack, and in the internet browser thing it says [Server Name] and i cant find the file to change it. Can someone help me?
Zues Legendary repack, which Emulator is it? Might help some of us who haven't used the Legendary Repack to help you figure out the where it might be.
Now I assume when say [server name] that you mean up in the top part of the browser where your title goes?
OR are you refering to server name with in WoW itself?
If it is browser related title issues then on the source code for you website you have to find the html tages for <title></title> to change that.
IF it is WoW itself,
then On Arc the name of the server is handled by your realm.config file I believe.
Mangos it is handle in your database under RealmD Table Realmlist.
Well thats all i know for now, unless i get more details.
You have to edit the png I believe in photo shop, or paint if your a master, I recommend getting a basic website easy to edit instead like sopra, if you are just starting out.
Hapkidomaster apparently has a far greater knowledge of that particular repack then I do. I agree with him about if your a new to web-design to start with something simpler. If you have to do graphics editing for your server name, and your not practiced at it it will take a while to get it to look right.
However if your going to take a stab at it, you have Adobe Photoshop, Paint Shop pro, Paint, and a few other programs out there that make it possible. Good luck.
im using ArcEmu and its not the header thats the problem, for example: on the top of the interent browser like mozzila it says: "Website - Mozilla Firefox" like mmowned says: MMOwned - World of Warcraft Exploits, Hacks, Bots, and Guides - Mozilla Firefox. On my server website it says: [Server Name] - Mozilla Firefox. I cant seem to fix that so it says the name of my server.
THATS! my problem.
Try changing the <title> tag.
like
if you can't find that (do a search) then there is most likely some php code that sets the title based on a variable.Code:<html> <head> <title>LOLSERVER</title> </head> <body> all your shit here </body> </html>