[Help] Please read.. Mangos 

Newbie Spellweaver
Joined
Mar 10, 2004
Messages
24
Reaction score
0
Hi guys
Am trying to add some code so I can add a voting link to my site. I am using a premade one by Mangos. Right here is my problem I add the code to where its supposed to go but in the little line where it tells you to uncomment for the links to work what does this mean. Here is the code:
<!--
* Here you can configure voting links to be displayed on your main page.
* PS: Change the voting links with your voting links and uncomment for this links to work.
-->
<votelinks>

<!-- XtremeTop
<vote>
<link>http://www.xtremetop100.com/in.php?site=1132194680</link>
<image>http://www.xtremeTop100.com/votenew.jpg</image>
</vote>
-->
<!-- GameSites200
<vote>
<link>http://www.gamesites200.com/wowprivate/in.php?id=534</link>
<image>http://www.gamesites200.com/wowprivate/vote.gif</image>
</vote>
-->
<!-- WoWtopsites
<vote>
<link>http://www.wowtopsites.com/index.php?do=votes&id=766</link>
<image>http://www.wowtopsites.com/tracker.php?do=in&id=766</image>
</vote>
-->
<!-- gtop100
<vote>
<link>http://www.gtop100.com/in.php?site=6873</link>
<image>http://www.gtop100.com/images/nvotebutton.jpg</image>
</vote>
-->
</votelinks>
 
Hi guys
Am trying to add some code so I can add a voting link to my site. I am using a premade one by Mangos. Right here is my problem I add the code to where its supposed to go but in the little line where it tells you to uncomment for the links to work what does this mean. Here is the code:
<!--
* Here you can configure voting links to be displayed on your main page.
* PS: Change the voting links with your voting links and uncomment for this links to work.
-->
<votelinks>

<!-- XtremeTop
<vote>
<link>http://www.xtremetop100.com/in.php?site=1132194680</link>
<image>http://www.xtremeTop100.com/votenew.jpg</image>
</vote>
-->
<!-- GameSites200
<vote>
<link>http://www.gamesites200.com/wowprivate/in.php?id=534</link>
<image>http://www.gamesites200.com/wowprivate/vote.gif</image>
</vote>
-->
<!-- WoWtopsites
<vote>
<link>http://www.wowtopsites.com/index.php?do=votes&id=766</link>
<image>http://www.wowtopsites.com/tracker.php?do=in&id=766</image>
</vote>
-->
<!-- gtop100
<vote>
<link>http://www.gtop100.com/in.php?site=6873</link>
<image>http://www.gtop100.com/images/nvotebutton.jpg</image>
</vote>
-->
</votelinks>

you have to delete the "<!--"at the beginning and the "-->" at the end of the site that you want people to vote at. then register at those sites to receive a voting link and change the link in the code.

you copied the answer in your post. i know it hurts but read a bit.

example:
<!--(this starts the comment)
* Here you can configure voting links to be displayed on your main page.
* PS: Change the voting links with your voting links and uncomment for this links to work.
-->(this ends the comment)
^ that was i your post

change this:
<!-- XtremeTop
<vote>
<link>http://www.xtremetop100.com/in.php?site=1132194680</link>
<image>http://www.xtremeTop100.com/votenew.jpg</image>
</vote>
-->

to this:
XtremeTop
<vote>
<link>PUT YOUR VOTING LINK HERE</link>
<image>http://www.xtremeTop100.com/votenew.jpg</image>
</vote>

and remember:
reading is fundamental
the people that put this stuff together spoon feed us leachers so please don't piss them off by not reading or using google.

and not to pour salt into the wound but if you found the "<votelinks>" you should have seen this at the top of the config file:

<configs>
<!--
This is a XML config file. You can change the values of the elements.
as you can see comments is marked with < ! - -Comment - - >

and once again:
<-- reading is fundamental -->
 
Back