Zero Identity
Username: Password:
[Forgot Password?] [Not Registered?]

ZI Store Updates

Zi Store

Online Users

Registered Users: 2016
Latest Registration: yhamrodne
Online Users: 10
(0 Members, 10 Guests)

Poll

What should be done first on the ZI overhaul?
Find more staff (45%) [10 Votes]
Fix all bugs (36%) [8 Votes]
Make new features (not challenges) (9%) [2 Votes]
Get more content (challenges etc) (9%) [2 Votes]

[Poll Archive]

Kr0wKr0w

Avatar

Last Login:
2012-01-20
Joined:
December 11 2009 01:08
Experience:
2
(19 day(s) ago)
The crashed tables for registration and other stuff is easy to fix (using the Mysql command "REPAIR TABLE").
ttyler333ttyler333
php coder
Avatar

Last Login:
0000-00-00
Joined:
May 09 2008 01:45
Experience:
1095.2
(20 day(s) ago)
according to a friend the registration doesn't work.
hack4uhack4u
ZI Owner
Avatar

Last Login:
0000-00-00
Joined:
March 30 2008 22:30
Experience:
20492
(21 day(s) ago)
Please do keep a list of all the bugs. They might eventually get fixed.. lol.
Hunter XHunter X

Avatar

Last Login:
0000-00-00
Joined:
September 25 2010 15:44
Experience:
0
(02 month(s) ago)
What we could do is start compling a list of bugs on the Tasks page, so if and when development resumes the developers know what needs doing.
Kr0wKr0w

Avatar

Last Login:
2012-01-20
Joined:
December 11 2009 01:08
Experience:
2
(02 month(s) ago)
Kewl, the domain renewed another year. :) Any other future plans?
Hunter XHunter X

Avatar

Last Login:
0000-00-00
Joined:
September 25 2010 15:44
Experience:
0
(02 month(s) ago)
I've got no idea. I'll send off an email to one of the admins in a moment to check, since I've been meaning to contact them anyway.
Hunter XHunter X

Avatar

Last Login:
0000-00-00
Joined:
September 25 2010 15:44
Experience:
0
(02 month(s) ago)
There seems to be ~10 guests on most days, but I have no idea if that's genuine users or crawler bots. If they are real users we need to do something to convince them to register.


Icon Zero Identity Forums - General - Security - fixing blind SQLI


Are you bored? Check out the unaswered threads!

vs4vijay
Member
Hacked!!!....

Avatar
ZI Guru

Joined: 10/02/2008
Last Seen: 2011-03-28
Experience: 1129.58
Points: 930
#1 fixing blind SQLI on 01/01/1970 00:00
does any body know how to fix or patch blind SQL injection....

Image
Image
Image
SirGod
Member
One of Godz

Avatar
Professional Analyst

Joined: 09/05/2008
Last Seen: 2011-05-29
Experience: 507.38
Points: 1310
#2 on 01/01/1970 00:00
Make a filtering function to filter special chars used to sqli,blind sqli also to rfi,lfi etc and use it to secure all your $_GET and $_POST variables.Using this you will fixing blind sqli and more :)

Nothing.
scankyfrank
Veteran Member
King of the Jews

Avatar
Professional Analyst

Joined: 04/03/2008
Last Seen: 0000-00-00
Experience: 865.28
Points: 220
#3 on 01/01/1970 00:00
if you doing php and using mysql use mysql_real_escape_string.

_('~')_/ how does it feel to be something on?
SirGod
Member
One of Godz

Avatar
Professional Analyst

Joined: 09/05/2008
Last Seen: 2011-05-29
Experience: 507.38
Points: 1310
#4 One of Godz on 01/01/1970 00:00
mysql_real_escape_string present only in PHP 4 >= 4.3.0, PHP 5
If you use a lower version than 4.3.0 use mysql_escape_string who is present in 4 >= 4.0.3, PHP 5

Nothing.
Grindordie
Administrator
Software Engineer

Avatar
ZI Guru

Joined: 11/04/2007
Last Seen: 0000-00-00
Experience: 1207.57
Points: 1100
#5 Software Engineer on 01/01/1970 00:00
Assuming you are referring to the MySQL database:

The difference between mysql_real_escape_string() and mysql_escape_string() is that mysql_real_escape_string() converts new lines to \r\n and it requires an active connection to the database. mysql_escape_string() does NOT require a connection to the database, and it does keep formatting.

I use mysql_escape_string() for everything, otherwise I would have to parse \r\n from any field that mysql_real_escape_string() parsed.

SQLI could be SQLite, or MySQLi.

MySQLite has sqlite_escape_string()
MySQLi has mysqli_real_escape_string()





That's not a bug, that's an unexpected feature

phpFort - light-weight content management system.
vs4vijay
Member
Hacked!!!....

Avatar
ZI Guru

Joined: 10/02/2008
Last Seen: 2011-03-28
Experience: 1129.58
Points: 930
#6 on 01/01/1970 00:00
thanx for replying buddys........
but what is the the main concept of that function.......

Image
Image
Image


Who is watching forums


Users viewing this page: Guests (1)
Users viewing the forum: 1