[server files] [jPT] Clan System 98%

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 19, 2006
Messages
12
Reaction score
0
Location
fortaleza
[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

Last edited by a moderator:
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
 
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 ^_^
 
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:
[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
 
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:
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
 
Status
Not open for further replies.
Back