plz Help

xxyashagothkidxx

New Member
Messages
10
Reaction score
0
Points
0
The images on my website wont show up when i uploaded the website. I put all the images for the website in the images folder and nothing is showing up also something looks weird when i go to my website it shows all of my folders and stuff and to get to my homepage just click on it i think it says homepage on the list and when u get there youll see no pictures and if you click on the link that says article youll see it does the same thing

www.neogenitest.pcriot.com
 

nexhunter

New Member
Messages
239
Reaction score
1
Points
0
well first you need an index page and also check your code maybe you put the images in wrong sub folder or something like that or you got the name wrongs in the coding
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
rename your "HomePage.html" file to "index.html".

As for your non appearing images and stylesheet: You need to include the url to you the image you are wanting to display; for example: <img src="url-to-image" />. None of the img tags on the site have a valid url address pointing to there images. Do the same thing for your css; it's currently pointing to: Unknown/emx_nav_left.css
 

xxyashagothkidxx

New Member
Messages
10
Reaction score
0
Points
0
how would i know what the valid url adddress is would it be like this
<img src=":\Documents and Settings\Owner\My Documents\Neongenitest\images\bottomleft" />
 

audioxcel

New Member
Messages
2
Reaction score
0
Points
0
Right thing to do (if you have the files in the image folder) would be:
<img src="\images\bottomleft" />

or if you want to point direclty:

<img src="http://neogenitest.pcriot.com/images/bottomleft" />
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
edit: nvm, audioxcel beat me :p
 
Last edited:

xxyashagothkidxx

New Member
Messages
10
Reaction score
0
Points
0
omg thx alot thx sooo much

Lol i got another problem to while i was waiting for help with the images i went ahead and did the phpbb2 on the fantastico thing to make a forum for my site and when i tried to go to it this is what it said


Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/yasha/public_html/Forum/includes/template.php(174) : eval()'d code on line 174


what does this mean?
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
eval has been disabled on the 'basic' PHP plan; you will need to submit a request for intermediate via your hosting account's control panel (http://x10hosting.com/account); though I suggest you wait until the current server changes are finished before doing so; read the notice in the news section for further information.
 
Last edited:
Top