How to install templates?

Status
Not open for further replies.

Zatyrax

New Member
Messages
8
Reaction score
0
Points
0
My first post ever in this forum so i dont know if this is the right place to post this in...
But my question is how to install templates on my host.
I have tried to serach but know results :( plz help me
 

Zatyrax

New Member
Messages
8
Reaction score
0
Points
0
oki, thx :D but when i do that the x10hosting logo dissapers :( and i dont want to get banned, or is it just me that cant see the logo?
 

Zatyrax

New Member
Messages
8
Reaction score
0
Points
0
but when i add the line the ad dont show up only the text :(
(sry i am kinda noob :D)
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Look in the code for your site, find
Code:
<div style="font-size: 0.8em; text-align: center; margin-top: 1.0em; margin-bottom: 1.0em;">
Design provided by <a href="http://www.freewebtemplates.com/">Free Web Templates</a> - your source for free website templates
</div>
and before </div> add
Code:
<br />[I]Your Ad Code Here[/I]
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Don't use a visual editor. Open the file with notepad and then replace <script src="'%20type=" wpro? text type="text/javascript">http://x10hosting.com/adserve.js?Zatyrax"></script> with the ad code.

If you want to make it show up in the footer, add it before </div> not <div>
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
<script src="'%20type=" wpro? text type="text/javascript">http://x10hosting.com/adserve.js?Zatyrax"></script>

I don't remember it having %20
 

Zatyrax

New Member
Messages
8
Reaction score
0
Points
0
i will look again
Edit:
oops my bad, <script type="text/javascript" src="http://x10hosting.com/adserve.js?Zatyrax"></script>

thats the code, but when i am use ctrl + f in notepad++ i cant find
<script src="'%20type=" wpro? text type="text/javascript">http://x10hosting.com/adserve.js?Zatyrax"></script>
 
Last edited:

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Replace
Code:
<script src="'%20type=" wpro? text type="text/javascript">http://x10hosting.com/adserve.js?Zatyrax"></script>
<div style="margin-top: 1em; font-size: 0.8em; margin-bottom: 1em; text-align: center">Design provided by <a href="http://www.freewebtemplates.com/">Free Web Templates</a> - your source for free website templates </div>
with
Code:
<div style="margin-top: 1em; font-size: 0.8em; margin-bottom: 1em; text-align: center">Design provided by <a href="http://www.freewebtemplates.com/">Free Web Templates</a> - your source for free website templates <br /><script type="text/javascript" src="http://x10hosting.com/adserve.js?Zatyrax"></script></div>

The code you want to replace starts on line 148.
 

Zatyrax

New Member
Messages
8
Reaction score
0
Points
0
Good, And once again thx for all help :)
 
Last edited:
Status
Not open for further replies.
Top