[Release]Epic Website menu

User Tag List

Page 7 of 10 FirstFirst ... 345678910 LastLast
Results 91 to 105 of 141
  1. #91
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    to add more links to the vote sites edit the php.

    [Release]Epic Website
  2. #92
    raer901's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  3. #93
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in the main filesarea there is a file called 'config.php"

    edit the first line I believe:
    <?php

    $title="SITE_TITLE_HERE";

  4. #94
    raer901's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm,, im trying to change


    do anyone know how?

  5. #95
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes you have to edit the .gif file in the res folder named logo.gif!!!!!!!!!!!!!!!!!

    use Gimp

    or

    photoshop

  6. #96
    JeFFyy's Avatar Member
    Reputation
    5
    Join Date
    Feb 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Real credits are " Cyonia " and " Snuke " From Apex-WoW

  7. #97
    zimonken's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #98
    zimonken's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have some errors in the Downloads Section:

    How do I remove them?

  9. #99
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    add the downloads in the folder named downloads.

  10. #100
    nazi1992's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i try to add a new vote link , it tells me that the site isn't in the database.
    What should i do ?

  11. #101
    zimonken's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  12. #102
    zimonken's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #103
    nazi1992's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i edited the config.php , vote.php and vote_links.php
    EDITh , and yes the index.php too, but ,
    it keeps telling me this :
    Time until next vote for this site: +11:59:58

    *click here to vote anyway*
    Why ? Could you give me an example how to do it please ?

    Thank you in advance !
    Last edited by nazi1992; 03-24-2009 at 11:08 AM.

  14. #104
    nazi1992's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    case $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';
    In the vote.php
    i want to add 10 vote sites.
    <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>
    .. and so on till 10

    check("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");
    ... until 10 ? Don't know for sure
    //VOTE settings
    $voteurl1="votesite1";
    $voteurl2="votesite2";
    /*
    $voteurl3="votesite3";
    $voteurl4="votesite4";
    */
    The same way ? Until 10 ?

  15. #105
    zimonken's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Time until next vote for this site: +11:59:58

    *click here to vote anyway*
    Whats wrong with that? It shall look like that

Page 7 of 10 FirstFirst ... 345678910 LastLast

Similar Threads

  1. [Release] Epic Display IDs
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 34
    Last Post: 02-24-2008, 11:23 AM
  2. [Release] Epic Funserver Quests [Download]
    By King Shaun in forum World of Warcraft Emulator Servers
    Replies: 29
    Last Post: 02-24-2008, 08:34 AM
  3. [Release] Epic Deathknight Set [Download]
    By King Shaun in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 01-29-2008, 11:19 AM
  4. [Release] Epic Item Set [1] [Download]
    By King Shaun in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-29-2008, 11:15 AM
  5. [Release] Panex websites
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 01-03-2008, 06:48 AM
All times are GMT -5. The time now is 09:41 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search