Forsaken-Flyff Homepage by Stefan Pfeifer

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 61
  1. #46
    Moderator DriftCity is offline
    ModeratorRank
    Oct 2009 Join Date
    /NapTown/Location
    621Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Could any1 help me on msn or skype something like that? Since I think there is something wrong with my website, the votebox doesn't want to be fixed haha and somehow my online count doesn't work.

  2. #47
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts
    Quote Originally Posted by DriftCity View Post
    Could any1 help me on msn or skype something like that? Since I think there is something wrong with my website, the votebox doesn't want to be fixed haha and somehow my online count doesn't work.
    Didn't you leave? Put some effort in solving it yourself.

  3. #48
    Enthusiast jakefhord is offline
    MemberRank
    Jan 2010 Join Date
    Harvard CityLocation
    25Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Hi Guys below are my problems that in-counter.

    1.) Vote points cannot save on votepoints column in the DB.
    2.) Using Apache 2.2 I cant access in the administrator panel, but I can access it in xampp.

    If you have an idea kindly share,

    Thanks.

  4. #49
    Moderator DriftCity is offline
    ModeratorRank
    Oct 2009 Join Date
    /NapTown/Location
    621Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Quote Originally Posted by jakefhord View Post
    Hi Guys below are my problems that in-counter.

    1.) Vote points cannot save on votepoints column in the DB.
    2.) Using Apache 2.2 I cant access in the administrator panel, but I can access it in xampp.

    If you have an idea kindly share,

    Thanks.
    The vote points that don't save is a known error to many more people.
    Currently fixed the online count of players.

  5. #50
    Proficient Member segredu is offline
    MemberRank
    Apr 2009 Join Date
    BRAZILLocation
    172Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    export database to MySql, please.

  6. #51
    MC Web Designs Matt Clarke is offline
    MemberRank
    Oct 2010 Join Date
    UKLocation
    933Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    I've fixed most of the errors, they arnt that serious. Some of the date settings are a little messed up. You need to add a 'votepoints' collumn to the ACCOUNT_TBL, then add 'lastvote1' 'lastvote2' 'lastvote3' and beware NOT in capitals like it says in the text file.

  7. #52
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Thank you for this release i will use it as my first website untill my borther have made his own one.

    I also want to point out the horrible scripting at php and mssql.
    There is no php error handling.
    and those queries are not nice.
    for example
    Account.php
    to show the stats
    Old way
    $accountselect = odbc_exec($mssql, 'SELECT * FROM [ACCOUNT_TBL] WHERE account=\''.mssql_escape_string($_SESSION['user']).'\'');
    $accountselect2 = odbc_exec($mssql, 'SELECT * FROM [ACCOUNT_TBL_DETAIL] WHERE account=\''.mssql_escape_string($_SESSION['user']).'\'');
    $account = odbc_fetch_array($accountselect);
    $account2 = odbc_fetch_array($accountselect2);

    My way
    $sql = "SELECT
    [ACCOUNT_TBL].account,
    [ACCOUNT_TBL].cash,
    [ACCOUNT_TBL_DETAIL].account,
    [ACCOUNT_TBL_DETAIL].blocktime,
    [ACCOUNT_TBL_DETAIL].m_chLoginAuthority,
    [ACCOUNT_TBL_DETAIL].email
    FROM
    [ACCOUNT_TBL],[ACCOUNT_TBL_DETAIL]
    WHERE
    [ACCOUNT_TBL].account = '".mssql_escape_string($_SESSION['user'])."' AND [ACCOUNT_TBL_DETAIL].account = '".mssql_escape_string($_SESSION['user'])."'";
    if(!$query = mssql_query($sql))
    {
    $AllErr = "Unable to connecto to the database";
    }
    else
    {
    //Fetching data
    $show = mssql_fetch_assoc($query);
    }

    Tell me what looks better?
    I know its personal.

    With kind regards,
    Loky

  8. #53
    Novice markey is offline
    MemberRank
    Feb 2012 Join Date
    1Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    please upload folder admin for me in Free Cloud Storage - MediaFire
    sorry for English. :)

  9. #54
    Member Mark Tan is offline
    MemberRank
    Aug 2012 Join Date
    65Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    I cannot use vote

  10. #55
    Enthusiast ghiseven is offline
    MemberRank
    Jan 2012 Join Date
    43Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Screenshot by Lightshot how to fix it twenty four hour wait I did. still no votes for this day

  11. #56
    Infraction Banned cpnm1 is offline
    MemberRank
    Mar 2010 Join Date
    39Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    reupload please!

  12. #57
    Apprentice tworatz is offline
    MemberRank
    Apr 2008 Join Date
    14Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Download Link is dead Please Re-upload
    thanks

  13. #58
    Proficient Member Jerzkie is offline
    MemberRank
    Jul 2012 Join Date
    System32Location
    178Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    Reupload Please :) also the Admin Panel


    Thanks :D

  14. #59
    Loaded FlyFF Levixavier is offline
    MemberRank
    Apr 2012 Join Date
    PhilippinesLocation
    234Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    I have saved this website file on my MediaFire account

  15. #60
    Enthusiast firesito is offline
    MemberRank
    May 2012 Join Date
    49Posts

    Re: Forsaken-Flyff Homepage by Stefan Pfeifer

    I got an error, when i click in "Click here to vote" (i mean if i want to vote).
    it doesn't move or anything HELP PLEASE



Page 4 of 5 FirstFirst 12345 LastLast

Advertisement