Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[server files] [jPT] Clan System 98%

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 19, 2006
Messages
12
Reaction score
0
[mod]Please also check the guide by Operz
http://forum.ragezone.com/priston-tale-dev/guide-clan-system-files-included-164246.html[/mod]


Hello Friend,

Clan system 98% hehehe.


Thankx and credit mitrozonh4


'---------------------------------------
'ModulenName: ReadMe.txt
'Coded by X
'
'Thanx to VitalizePT & Strawberry PT
'for the support & return data values.
'--------------------------------------
'Version 1.0.0

***************************************
CLAN SYSTEM INSTALL
***************************************

+++++++++++++++
Require...
+++++++++++++++
-IIS5.0 or IIS6.0
-Sqlserver (6,7,2000,2005, whathever u wish)
-ClanDb schema on database
-An DB user and Db password with access to clandb
-DB user need permisons of read/write on clan db
-Tables [%serverid]ClanMain (aka S1ClanMain, S2ClanMain, what u use)
have an autoindex=yes for field IDX.
-Tables [%serverid]ClanSub (aka S1ClanSub, S2ClanSub, what u use)
have an autoindex=yes for field MIDX.

++++++++++++++
Configure
++++++++++++++
-edit servermain/common.inc with your db info.
-edit clan/clanInsert.aspx with your db info.
-IIS6.0 must have enabled the asp service.
-create the virtual maps for clan, clancontent, servermain.
-give public access connection clan, clancontent, servermain in IIS.

-------------------------------------
BUGS KNOWN:
-Sometimes need players logoff/logon to see the clan images.
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Custom Title Activated
Loyal Member
Joined
Nov 28, 2004
Messages
2,236
Reaction score
0
please report how it works
 
Custom Title Activated
Loyal Member
Joined
Nov 28, 2004
Messages
2,236
Reaction score
0
don't spam this thread with thanks. please test the files and show a visual preview how they work in-game
 
Initiate Mage
Joined
Apr 13, 2005
Messages
1
Reaction score
0
who is 2% of no work?

who is 2% of not work??
I am a programmer and i have time for help in project.

Thanks for all
 
All is well...
Loyal Member
Joined
Feb 22, 2006
Messages
1,520
Reaction score
0
I'll test them on my server
Got about 600 players so we should get a good test run whenever tries to register a clan at once lol

Gonna be a bit though cuz I just got a new server and I have to set it up ^_^
 
Newbie Spellweaver
Joined
Jan 26, 2004
Messages
54
Reaction score
10
thx ~

but i'm error(9)

how to fix ?

and what's mean ?
-Tables [%serverid]ClanMain (aka S1ClanMain, S2ClanMain, what u use)
have an autoindex=yes for field IDX.
-Tables [%serverid]ClanSub (aka S1ClanSub, S2ClanSub, what u use)
have an autoindex=yes for field MIDX.

sorry my bad english ~ !
 
Last edited:
Skilled Illusionist
Joined
Dec 30, 2005
Messages
309
Reaction score
2
[help]

Hi friends (Ola Amigos)
I'am have problem(Eu tenho um problema)
Erro (3)

Show images

chapzin - [server files] [jPT] Clan System 98% - RaGEZONE Forums


chapzin - [server files] [jPT] Clan System 98% - RaGEZONE Forums


chapzin - [server files] [jPT] Clan System 98% - RaGEZONE Forums


chapzin - [server files] [jPT] Clan System 98% - RaGEZONE Forums


Plz help-me
 
Newbie Spellweaver
Joined
Jan 26, 2004
Messages
54
Reaction score
10
hi ~ luistorres
my error is (9) ㅠ.ㅠ
but i know error (3) <- this error is unable to Sql_server connect

u check common.inc this line...

xConnection = "Provider=MSDASQL;Driver={SQL Server};
Server=Open-house;Database=ClanDb;Uid=sa;Pwd=1234"
sorry my bad english ^^;
 
Last edited:
Experienced Elementalist
Joined
Nov 8, 2004
Messages
279
Reaction score
36
seems clanInsert.aspx have a small trouble on the anti-injection procedure parsing, try disable it for now, or if u can work better with regular expressions then please post a fix for it.

Code:
     Function GetParameter(pName as string, pType as string) as string
        dim lTmp as string
        lTmp = Page.Request.QueryString.item(pName)
 
	if lTmp<>"" then
'response.write (lTmp & "<BR>")
'        select case pType
'            case "Numeric"
'                if not regex.ismatch (lTmp,"[0-9]{1,}") then
'                    Response.Write ("Code=100")
'    	            Response.End
'                end if
'            case "String"
'                if regex.ismatch (lTmp,"[a-zA-Z0-9_.-\[\]]{1,}") then
'                    Response.Write ("Code=100")
'    	            Response.End
'                end if
'        end select
	end if
        GetParameter = lTmp
     end function
 
Newbie Spellweaver
Joined
May 31, 2006
Messages
22
Reaction score
0
new did u mind in share ur files? >.<

i stucked at error 9 and sometimes error 6 x_X
 
Skilled Illusionist
Joined
Dec 30, 2005
Messages
309
Reaction score
2
newmania Please helps me with my problem!
 
Last edited:
Status
Not open for further replies.
Back
Top