MuWeb 0.4

Page 22 of 27 FirstFirst ... 121415161718192021222324252627 LastLast
Results 316 to 330 of 398
  1. #316
    Apprentice peekao is offline
    MemberRank
    Aug 2006 Join Date
    10Posts
    Quote Originally Posted by Suffer View Post
    use WAN IP ...

    and anyways if it's still not working it's a router problem,once you have one.
    Well guys here to resume all my problems
    i am geting this on localhost:8090

    Loading php_mssql.dll Falied!
    Please Enable php_mssql.dll in ur php.ini


    so what i did is i opened php.ini and change the
    ;extension=php_mssql.dll to extension=php_mssql.dll
    then i save and restart appserv now on restart i get a error msg
    saying
    PHP Startup: Unable to load dynamic library 'd:\appserv\php\ext\php_mssql.dll'
    not able to find specific module.

    then i press ok then again same msg
    PHP Startup: Unable to load dynamic library 'd:\appserv\php\ext\php_mssql.dll'
    not able to find specific module.


    but appserv starts

    then i open IE and type localhost:8090 and i get this again

    Loading php_mssql.dll Falied!
    Please Enable php_mssql.dll in ur php.ini


    if i change everything back to normal i dont get the error msg
    PHP Startup: Unable to load dynamic library 'd:\appserv\php\ext\php_mssql.dll'
    not able to find specific module.


    but i still get this on this adress localhost:8090

    Loading php_mssql.dll Falied!
    Please Enable php_mssql.dll in ur php.ini


    Help pls i am going crazy here thank you

    PS: i already reinstalled all like 5 times
    Last edited by peekao; 21-09-06 at 05:21 PM.

  2. #317
    urvoice.info andsnake is offline
    MemberRank
    Feb 2005 Join Date
    NicosiaLocation
    398Posts
    erhmm, try to see if it is located in the extensions folder(eg : "C:\wamp\php\ext")
    I had that problem before, but then i switched to wamp server , and never had it again

  3. #318
    Apprentice peekao is offline
    MemberRank
    Aug 2006 Join Date
    10Posts
    Quote Originally Posted by andsnake View Post
    erhmm, try to see if it is located in the extensions folder(eg : "C:\wamp\php\ext")
    I had that problem before, but then i switched to wamp server , and never had it again
    i am now downloading wamp 5_1.6.5
    and i am going to install it and see what happens

    Installed it i am geting this message on localhost
    Loading php_mssql.dll Falied!
    Please Enable php_mssql.dll in ur php.ini

    i went to the php.ini in wamps folder and also on windows folder and took does ; from there like master sais on first post

    still geting this message

    Loading php_mssql.dll Falied!
    Please Enable php_mssql.dll in ur php.ini
    Last edited by peekao; 21-09-06 at 07:38 PM.

  4. #319
    Apprentice luka12 is offline
    MemberRank
    Mar 2006 Join Date
    Brasil!Location
    19Posts
    very good work, therefore I nao taste very of the sites mu web.

  5. #320
    Enthusiast fentagin is offline
    MemberRank
    Jan 2006 Join Date
    Chicago, USALocation
    38Posts
    im creating one user but i cannot create second

    any suggestions?

    also when i create the account and try to loign , no charge info box appears.

    the solution is

    UPDATE VI_CURR_INFO
    SET ends_days = '2005', check_code = '1', memb_name = '123132', memb_guid = '1', sno__numb = '1', Bill_Section = '6', Bill_Value = '3', Bill_Hour = '6', Surplus_Point = '6', Increase_Days = '0'

    Maybe wait for MD5 Version will solve my problem :p
    Last edited by fentagin; 22-09-06 at 04:58 AM.

  6. #321
    Apprentice patagonio is offline
    MemberRank
    May 2006 Join Date
    Antofagasta-ChileLocation
    7Posts
    lots of problems and it seems that master is not around to answer..... we need a guide, but a detailed one where for example mater can explain even where is the php.ini located, here there is some people that dont even know that.

    just an idea.

  7. #322
    Member Punishment is offline
    MemberRank
    Sep 2005 Join Date
    IsraelLocation
    73Posts
    Quote Originally Posted by Punishment View Post
    Hi =Master= !

    Ok so my Problem is: On MuWeb 0.4 there is a Top 5 Players ...
    In there should be Written the 5 Top Players ... It's Unwritten !!!

    Can you Help me please to Fix the Probelm ?!

    Thanks,
    Moshe

    Sorry For My Bad English ...
    Someone please Help me with my Problem ?!

  8. #323
    Member MafiotuL is offline
    MemberRank
    Mar 2006 Join Date
    RomaniaLocation
    82Posts
    Quote Originally Posted by patagonio View Post
    lots of problems and it seems that master is not around to answer..... we need a guide, but a detailed one where for example mater can explain even where is the php.ini located, here there is some people that dont even know that.

    just an idea.

    is not master`s job to learn you about php.ini (where is located, and other things) ... Why don`t you try a search in your hard-disk ? Maybe you will find it .


    Sorry my bad english

  9. #324
    Account Upgraded | Title Enabled! aspire219 is offline
    MemberRank
    Jul 2004 Join Date
    californiaLocation
    435Posts
    master how to fix the rankings because if your character resets it gonna show in ranking page i think x2 or x3 can you help me to fix it?

  10. #325
    Apprentice patagonio is offline
    MemberRank
    May 2006 Join Date
    Antofagasta-ChileLocation
    7Posts

    Cool

    Quote Originally Posted by MafiotuL View Post

    is not master`s job to learn you about php.ini (where is located, and other things) ... Why don`t you try a search in your hard-disk ? Maybe you will find it .


    Sorry my bad english
    Thank you for your interest, but i never said that i didn

  11. #326
    Apprentice patagonio is offline
    MemberRank
    May 2006 Join Date
    Antofagasta-ChileLocation
    7Posts
    Quote Originally Posted by Punishment View Post
    Someone please Help me with my Problem ?!
    ok here is the code i hope this solve your problem.....

    <?PHP
    if (eregi("modules/rankings/top5.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }
    ?> <style type="text/css">
    <!--
    .style3 {color: #FFFFFF}
    .top5 {font-family: Verdana, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size: 12px;
    }
    -->
    </style>

    <?

    $query = "SELECT TOP 5 Name,Resets from Character where ctlcode <= 7 order by Resets desc";
    $result = mssql_query($query);
    echo '<TABLE border=0 cellPadding=0 cellSpacing=0 >
    <TBODY>
    <TR>


    <TD align=left vAlign=top><A


    </TR>
    <TR>
    <TD align=left
    vAlign=top>
    <TABLE border=0 cellPadding=10 cellSpacing=0

    <TBODY>
    <TR>

    <TD align=middle vAlign=center>
    <table height=30 cellspacing=2 cellpadding=4
    width=150 border=0>
    <tbody
    <tr>
    <td valign=top align=left width=0 height=0><span class="top5">#</td>
    <td valign=top align=center width=0><span class="top5">Name</td>
    <td valign=top align=center width=0><span class="top5">Resets</td>
    </tr>';

    for($i=0;$i < mssql_num_rows($result);++$i)
    {
    $row = mssql_fetch_row($result);
    $rank = $i+1;

    echo "<tr><td valign=top align=left><span class='top5'>$rank.</td>
    <td valign=top align=center><span class='top5'>$row[0]</td>
    <td valign=top align=center><span class='top5'>$row[1]</td>

    </tr>";
    }



    ?>
    </tbody>
    </table>

    </TD>
    </TR></TBODY></TABLE></TD></TR>
    <TR>

    </TD></TR></TBODY></TABLE>


    that goes inside MODULES/RANKINGS/TOP5

    hope i

  12. #327
    Account Upgraded | Title Enabled! aspire219 is offline
    MemberRank
    Jul 2004 Join Date
    californiaLocation
    435Posts
    [QUOTE=patagonio;1598548]ok here is the code i hope this solve your problem.....

    <?PHP
    if (eregi("modules/rankings/top5.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }
    ?> <style type="text/css">
    <!--
    .style3 {color: #FFFFFF}
    .top5 {font-family: Verdana, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size: 12px;
    }
    -->
    </style>

    <?

    $query = "SELECT TOP 5 Name,Resets from Character where ctlcode <= 7 order by Resets desc";
    $result = mssql_query($query);
    echo '<TABLE border=0 cellPadding=0 cellSpacing=0 >
    <TBODY>
    <TR>


    <TD align=left vAlign=top><A


    </TR>
    <TR>
    <TD align=left
    vAlign=top>
    <TABLE border=0 cellPadding=10 cellSpacing=0

    <TBODY>
    <TR>

    <TD align=middle vAlign=center>
    <table height=30 cellspacing=2 cellpadding=4
    width=150 border=0>
    <tbody
    <tr>
    <td valign=top align=left width=0 height=0><span class="top5">#</td>
    <td valign=top align=center width=0><span class="top5">Name</td>
    <td valign=top align=center width=0><span class="top5">Resets</td>
    </tr>';

    for($i=0;$i < mssql_num_rows($result);++$i)
    {
    $row = mssql_fetch_row($result);
    $rank = $i+1;

    echo "<tr><td valign=top align=left><span class='top5'>$rank.</td>
    <td valign=top align=center><span class='top5'>$row[0]</td>
    <td valign=top align=center><span class='top5'>$row[1]</td>

    </tr>";
    }



    ?>
    </tbody>
    </table>

    </TD>
    </TR></TBODY></TABLE></TD></TR>
    <TR>

    </TD></TR></TBODY></TABLE>


    that goes inside MODULES/RANKINGS/TOP5

    hope i

  13. #328
    Member Punishment is offline
    MemberRank
    Sep 2005 Join Date
    IsraelLocation
    73Posts
    Friend of =[Master]= Asked Master for me how to Fix the Problem ...

    Put This Text In Query Analyzer under muonline (Database):
    Code:
    update character
    set ctlcode='0'
    then Exit from Query Analyzer without saving and bang it Fixed =)

    Comment:
    It works for People who their server using Reset throught the Site and I dunno if it Works for people who their server using Auto Reset script but you can Try maybe it Works !
    ---------------------------------------------------------------------------------------------------------

    I have Question about MuWeb 0.4 ...
    I saw that Administrator has extra Options, like ban people and unban, etc ...
    How can I turn those Options On ?!

    Thanks,
    Moshe

    Sorry For My Bad English :blush-ani
    Last edited by Punishment; 23-09-06 at 05:31 PM.

  14. #329
    Member MafiotuL is offline
    MemberRank
    Mar 2006 Join Date
    RomaniaLocation
    82Posts
    Quote Originally Posted by =[Master]= View Post
    Access Administrator Panel: http://your_site/main.php?op=administrator
    :poster_do

  15. #330
    Apprentice tiagonunes is offline
    MemberRank
    Oct 2004 Join Date
    BRLocation
    15Posts
    when I activate my site nothing apear.....like the skin of the site and the links (Create Acc, Rankins etc) apper, BUt when u se the ranking nothing apear and u cant cheate acc because nothing to write appear .....

    Help plz.



Advertisement