main hosted site .. images dont show

PhotoOnWeb is a software to create personal public or private photo gallery
n1c02
Junior Member
Posts: 3
Joined: Tue May 08, 2012 4:46 am

main hosted site .. images dont show

Post 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
n1c02
Junior Member
Posts: 3
Joined: Tue May 08, 2012 4:46 am

Post 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
User avatar
Phil
ObviousIdea
Posts: 305
Joined: Wed Mar 16, 2011 11:51 pm
Contact:

Post 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.
n1c02
Junior Member
Posts: 3
Joined: Tue May 08, 2012 4:46 am

Post 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.
User avatar
Phil
ObviousIdea
Posts: 305
Joined: Wed Mar 16, 2011 11:51 pm
Contact:

Post 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">
Post Reply