• Server loading image
    3 replies, posted
I recently got a nfo server and it came with a free website. So i was wondering how you could make a image that would fit my loading screen. Svenskunganka told me to use data:text/html,<img src="http://i.imgur.com/DisZrCw.jpg" style="height:100%;width:100%"> for the image but i have no idea where to place it. I have the ftp set up for the website but i dont know where to start with the image.
Create a new file on your website called loading.html in the root of your html folder (the root folder should be obvious): [code]<html><body><img src="http://i.imgur.com/DisZrCw.jpg" style="height:100%;width:100%"/></body></html>[/code] Then link to it in your sv_loadingurl in the cfg/server.cfg file: [code]sv_loadingurl "http://yourwebsitehere.com/loading.html"[/code]
[QUOTE=Internet1001;44127973]Create a new file on your website called loading.html in the root of your html folder (the root folder should be obvious): [code]<html><body><img src="http://i.imgur.com/DisZrCw.jpg" style="height:100%;width:100%"/></body></html>[/code] Then link to it in your sv_loadingurl in the cfg/server.cfg file: [code]sv_loadingurl "http://yourwebsitehere.com/loading.html"[/code][/QUOTE] They said that my fastdl is a website. But i dont see the root of html folder
[QUOTE=monstermega10;44127765]I recently got a nfo server and it came with a free website. So i was wondering how you could make a image that would fit my loading screen. Svenskunganka told me to use data:text/html,<img src="http://i.imgur.com/DisZrCw.jpg" style="height:100%;width:100%"> for the image but i have no idea where to place it. I have the ftp set up for the website but i dont know where to start with the image.[/QUOTE] if you want me to do it i will do it in a minute lol add me on skype if you want npd1124
Sorry, you need to Log In to post a reply to this thread.