[Release] OpenMu Web Clone

Как да махна от Top Players Gr ?


Влизаш в modules/rankings/ отваряш Players.php и триеш тия двете

<td class=mem align=center><b><font size=1 color=#ffffff><center>Gr</center></font></td>

<td class=mem align='left'><b><font size=1 color=#ffffff>&nbsp;<font size=1 color=yellow>$row[2]</font></td>
 
The Web looks nice and tidy. It still needs some modifications/addons in my opinion but it's usable in the current form too.

However, I do have a problem with it. It does not register my users in the database. I click on the Create a new account link, fill up the form CORRECTLY, and I even get a successful messaje (Account nykey has been succsesfuly created on 2010-05-28 16:00:01!) but I still have 0 users in my database.

I'm using Shatter's S4.5 Bugless server files with the database bak's provided within. Can someone tell me what is wrong and how can I fix it? I have little knowledge in HTML/PHP/MySQL but if you guide me through I understand very fast and I'll be able to make it work.

Thanks alot
 
Open the file "includes/modules.class.php"
Search for this

First:
Code:

$query = mssql_query("Select class,LevelUpPoint,Strength,Dexterity,Vitality,Energy,LeaderShip From Character where name='$character'");

Replace With
Code:

$query = mssql_query("Select class,LevelUpPoint,Strength,Dexterity,Vitality,Energy From Character where name='$character'");

Second:
Code:

$a = mssql_query("Update Character set LevelUpPoint='$newleveluppoints',Strength='$strengthnew',Dexterity='$agilitynew',Vitality='$vitalitynew',Energy='$energynew',LeaderShip='$commandnew' where name='$character'");

Replace With
Code:

$a = mssql_query("Update Character set LevelUpPoint='$newleveluppoints',Strength='$strengthnew',Dexterity='$agilitynew',Vitality='$vitalitynew',Energy='$energynew'where name='$character'");

Third:
Code:

$a = mssql_query("Update Character Set Strength='25',Dexterity='25',Vitality='25',Energy='25',LeaderShip='25',Money='$newmoney',clevel='1',Experience='0',Resets='$newresets',LevelUpPoint='$newpoints' where name='$character'");

Replace With
Code:

$a = mssql_query("Update Character Set Strength='25',Dexterity='25',Vitality='25',Energy='25'',Money='$newmoney',clevel='1',Experience='0',Resets='$newresets',LevelUpPoint='$newpoints' where name='$character'");

Това оправя бъга с Загубена Парола или?

Въпрос как да премахна модулите Форум и Вот Наградата .. искам изобщо да се махне това воте реуард..!

А системата за новини как да я изпозлвам къде е изобщо имали такава?
 
Last edited:
The Web looks nice and tidy. It still needs some modifications/addons in my opinion but it's usable in the current form too.

However, I do have a problem with it. It does not register my users in the database. I click on the Create a new account link, fill up the form CORRECTLY, and I even get a successful messaje (Account nykey has been succsesfuly created on 2010-05-28 16:00:01!) but I still have 0 users in my database.

I'm using Shatter's S4.5 Bugless server files with the database bak's provided within. Can someone tell me what is wrong and how can I fix it? I have little knowledge in HTML/PHP/MySQL but if you guide me through I understand very fast and I'll be able to make it work.

Thanks alot

if u files are using md5 password encrytion u have to put in %web/config.php "md5 = 1"..
 
Yes, I use md5 db and md5 is already set to 1 in %web/config.php

Any other thoughts?
 
$resettype = "keep"; ей тая команда как да я настроя ДА РЕСВА СТАТС-А пробвах сичко възможно като напиша Yes тогава показва Character Durt has been succesfully restarted. Обаче си стой 350 и става само когато е на keep ... Моля помогнете :((
 
е пиша го и пак си стой 350 лвл героя ХЕЛП плс :(
 
where is Banned list , vote sytem is wrong becose there can use only 1 link but in orginal is 10 links :( , where is admin list ,where is Warnned list ?,
 
Системата за новини къде е ?
 
I got hack. those who have left the web encoded error

Sory for my bad engleash . !
 
there is a problem on this web..
my players can vote how many times they want.
please fix this.
thanks
 
какво трябва да направя че на версия 99б+ да могат да се адд статс от WebSite
 
Не ми излизат героите във ranking
 
Не ми излизат героите във ranking

Спрете да четете през редовете и добавете всичко нужно от урока.
(Не си добавил сяла на grand reset-a)
Code:
alter table character add GrResets int not null default 0
 
Сложих го и същото :) 4ел съм вси4ко :)