[Release] DarksWeb 0.3 UPDATE

MeMoS

Well-Known Member
Joined
Oct 18, 2008
Messages
620
Reaction score
498

Update 3:
Code:
- 2 new modules
 - - online players
 - - gm ranking

Update 2:
Code:
- 1 more template and something like a template system
- 2 options in reset character
 - - bonus points for classes
 - - zen increase for every reset
- 1 option in clear pk 
 - - zen increase for every pk level

Features:
Code:
Website menu:
- News (The OLD)
- User Area (Modified)
- Registration (Modified)
- Downloads (The OLD)
- New Ranking (Modified)
- Black List (The OLD)
- Statistics (Modified)
- Forum (The OLD)
- Vote Reward  (Removed for now)
- Contact (Removed)

New User Control Panel:
- Stats Adder (Modified)
- Change Password(Removed)
- Reset Character (Modified)
- Grand Reset (NEW)
- PK Clear (Modified)
- Clear Stats Point -> Reset Stats (Modified)
- Clear Magic List (Removed)
- Clear Inventory (Removed for now)

What's new?
Code:
- Grand Reset

This site has nothing to do with MuWeb and MuWeb DataBase and Settings please read the post and install DarkWeb 0.3 correct
Website work on all muonline versions and web servers.
I will also make more templates, modules and updates.


Configure and Install:
- Configure
Settings - config.php
Chouse MD5 on/off
Advertisment's - advertisment.php
News - http://localhost/modules/news (user: admin, password: 1234)
If you can't enter edit modules/.htaccess
try 127.0.0.1,lan ip or wan ip
- Instalation
Read install.txt


Website Credit's:
Web Design - FCV2005 & Backo
Web Original Coding - Backo
Web Secure System - Savoy
Web Coding & Design Updates - MeMoS
I was in a hurry and i may have forgotten something
write here if you have problems

this are all templates
DarksTeam Forum - View Single Post - DarksWeb 0.3 UPDATE
DarksTeam Forum - View Single Post - DarksWeb 0.3 UPDATE
 

Attachments

  • 1.PNG
    1.PNG
    993.8 KB · Views: 2,795
  • DarksWeb 0.3 UPDATE 2.rar
    1.9 MB · Views: 2,442
  • 4.PNG
    4.PNG
    422.3 KB · Views: 2,016
  • UPDATE 3.rar
    2.9 KB · Views: 1,313
Last edited:
браво харесва ми :) особено това с Login-a дето е отстрани :):)
 
10/10 Но можеше да промениш още нещо .
 
ако имате предложения за други template-и или модули пишете ми на скайпа или на лс
 
да сложи им web market и web auction да радват :D
 
Браво на MeMoS,че се е захванал със сайта ...все пак за без пари това си е един добър проект.
 
10/10 ти оправи единственото нещо, което не ми харесваше в този сайт. Евала !!!
 
ето още един дизайн слагате го в templates и после едитвате config.php и сте готови :)
 

Attachments

  • 5.PNG
    5.PNG
    663.3 KB · Views: 946
  • 3.rar
    276.3 KB · Views: 487
МеМоS ако имаш възможност можеж ли да махнеш от тва логото на новия дизайн (MUkiller) или нещо такова да го изчистиш?
 
Тези Templates на XTYLING и Mu Killer просто кефят от всякаде ... Мерси MeMoS :*
 
Защо не ми показва геройте в класацията ?
 
Защо не ми показва геройте в класацията ?
сложил ли си
PHP:
Use MuOnline
ALTER TABLE Character ADD Resets INT NOT NULL DEFAULT 0 
ALTER TABLE Character ADD GrandResets INT NOT NULL DEFAULT 0
в Query Analyzer
ако не ти дава сложи само
PHP:
Use MuOnline
ALTER TABLE Character ADD GrandResets INT NOT NULL DEFAULT 0
и пробваи

ако не ако няма да ползваш GR пробвай така :) това се заменя с fila намиращ се в modules под името rankings.php :)
PHP:
<?
include_once('config.php');

$query = mssql_query("SELECT TOP 20 Name,Class,cLevel,Resets,Money,PKcount,PkLevel,AccountID FROM Character ORDER Resets DESC,cLevel DESC");

include_once('inc/rank_menu.php');
echo '<table cellspacing=1 cellpadding=1 width=450 border=0 bordercolor=DarkGray>';

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

$row1=is_online($row[0]);
$status ='<span style="color:#606060;">OFFLINE</span>';
if($row1 == 1){ $status ='<span style="color:#dda943;">ONLINE</span>'; }

$pklvl=pk_level($row[6]);
$cl=char_class($row[1],0);
$img_url=char_class($row[1],3);
$pic ='<img src="'.$img_url.'">';

echo "
<tr>
<td class='news-head2' rowspan='3' style='width:50px;'>$pic</td>
<td class='news-head' style='width:100px;'>Name</td>
<td class='news-head'>Level</td>
</tr>
<tr>
<td class='news-rest' style='width:100px;'><b><font color=white>$row[0]</font></b></td>
<td class='news-rest'><b>$row[2]</b></td>
</tr>
<tr>
<td class='news-head' style='width:100px;'>Class</td>
<td class='news-head'>Resets</td>
<td class='news-head'>Status</td>
</tr>
<tr>
<td class='news-rest' style='width:40px;'><b>#$rank</b></td>
<td class='news-rest' style='width:100px;'><b>$cl</b></td>
<td class='news-rest'><b>$row[3]</b></td>
<td class='news-rest server_status'>$status</td>
</tr>
<tr><td align='center' style='padding:5px;'></td></tr>
";

}
?>
</table>
 
Last edited:
I can not see the character point rankings

How do I make it ?