• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[server files] [jPT] Clan System 98%

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 2, 2006
Messages
11
Reaction score
0
Wow, nice!! I'll study this script today and help you in some problems ^^
 
Banned
Banned
Joined
Nov 19, 2004
Messages
330
Reaction score
0
my error is (11)
how need for work?
 
Last edited:
Newbie Spellweaver
Joined
Mar 15, 2006
Messages
18
Reaction score
0
Yep, im also error 9 After i click OK to the recruiting rules
 
Experienced Elementalist
Joined
Dec 30, 2004
Messages
205
Reaction score
186
My now is Working (error 9),


Fix: File clanInsert.aspx

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



Very Tks,
 
Last edited:
All is well...
Loyal Member
Joined
Feb 22, 2006
Messages
1,520
Reaction score
0
Yah they work about 80%'ish lol

Bugs I found:
When you invite someone who just created another clan it merges the clans.
Can't disband

Checking into delegations*
 
Master Summoner
Joined
Nov 9, 2004
Messages
527
Reaction score
53
newmania or someone, please share your working clan files!!! thanks. :)
 
Master Summoner
Joined
Nov 9, 2004
Messages
527
Reaction score
53
i stuck in error 9 and 11 shittt... newmania man, please give us your filesssss!!!!!!
 
Newbie Spellweaver
Joined
Aug 2, 2006
Messages
11
Reaction score
0
I found 2 problems in clanInsert.aspx

1 - The first INSERT haven't IDX value. The IDX column must have a value (NOT NULL field).
2 - The second INSERT haven't MIDX value. The MIDX column must have a value too.

I'm fixing it in my PHP version. My suggestions are:

1 - Get the last IDX value and add after the last value. A kind of "manual increment".
2 - Put 1 on this field by default. When you create a clan, it have 1 member, right (MIDX = Member InDeX)? Try to put 1 on this field.

It seems easy in theory xDDD

PS: I want the credits by this hint :p
 
Skilled Illusionist
Joined
Dec 30, 2005
Messages
309
Reaction score
2
I found 2 problems in clanInsert.aspx

1 - The first INSERT haven't IDX value. The IDX column must have a value (NOT NULL field).
2 - The second INSERT haven't MIDX value. The MIDX column must have a value too.

I'm fixing it in my PHP version. My suggestions are:

1 - Get the last IDX value and add after the last value. A kind of "manual increment".
2 - Put 1 on this field by default. When you create a clan, it have 1 member, right (MIDX = Member InDeX)? Try to put 1 on this field.

It seems easy in theory xDDD

PS: I want the credits by this hint :p

Mano ja que tb
 
Junior Spellweaver
Joined
Apr 5, 2006
Messages
113
Reaction score
75
Im the only one with a different error...

Error 58!

What the hell? lol :p Someone can offer me some Help?
 
Skilled Illusionist
Joined
Dec 30, 2005
Messages
309
Reaction score
2
Tipo, em que parte dá esse erro 3? Na hora de criar o clan?

Eu estava falando sobre um erro que eu encontrei no clanInsert.aspx e dei a sugestão de como corrigir (não sei programar em ASP.net, meu negócio é PHP xDDD). Em breve eu irei postar a minha versão de clansystem em PHP e o 4096.EXE adequado pra rodar o meu script.

sera que voce nao poderia adiantar pra mim nao mano :p é que to ajudando a meu amigo a montar um servidor para ele treinar as taticas do bc para o bPT e futuramente tb iremos lancar um pt no mercador.. ai se voce poder adiantar pra mim agradesso muitooo!!
qualquer coisa se for mandar manda em PM!!

e sim ele da erro na hora de criar o clan

Desde ja agradesso
 
Newbie Spellweaver
Joined
Aug 2, 2006
Messages
11
Reaction score
0
Num dá pra adiantar, tem uma parte do código que eu não consegui arrumar (o problema com o campo IDX). Eu ainda estou reescrevendo o código pra PHP e quando eu tiver meu servidor de testes eu vou terminar de escrever as partes que faltam nesse sistema.
 
Status
Not open for further replies.
Back
Top