to add more links to the vote sites edit the php.
to add more links to the vote sites edit the php.
Quote:
Originally Posted by raer901 View Post
At the top of my website it say World of Servername and Something here... how do i change that???
this is an super cool website
go to the index file and search for <title>
change whats in between the title tags
i have done everyting that you said but it dont work,, i still have servername and something here at the topp of my website
in the main filesarea there is a file called 'config.php"
edit the first line I believe:
<?php
$title="SITE_TITLE_HERE";
hmm,, im trying to change
do anyone know how?
yes you have to edit the .gif file in the res folder named logo.gif!!!!!!!!!!!!!!!!!
use Gimp
or
photoshop
Real credits are " Cyonia " and " Snuke " From Apex-WoW
I added a new vote-site to my webpage, but when I click it, this comes: That site is not in database.
How do I change it?
edit: think I solved the problem
Last edited by zimonken; 03-23-2009 at 03:27 PM.
I have some errors in the Downloads Section:
How do I remove them?
add the downloads in the folder named downloads.
When i try to add a new vote link , it tells me that the site isn't in the database.
What should i do ?
that happened to me, but I fixed it. What did you change/edit in your php files?
You have to edit Vote_links, Vote, Index and Configs.
y2kss66, What do you mean? What files do I have to add in the Downloads folder?
I got 4 folders, addons, Gm-tools, Patches and Tools in the Downloads.
i edited the config.php , vote.php and vote_links.php
EDITh , and yes the index.php too, but ,
it keeps telling me this :
Why ? Could you give me an example how to do it please ?Time until next vote for this site: +11:59:58
*click here to vote anyway*![]()
Thank you in advance !
Last edited by nazi1992; 03-24-2009 at 11:08 AM.
In the vote.phpcase $voteurl1:
$siteid='1';
break;
case $voteurl2:
$siteid='2';
break;
/* case $voteurl3:
$siteid='3';
break;
case "$voteurl4":
$siteid='4';
break;
case "$voteurl5":
$siteid='5';
break;
case "$voteurl6":
$siteid='6';
break;
case "$voteurl7":
$siteid='7';
break;
case "$voteurl8":
$siteid='8';
break;
case "$voteurl9":
$siteid='9';
break;
case "$voteurl10":
$siteid='10';
break;
*/
default: $siteid='10';
i want to add 10 vote sites.
.. and so on till 10<p>
<a href="<?php print
$voteurl1; ?>" title="">
<img src="res/1.jpg"
alt="">
</a>
</p>
<p>
<a href="<?php print
$voteurl2; ?>" title="">
<img src="res/2.jpg"
alt="">
</a>
</p>
<a href="<?php print
$voteurl3; ?>" title="">
<img src="res/3.jpg"
alt="">
</a>
</p>
</p>
<a href="<?php print
$voteurl4; ?>" title="">
<img src="res/4.jpg"
alt="">
</a>
</p>
... until 10 ? Don't know for surecheck("1");
check("2");
/*
check("3");
check("4");
*/
if ($s<=1) {
?>
<div class="post">
<img src="res/post_top.png" alt="" align="bottom" height="2">
<div class="post_body" align="left">
<table width="100%" border="0" cellpadding="3">
<tr>
<td><?php check2("1","$voteurl1"); ?></td>
<td><?php check2("2","$voteurl2"); ?></td>
<td><?php check2("3","votesite3"); ?
></td>
<?php check2("4","votesite4"); ?>
<td width="225px">You didn't vote within last 12 hours, vote and gain vote
points.<br />You gain 1 vote point every time you vote. <u><a href="./quest.php?
name=account&points=1">Click here to go to vote shop.</a></u></td>
</tr>
</table>
</div>
<img src="res/post_bottom.png" alt="" align="top" />
</div>
<?php
/*
check2("3","$voteurl3");
check2("4","$voteurl4");
The same way ? Until 10 ?//VOTE settings
$voteurl1="votesite1";
$voteurl2="votesite2";
/*
$voteurl3="votesite3";
$voteurl4="votesite4";
*/
Whats wrong with that? It shall look like thatTime until next vote for this site: +11:59:58
*click here to vote anyway*