I am using PhotoOnWeb.. and hosting in on my own server.. it is great.. it uploads and creates the folders perfect.. but for some reason the index.php is not showing any of the main page graphics.. is there something that I need to change in the code.. here is my example
http://dreamfade.com/fotos/
thank you
Terry Brown
main hosted site .. images dont show
or even help managing the index.php file and add mine own look for the front page.. the one it has insnt workning.. any help will be greatly appreaciated..
n1c02 wrote:I am using PhotoOnWeb.. and hosting in on my own server.. it is great.. it uploads and creates the folders perfect.. but for some reason the index.php is not showing any of the main page graphics.. is there something that I need to change in the code.. here is my example
http://dreamfade.com/fotos/
thank you
Terry Brown
ok i have that kinda working now..If I want to use my own landing page with a logo or like a free css template.. what part of the code in the php file doe I need to include within my new index.php page to make the albums to still show up like they are..
thanks you
Terry Brown
thanks you
Terry Brown
Phil wrote:The "__i" folder is missing on your server. It contains the index page's images.
You can find it where you installed PhotoOnWeb, inside the MainMenu subfolder (for example: C:\Program Files (x86)\ObviousIdea\PhotoOnWeb\MainMenu).
Just upload the folder and it should be fine.
The easiest solution would be using an iframe. Rename index.php to albums.php, then create your own index file and add this HTML code:
Code: Select all
<iframe src="http://dreamfade.com/fotos/albums.php" width="800" height="500" frameborder="0">