Page 1 of 1

main hosted site .. images dont show

Posted: Tue May 08, 2012 4:50 am
by n1c02
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

Posted: Tue May 08, 2012 6:52 am
by n1c02
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

Posted: Tue May 08, 2012 8:06 pm
by Phil
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.

Posted: Tue May 08, 2012 9:54 pm
by n1c02
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



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.

Posted: Wed May 09, 2012 12:58 am
by Phil
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">