Welcome to RaGEZONE - MMORPG Development Forums (sponsored by: www.SCFMT.com.ar) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by: www.SCFMT.com.ar)


MU Releases Discuss, [Release] Mutoolz Lite (2.2) Beta2 [UPDATE] at MU Online forum; [Only Registered and Activated Users Can See Links. Click Here To Register... ] here is a full description: This Is ...




ScF Mu Team Image
official ragezone sponsor.

Reply
LinkBack Thread Tools
[Release] Mutoolz Lite (2.2) Beta2 [UPDATE]
 
 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-24-2006, 05:58 PM
 
[Only Registered and Activated Users Can See Links. Click Here To Register...]

here is a full description:

Quote:
This Is Mutoolz Lite beta 1 README:


Mutoolz Lite aka Mutoolz 2.2 aka Mutoolz AjaX

- Stuffs not included in Mutoolz Lite Beta but in 2.1F


* Auctions are disabled and will be redone
* Mu web shop also is disabled
* No INSTALLER
* NO Mukorea, MuChina themes

- New Stuffs from 2.1F

* Only Default theme is included ( which looks very bad tbh )
* New Ranking
* New My Account ( formerly User )
* New Admin Panel
* New Navigation Bar
* FTP Downloads
* Ability to move inventory items to webvault
* Item Creator v2 with ancient items
* Item Editor v2
* Everything is ajax based, no refresh


//////////////////////////////////////////
INSTALLATION! ( THERE IS NO INSTALLER YET UNTIL FINAL VERSION )

Requirements: A FULL WORKING 2.1F MUTOOLZ

INSTALL STEPS:
1. Extract to a folder ( u can choose to replace ur old mutoolz or keep it, and just put beta1 in a subfolder )
2. COPY UR OLD CONFIG.PHP to the new Mutoolz Lite folder ( this will make sure that u will get connected to the database easily )
3. RUN SQL Queries!
( OPEN QUERY ANALYSER AND RUN THIS! , dont forget to select the MUonline database )

4. OPEN UR SITE!!


Notes:
1. Make sure tmp , tmp/cache , and tmp/template_c folders are writeable
2. There is going a bit of bugs specially in refresh parts... but everyting should be working,
3. Permissions are not final yet. gm and admin accounts is still the same with old 2.1F


/// SQL QUERIES ///

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Mutoolz_config]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
DROP TABLE [dbo].[Mutoolz_config]
GO
CREATE TABLE [dbo].[Mutoolz_config] (

[webtitle] [varchar] (255) COLLATE Chinese_PRC_CI_AS NULL,
[server_name] [varchar] (40) COLLATE Chinese_PRC_CI_AS NULL,
[webadmin] [varchar] (45) COLLATE Chinese_PRC_CI_AS NULL,
[webforum] [varchar] (60) COLLATE Chinese_PRC_CI_AS NULL,
[webdownload] [varchar] (60) COLLATE Chinese_PRC_CI_AS NULL,
[template] [varchar] (60) COLLATE Chinese_PRC_CI_AS NULL,
[adm_logs] [varchar] (60) COLLATE Chinese_PRC_CI_AS NULL,
[adm_reset_del] [decimal] (3,0) NULL,
[adm_min_del] [decimal] (10,0) NULL,
[rank_pp] [decimal] (10,0) NULL,
[rank_gm] [decimal] (3,0) NULL,
[rank_exclude] [varchar] (255) COLLATE Chinese_PRC_CI_AS NULL,
[reg_allow] [decimal] (3,0) NULL,
[reg_min_len] [decimal] (10,0) NULL,
[reg_max_len] [decimal] (10,0) NULL,
[reg_max_mail] [decimal] (10,0) NULL,
[pk_allow] [decimal] (3,0) NULL,
[pk_payment] [decimal] (10,0) NULL,
[lvl_allow] [decimal] (3,0) NULL,
[lvl_level] [decimal] (10,0) NULL,
[lvl_payment] [decimal] (10,0) NULL,
[lvl_inv_check] [decimal] (3,0) NULL,
[ds_time] [decimal] (3,0) NULL,
[bc_time] [decimal] (3,0) NULL,
[mail_host] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL,
[mail_port] [varchar] (8) COLLATE Chinese_PRC_CI_AS NULL,
[mail_user] [varchar] (20) COLLATE Chinese_PRC_CI_AS NULL,
[mail_pass] [varchar] (20) COLLATE Chinese_PRC_CI_AS NULL,
[lvl_keep_stat] [tinyint] NULL DEFAULT (((0))),
[lvl_limit] [smallint] NOT NULL DEFAULT (((100))),
[reg_mail_check] [decimal] (18,0) NULL DEFAULT (((0))),
[rss_feed1] [varchar] (150) COLLATE Chinese_PRC_CI_AS NULL,
[rss_feed2] [varchar] (150) COLLATE Chinese_PRC_CI_AS NULL,
[rss_feed3] [varchar] (150) COLLATE Chinese_PRC_CI_AS NULL
) ON [PRIMARY]
GO

INSERT INTO [dbo].[Mutoolz_config] ([webtitle],[server_name],[webadmin],[webforum],[webdownload],[template],[adm_logs],
[adm_reset_del],[adm_min_del],[rank_pp],[rank_gm],[rank_exclude],[reg_allow],[reg_min_len],[reg_max_len],
[reg_max_mail],[pk_allow],[pk_payment],[lvl_allow],[lvl_level],[lvl_payment],[lvl_inv_check],[ds_time],[bc_time],
[mail_host],[mail_port],[mail_user],[mail_pass],[lvl_keep_stat],[lvl_limit],[reg_mail_check],[rss_feed1],[rss_feed2],[rss_feed3]) VALUES ('Mutoolz Powered Website http://kidznetwork.net','Mutoolz','jdu_kim@yahoo.com','ht tp://kidznetwork.net','ftp://67.18.228.77/',
'default','logs',0,200,20,1,'',1,5,12,40,1,500000, 0,1,400,100000000,0,NULL,NULL,'localhost','25','', '',
1,****1,'http://www.kidznetwork.net/forum/external.php?type=RSS&forumids=2',
'http://www.kidznetwork.net/forum/external.php?type=RSS',
'http://www.kidznetwork.net/forum/external.php?type=RSS&forumids=5');


/// END OF SQL QUERIES ///

download Link:
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Attached Images
File Type: jpg itemcreate.jpg (55.2 KB, 1928 views)
File Type: jpg screeny2.jpg (37.0 KB, 1032 views)
File Type: jpg Untitled-5.jpg (39.7 KB, 1230 views)
File Type: jpg webconfig.jpg (52.7 KB, 862 views)

Last edited by john_d; 03-23-2006 at 01:37 AM..
 
 
permalink
 

RaGEZONE is proudly sponsored by
 
Guitarist

Rank: Member


Reply With Quote
 
Join Date: Aug 2004
Location: Canada
Posts: 1,096
01-24-2006, 09:06 PM
 
I love you john :)
 
 
permalink
 

Advertisement
 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-24-2006, 09:46 PM
 
OW YEAH got to tell u guys.. query on the read me is buggy.. lolz

use the one this post ...

Beta2 is already on the way... couple of really big websites are running this right now with no problems... seems to be ok and very stable
 
 
permalink
 


 
Monster Member

Rank: New Blood


Reply With Quote
 
Join Date: Sep 2005
Location: Planet Mu Team
Posts: 172
01-24-2006, 09:52 PM
 
Thanks john_d MuToolz Is The Best Keep It Up...
 
 
permalink
 

 
NYO Owner|Johnd.org TEAM

Rank: Subscriber


Reply With Quote
 
Join Date: Jun 2004
Location: NY U.S.A
Posts: 426
01-24-2006, 10:01 PM
 
hehehehe john know that he is the best :D great my friend
to the server with hi exp like 1000 and so on if your ranking is buggy i mean if you browse a char and it show you the bar (the image bar) so big just go to ranking.php anf find

substr(50 * $stat1 / $stat2, 0, 5);

change that 50 to something else less than 50 of course put 10 or 5 :) and that should solve it :)

Credits John OF COURSE tested by me xD

PS: john go to msn xD damm xD
PS2: marry me xD /marry xD
 
 
permalink
 

 
Bang...

Rank: Alpha Member


Reply With Quote
 
Join Date: May 2005
Location: Tokyo
Posts: 1,653
01-24-2006, 10:25 PM
 
another cool mutoolz :)
keep it up john
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-24-2006, 10:35 PM
 
Quote: Originally Posted by algrensan
hehehehe john know that he is the best :D great my friend
to the server with hi exp like 1000 and so on if your ranking is buggy i mean if you browse a char and it show you the bar (the image bar) so big just go to ranking.php anf find

substr(50 * $stat1 / $stat2, 0, 5);

change that 50 to something else less than 50 of course put 10 or 5 :) and that should solve it :)

Credits John OF COURSE tested by me xD

PS: john go to msn xD damm xD
PS2: marry me xD /marry xD
maybe laterz man.. my mouse bat ran out.. lolz.. chargingggggg......

for people who wants to know wats on BETA2?

try the gallery here [Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
NYO Owner|Johnd.org TEAM

Rank: Subscriber


Reply With Quote
 
Join Date: Jun 2004
Location: NY U.S.A
Posts: 426
01-24-2006, 11:14 PM
 
Quote: Originally Posted by john_d
maybe laterz man.. my mouse bat ran out.. lolz.. chargingggggg......

for people who wants to know wats on BETA2?

try the gallery here [Only Registered and Activated Users Can See Links. Click Here To Register...]
-_- my MSN is mess up like my firefox xD bahahaha no worrie cheers man :P great site great them all i have to say is THANKS, and btw i have more ideas i give you the list :P bye bye :D

link to the great creation of John_D [Only Registered and Activated Users Can See Links. Click Here To Register...]

Last edited by Algren_San; 01-24-2006 at 11:16 PM..
 
 
permalink
 

 
Play Muonline.FM

Rank: Member


Reply With Quote
 
Join Date: Jun 2005
Location: Sumy
Posts: 576
01-25-2006, 12:21 AM
 
john i like very much new rankings, how i can have it in old version 2.1F (i mean which files or parts of code i must to move in my old site)?
Thanks in advance

Last edited by AdidasS; 01-25-2006 at 12:28 AM..
 
 
permalink
 

 
Ultimate Member

Rank: New Blood


Reply With Quote
 
Join Date: Feb 2005
Location: in Hell
Posts: 165
01-25-2006, 05:55 AM
 
thx John_D
I love mutoolz
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Mar 2004
Location: Comodoro Rivadavia, Chubut, Argentina
Posts: 3
01-25-2006, 08:51 AM
 
Hi i have this error creating Accounts with MuToolz 2.2 and i supouse with 2.1F too cause isn't work accounts system too any one can help me ?

Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?el tipo de datos char a smalldatetime gener? valor smalldatetime fuera de intervalo.[Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?el tipo de datos char a datetime produjo un valor datetime fuera de intervalo.[Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?el tipo de datos char a datetime produjo un valor datetime fuera de intervalo.
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-25-2006, 09:04 AM
 
Quote: Originally Posted by snakeboard
Hi i have this error creating Accounts with MuToolz 2.2 and i supouse with 2.1F too cause isn't work accounts system too any one can help me ?

Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?el tipo de datos char a smalldatetime gener? valor smalldatetime fuera de intervalo.[Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?el tipo de datos char a datetime produjo un valor datetime fuera de intervalo.[Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?el tipo de datos char a datetime produjo un valor datetime fuera de intervalo.
change ur database language to english...
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-25-2006, 10:33 AM
 
Quote: Originally Posted by bagadzelna
I know, I know John_d could you upload it to rapishare?
[Only Registered and Activated Users Can See Links. Click Here To Register...]
for the non gallery version

[Only Registered and Activated Users Can See Links. Click Here To Register...]
for the gallery version

Last edited by john_d; 01-25-2006 at 11:32 AM..
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-25-2006, 08:55 PM
 
[Only Registered and Activated Users Can See Links. Click Here To Register...]
- frequenlty ask questions about mutoolz 2.2

ftp://anonymous:asdas%40asdasd%2Ecom...z%202.2%20Lite
- Mutoolz lite 2.2 Downloads and FIXES for beta2 release
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Oct 2005
Location: Phil.Bacolod City
Posts: 237
01-25-2006, 11:42 PM
 
john I got this error

Error: loading databse config values
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2005
Location: argentina
Posts: 72
01-26-2006, 12:13 AM
 
mutoolz is not good..,the size of the web is incredible ..,for an normal server admin the server conection is 256 upload..,with this page the web is very slow..

i am working in a new webcenter,very fast and with admin control panel to server and webpage.. [Only Registered and Activated Users Can See Links. Click Here To Register...] ...
cya
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-26-2006, 12:14 AM
 
Quote: Originally Posted by RealSlasher
john I got this error

Error: loading databse config values
will answer that in the FAQ's ok!

Quote: Originally Posted by Resupro
mutoolz is not good..,the size of the web is incredible ..,for an normal server admin the server conection is 256 upload..,with this page the web is very slow..

i am working in a new webcenter,very fast and with admin control panel to server and webpage.. [Only Registered and Activated Users Can See Links. Click Here To Register...] ...
cya
u have no idea how fast mutoolz is...
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-26-2006, 02:33 AM
 
BETA3 is out...

all the issues that wer submited in beta2 is now fixed..

also cleaned up a bit.. from the 5mb file (without gallery) is now around 2mb
and from the 12mb (with gallery) is now 7mb

also updated the mamitawhite skin.. it is in the template folder in the ftp
u can see the skin here [Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
Right behind you

Rank: (E)Subscriber


Reply With Quote
 
Join Date: Apr 2004
Location: usa
Posts: 566
01-26-2006, 02:58 AM
 
[Microsoft][ODBC SQL Server Driver][SQL Server]Arithmetic overflow error converting expression to data type smallint.
i get this when i try to reset ,and i have the odbc set right i have checked it many times

Last edited by phillips41; 01-26-2006 at 03:13 AM..
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-26-2006, 04:06 AM
 
Quote: Originally Posted by phillips41
[Microsoft][ODBC SQL Server Driver][SQL Server]Arithmetic overflow error converting expression to data type smallint.
i get this when i try to reset ,and i have the odbc set right i have checked it many times
simple.. modify ur character table.. turn leveluppoint, strength, vitality, dexterity, energy to INT instead of smalINT
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Oct 2005
Location: Phil.Bacolod City
Posts: 237
01-26-2006, 04:45 AM
 
john pre i have a full old working mutoolz 2.if is ti possible to overwrite with beta2?

and i made a subfolder but I cannot edit the news when i submit i got this mssg


Error: loading databse config values
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-26-2006, 05:01 AM
 
Quote: Originally Posted by RealSlasher
john pre i have a full old working mutoolz 2.if is ti possible to overwrite with beta2?

and i made a subfolder but I cannot edit the news when i submit i got this mssg


Error: loading databse config values
Yes like i said.. if ur going upgrade.. delete everything except the config.php that u are using.
since this beta doesnt have a definite installer yet
 
 
permalink
 

 
Account Terminated
richicuero's Avatar

Status: Banned


Reply With Quote
 
Join Date: Oct 2005
Location: Lima -Peru
Posts: 44
01-26-2006, 06:24 AM
 
how can i put my own RSS because when i deleten the all ones appears this error:




Sorry: It's not possible to reach RSS file
Sorry: It's not possible to reach RSS file
Sorry: It's not possible to reach RSS file

great job
 
 
permalink
 

 
2009 THE PINK IS IN!



Reply With Quote
Blog Entries: 2
 
Join Date: Feb 2004
Location: Philippines
Posts: 2,906
01-26-2006, 06:29 AM
 
Quote: Originally Posted by richicuero
how can i put my own RSS because when i deleten the all ones appears this error:




Sorry: It's not possible to reach RSS file
Sorry: It's not possible to reach RSS file
Sorry: It's not possible to reach RSS file

great job
READ THE FAQ's
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Oct 2005
Location: Phil.Bacolod City
Posts: 237
01-26-2006, 06:54 AM
 
John pre where can I find the FAQS?
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:28 PM.
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1 RaGEZONE © 2001 - 2008