[Release] DTWeb 2.0 Release (r00tme version)

Status
Not open for further replies.
With this new Script i cant create with MuMaker account, but in web yes
when i wanna loget in i write my pass and account and its saying to me Account invalid.
With old Script i can registred in web too and in MuMkaer too and i logged in to game... what i must to do ?

Thanks for your problem report.

I am not sure what you exactly mean when you are saying: "old Script" / "new Script", but your problem description seems to be related to md5 database. This web currently doesn't have md5 option and if you want me to add this functionality I will need such database to do the testings and make it work properly.
 
  • Like
Reactions: jammal
Thanks to jammal, I have fixed couple of things with the registration, wrong captcha display and jewel deposit issue.

Now you will have an option in the config to rotate, choose background, type and number of symbols, color and etc for the captcha as you prefer. Suggestion given by Dude
PHP:
	//================================================================================================	
	//Captcha Settings
    $option['verify_img']         = $_SERVER['DOCUMENT_ROOT']."/js/verify/verify.png";// Captcha Background image path 
	$option['verify_chars']       = 5;                         // How many characters  
	$option['verify_width']       = 100;                       // Image width !Importnant
	$option['verify_height']      = 40;                        // Image height !Important
	$option['verify_font_size']   = 15;                        // Captcha Font size
	$option['verify_font_color']  = array(255,255,255);        // Color in RGB format
	$option['verify_font_angle']  = -7;                        // Text Rotatation 0=OFF  -/+360
    $possible = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ';        // Symbols to be included
 
Last edited:
Dear @r00tme Поздравления за това което си направил, невероятен си.

Би ли могъл, да промениш Top players & Ranking, идеята ми е следната,
2vZrPgO.jpg

и на първите 3-ма играчи, да не пише #Позиция 1. 2. 3. просто да ги замениш с купи.
благодаря!
 
По тези стандартните модули на МеМоС не съм пипал нищо дори стиловете са същите и съм се нагаждал според тях, единствено добавих странициране и това не е случайно. Можех много отдавна да направя и гилдиите да се показват с логота, знамена ранкинги и всякакви глезотии.

Но тук въпроса е принципен, че аз не исках да променям и тази част от уебсайта. Малко или много от уважение към създателя му, все пак ако и това променя от него няма да остане почти нищо.

В това отношение за да взема подобно решение се нуждая от повече мнения докъде и колко трябва да се пипа, желателно е и неговото. Той беше споменал в негов пост, че мисли да ъпдейтва версията си DarksWeb, а аз не искам да има конфронтации с имената, така че на този етап нещата поне за мен са на изчакване и сондиране на мнения.
 
Dear@[highlight]r00tme[/highlight], някога, когато имаш малко свободно време, и случайно се чудиш как да го запълниш, тук винаги ще има някой, който да те ангажира с работа.
Моята идея е, как би изглеждала тази тема.

Ето малко снимки:
fNQp8H1.jpg

lce9N7X.jpg

6x44St9.jpg

XjPavng.jpg

3q3ajJg.jpg

iZv2ApP.jpg
 

Attachments

  • MVCore[1.6.3]Premium(Themes).rar
    2.9 MB · Views: 45
Възможно е да добавя още няколко теми, включително тази в следващ ъпдейт. Няма да е скоро, а най-вероятно ще е около празниците и във връзка с тях.

За ранкинга обмислям да добавя един урок как да си го направите сами с флагове на държавите и специфични картинки според позицията, много е лесно просто трябва да го видите и ще ви стане ясно. Така хем ще си спестя труда да го правя за всеки ранкинг и вие ще научите нещо, което ще ви бъде от полза в бъдеще.
 
Dear @r00tme : im trying to set-up this web in a virtual box in order to test some features in a 97d....installed Sql 2008r2 with sqlguest as instancename, on kura-virtualpc (machines name) but getting couldnt connect to sql, tried with many variables like:
127.0.0.1 ; kura-virtualpc ; kura-virtualpc/sqlguest ; localhost; (local) and a few more, still getting the couldnt connect message....any clue on how to solve this?
 
  • Like
Reactions: DemonuMu
Dear @r00tme : im trying to set-up this web in a virtual box in order to test some features in a 97d....installed Sql 2008r2 with sqlguest as instancename, on kura-virtualpc (machines name) but getting couldnt connect to sql, tried with many variables like:
127.0.0.1 ; kura-virtualpc ; kura-virtualpc/sqlguest ; localhost; (local) and a few more, still getting the couldnt connect message....any clue on how to solve this?
what version PHP use? This web working in XAMPP 1.7.1. Try .\kura-virtualpc
 
Last edited:
Dear @r00tme : im trying to set-up this web in a virtual box in order to test some features in a 97d....installed Sql 2008r2 with sqlguest as instancename, on kura-virtualpc (machines name) but getting couldnt connect to sql, tried with many variables like:
127.0.0.1 ; kura-virtualpc ; kura-virtualpc/sqlguest ; localhost; (local) and a few more, still getting the couldnt connect message....any clue on how to solve this?

The PHP version doesn't mater if you have an answer that the SQL connection can not be established. It could only be a problem if you get unreadable content or messages like : "Could not find mssql_query function" and etc.

This settings are for a local connection, so if you are trying to connect to SQL server based on another machine it won't work.

To connect to remote SQL server you need to open port 1433 to that machine, to setup a a specific IP (web based machine) to be able to connect and to edit the config lines like this:

PHP:
<?php

	$sql_connect = mssql_connect(127.0.0.1:1433 , $sql_user, $sql_pass) or die("Couldn't connect to SQL Server!");
	$db_connect  = mssql_select_db($database, $sql_connect) or die("Couldn't open database: ". $database."");

I haven't tested this setup so it may not work.
 
  • Like
Reactions: djagripnos
Up++ waiting for updates... delete old link post only latest update... need to re watch files cause when sql script exec dont see ctl1_code, some probs with reg date ip column's when register.. maybe Ill try to help some updates.. and now when entering game account is invalid... dont see VI_CURR_INFO IN do register function. .. thank you :)
 
Latest update:
- Fixed registration ('No charge info' message)
- No need to edit any other files for SQL connection except the main config.php
 
Last edited:
  • Like
Reactions: NightFlame
@r00tme & e430 thanks for replies.
Couldnt manage to connect it; its a local connection from web to sql both on virtualbox...anyways ill keep trying later...ill test other cms (ive got this one working on real pc) so it should give me some idea.
Thanks anyways and rootme dont mind that guy, he does the same wherever he goes. Just a flamer.
 
от каде се влиза News кадето е наи от пред на веба роот ако може да ми дадеш на сока
 
@r00tme got it working. Re-installed SQL as default instsnce name and got it working with pc name. Thx for help. Testing atm.
 
  • Like
Reactions: dota-sdso
от каде се влиза News кадето е наи от пред на веба роот ако може да ми дадеш на сока

Ако имаш в предвид да добавяш новини, първо трябва да виждаш "Admin Settings" меню и да избереш "Add News". Ако говориш за променяне на новина или активиране, то ако си админ на главната страница за всяка новина ще ти се появи тази опция.

Ако не виждаш админския панел си създай/промени админският акаунт в таблица GM_accounts, като се увери, че отваряш уебсайта с въведеното IP.
 
Сайта може ли да се ползва за 99b+ ?
 
Функциите за четене на предметите работят до 1.0М включително, а сайта сам по себе си можеш да си го ползваш и за новите сезони, макар че не го препоръчвам тъй като за новите сезони има достатъчно добри CMS системи, които са се доказали за стабилни.

Тук е момента да отбележа, че това че фунцкиите за предметите работят, не означава че ще работят коректно при всякакви условия. Може да има несъответсвия с имената на предметите, тъй като това са индивидуални насторойки и всеки би трябвало да си ги направи според сървъра.

Отваряте си примерно item.kor на сървъра и приравнявате всички имена на предмети от файла с тези в таблица DP_Jewel_Deposit_Items, ако имате допълнително добавяни предмети, (ancient, jewels) тогава може да се наложи и дописване във функциите за да се разпознават коректно.
 
Dear @r00tme Поздравления за това което си направил, невероятен си.

Би ли могъл, да промениш Top players & Ranking, идеята ми е следната,
2vZrPgO.jpg

и на първите 3-ма играчи, да не пише #Позиция 1. 2. 3. просто да ги замениш с купи.
благодаря!


ojKqglY.png


Направил съм го за топ харатерите само, като съм го извел по елементарен начин за да можете да го използвате за какъвто и да е ранкинг в бъдеще. Необходимо е само да копирате този ред за знамената:


PHP:
<img width='15px' src="http://flags.fmcdn.net/data/flags/normal/
<?php echo strtolower(geoip_country_code_by_addr(geo_data(), $select_ip['IP']));
 geoip_close(geo_data());?>.png"/>

където $select_ip['IP'] ще е IP-то с което последно се е логнал в игра акаунта, записано в Memb_Stat таблицата.

Може да използвате и този ред за купите навсякъде, като $rank ще го заместите с инкремента (нарастващата променлива) от цикъла:

PHP:
if($rank  <= 3 ){
				$rank   = "<img style='width:15px;' src='../imgs/ranks/".$rank.".png'/>";
			}


Още две дребни неща са добавени:

- Сумиране на рестартите на героите на всяка гилдия и показване на резултата в Ранкинга
- Mодул "онлайн герои"

-----------------------------------------------------------------------

Some minor things have been added:
- Country flags are now dynamically displayed on top characters ranking
- Guild players resets are summed and displayed on guild ranking
- Players Online module

Следващият текст е само на английски, тък като не съм виждал такива таблици в базите на нашенците, те или са по-интелигентни или използват готови и фикснати бази... много ми се иска да е първото :D:


Please be aware that I have found many people leaving some of the important columns in tables like "Memb_Credits" , "Character", "Bank" with varchar design for integer results and sometimes even without default values, which is completely unacceptable in regards of security and proper work.

You should never have a column credits in Memb_Credits as a varchar design or Null as a Default!! It must be an integer and with default 0, it is also valid for any table which work with a numbers (integers). I have also seen Ctl_Code = Null in Character table which in my opinion is exactly the same story, the conditions are 0-1-8-32 and nothing else, it could not be Null! This things may cause you a problems and no matter how good the website is may cost you at least instability. Because if the developer forget to cast integer (int) to a specific variable before inserting into the database this could be a hole.


DTweb 2. (rtme v.81).rar - Google Диск
 
Last edited:
Status
Not open for further replies.