Re: GunZ Signature Statistics.
Quote:
Originally Posted by
LegacyCode
The path should be something like "http://yoursite/yourfolder/" its used for the link generation if you think its something else try to open the signature directly with "http://yoursite/yourfolder/signature.php?nm=<character>&bg=1.png"
If your sure that it inst a config problem then comment out line 11 in "signature.php" then open it and paste any errors appearing here.
PHP Code:
10 // File Type Header
11 header('Content-type: image/png');
to
PHP Code:
10 // File Type Header
11 //header('Content-type: image/png');
EDIT : Setting the root path isn't necessary anymore i automated it in V 1.2.0
Still the same thing. :o
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
you could put with login and then we can choose some character, because if somebody cant put good her name get error or other people can get other character
well only if you want hehe
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
[i] Very Nice :ooo -
i'm love design , unfortunately I not have time for fun with PS
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
how is the anti injection script on this? xO
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
wtf that promote the signature <3
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Quote:
Originally Posted by
Creativity
how is the anti injection script on this? xO
well i think is this:
Code:
if(preg_match('/^[a-z0-9_-]{4,24}$/i',$data['name'])) {
but you can add more things i dont know xD
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Quote:
Originally Posted by
Creativity
how is the anti injection script on this? xO
Its in "datachk_class.php" on line 16 to 29
it only accepts these characters :
- "a" to "z"
- "A" to "Z"
- "0" to "9"
- "-" and "_"
Quote:
Originally Posted by
diosz
you could put with login and then we can choose some character, because if somebody cant put good her name get error or other people can get other character
well only if you want hehe
There is no need for this because a user can also fill in his character name wrong.
and anyone could just edit a link and get someone else his/her character.
Quote:
Originally Posted by
Gabo
wtf that promote the signature <3
Err.. What?
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Looks great, i will use it :)
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
I tryed this has an ODBC problem. -_-
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Quote:
Originally Posted by
Phantom
I tryed this has an ODBC problem. -_-
If it's driver related recheck your odbc settings.
If its under SystemDSN try adding one under UserDSN and if its under UserDSN try adding on under SystemDSN.
Would be nice if you would post the error it gave you.
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)
Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Driver Manager] Nome da fonte de dados n�o encontrado e nenhum driver padr�o especificado, SQL state IM002 in SQLConnect in C:\xampp\htdocs\banner\includes\odbc_class.php on line 25
Warning: odbc_exec() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\banner\includes\odbc_class.php on line 35
Warning: odbc_fetch_into() expects parameter 1 to be resource, null given in C:\xampp\htdocs\banner\includes\odbc_class.php on line 53
-> User Not Found
HELP!!
Re: GunZ Signature Statistics V1.2.0 (Update 17/OCT/2009)