Log in

View Full Version : problem with install style


FRANKTHETANK 2
12-13-2006, 10:34 PM
all of the images arent showing up. and i made sure paths are correct. what shoudl i look for.
site is
www.armyselite.com
pick darkness
heres how i filled it in. im hosting this site off of my one site thats why its pathed like this. also i have vb3.6



<!-- logo -->
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="11"><img src="http://www.315posers.com/public_html/armyselite/forum/images/Darkness/spacer.gif" alt="" /></td>
<td width="135"><img src="http://www.315posers.com/public_html/armyselite/forum/images/Darkness/spacer.gif" alt="" /></td>
<td width="100%"><img src="http://www.315posers.com/public_html/armyselite/forum/images/Darkness/spacer.gif" alt="" /></td>
<td width="11"><img src="http://www.315posers.com/public_html/armyselite/forum/images/Darkness/spacer.gif" alt="" /></td>
</tr>
<tr>

Ntfu2
12-13-2006, 11:22 PM
Your image paths are wrong.

Make the image paths work, and the images will appear.

To fix it you need to create the public_html folder under the 315poser.com domain.

then place the armyselite/forum/images/darkness folder inside of that.

FRANKTHETANK 2
12-13-2006, 11:37 PM
there is a public_html folder. when you enetr my ftp. you go
public_html/armyselite/forum/
im hosting the armyselite site on my host account with my 315posers site

and i have another skin{heavymeta}l loaded and pathed this same way and works perfect.

oh and my public_html folder. is 315posers.com files. then there is folder which brings to armyselite

Ntfu2
12-14-2006, 12:10 AM
im telling you, the paths are wrong.

Try this instead.

http://315posers.com/armyselite/forum/images/Darkness/imagenames.gif

FRANKTHETANK 2
12-14-2006, 01:50 AM
so what should i enter in path if armyselite is in my public_html in seperate folder inside my public_html?

evenmonkeys
12-14-2006, 02:49 AM
Always ignore that public_html part unless you're working with a direct location required by chdir. In your case for this, you're wanting your http directory which doesn't include public_html.

Here's an example of where an image is located on your website:
http://www.315posers.com/skins/heavy_metal/statusicon/forum_old.gif

Consider that http://www.315posers.com is actually your public_html.

FRANKTHETANK 2
12-14-2006, 03:40 AM
Always ignore that public_html part unless you're working with a direct location required by chdir. In your case for this, you're wanting your http directory which doesn't include public_html.

Here's an example of where an image is located on your website:
http://www.315posers.com/skins/heavy_metal/statusicon/forum_old.gif

Consider that http://www.315posers.com is actually your public_html.


yes you guys were right. i had to take the public_html out of path. thanks for your help. you guys are pro's