New Joe
08-08-2014, 12:38 PM
So I'm going to move my site to a new URL
To make it easy just going to move the files, then change the info in the Admin panel and use the same data base.
So i need to clear out the old VB files of the old folder, But i what I want it to put an image in place for the old URL so when someone goes to it they see that image.
I know how to do it with the VB software and files but as I will be removing the files I need to now how to do it as in just it's own file for the image.
Hope someone understand the about LOL
--------------- Added 1407509489 at 1407509489 ---------------
Ok, worked it out, just use a php file, i've called it index.php
And used this code:
<center> <img src="XXX.jpg" width="500" height="500" alt=> <center>
But I'd like it so you can't actually right click and 'Save image' 'Copy Image' with your mouse when on the url page and the image is there.
Any ideas?
To make it easy just going to move the files, then change the info in the Admin panel and use the same data base.
So i need to clear out the old VB files of the old folder, But i what I want it to put an image in place for the old URL so when someone goes to it they see that image.
I know how to do it with the VB software and files but as I will be removing the files I need to now how to do it as in just it's own file for the image.
Hope someone understand the about LOL
--------------- Added 1407509489 at 1407509489 ---------------
Ok, worked it out, just use a php file, i've called it index.php
And used this code:
<center> <img src="XXX.jpg" width="500" height="500" alt=> <center>
But I'd like it so you can't actually right click and 'Save image' 'Copy Image' with your mouse when on the url page and the image is there.
Any ideas?