Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #12  
Old 12-10-2012, 04:21 PM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 13,022
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default

well i got the same problem at 1.3.1
but that is because the css is out of his context in first place and for the rest i dit not debug it

the only thing i see in the php info is the short open tags

Code:
short_open_tag	Off
so all code that start with <? code ?> will not work and need to be replaced with <?php code ?>

the thing you could try in the code is to define the real location of the files

for example
profile.php is located in the home dir ( website/profile.php )

so you can put this text before it to get it working in case it gives errors

../profile.php ( for main root )
or ./profile.php (same as profile.php but still a bit differend as it returns back to home instead adding profile.php to it )

example of what i mean

Code:
<img src='templates/icons/star.gif'
replace to
Code:
<img src='../templates/icons/star.gif'
or the best way
Code:
<img src='http://".$_SERVER['SERVER_NAME']."/templates/icons/star.gif'>
the above code will always go back to the main website (with out http , $_SERVER['SERVER_NAME'] will provide 'earth.demonpower.com' on the webite earth.demonpower.com

hopely this can help to debug

Greetings From PowerChaos
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
tabs for adopts SilverDragonTears Questions and Supports 12 01-14-2012 07:57 AM


All times are GMT -5. The time now is 02:55 AM.

Currently Active Users: 3494 (0 members and 3494 guests)
Threads: 4,081, Posts: 32,032, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636