|
Interesting request from HF...
|
|
08-23-2010, 08:15 PM
(This post was last modified: 08-24-2010 02:43 AM by l3g1sl4tor.)
Post: #1
|
|||
|
|||
Interesting request from HF...
Quote:Well, I need some php coder to write me little script about importing My PHP solution : Code: <?phpI haven't tested it, but it should work the job! This guy probably requested this for storing stolen passwords to a database
Read rules ![]()
|
|||
|
08-23-2010, 09:34 PM
Post: #2
|
|||
|
|||
|
RE: Interesting request from HF...
I think it is a good solution ! And yeah i think that is for stealing !
There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
08-24-2010, 02:12 AM
Post: #3
|
|||
|
|||
|
RE: Interesting request from HF...
Nice job! I'm sure the OP will be very happy
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
08-25-2010, 09:24 PM
Post: #4
|
|||
|
|||
|
RE: Interesting request from HF...
An okay solution, yet not very fool-proof. Imagine somewhere in the list you have "John Smith|", rather than "John Smith |", this would break shit. Incidentally, throwing queries in a loop is straining on your dear ole mysql server. Rather than that, I'd recommend to prepare a full query and execute it in one go (mysqli has this feature, though you're using the functional approach).
|
|||
|
08-26-2010, 07:01 PM
Post: #5
|
|||
|
|||
|
RE: Interesting request from HF...
Yeah, you are right Kirth
But this is special made for format "John Smith |" which is generated by other script automatically, so I dont think there will be error in formating but yes, you are right, sqli would be probably good way, but there is always option that server maybe dont have installed additional packages... ![]() But, critic is accepted, thank you!
Read rules ![]()
|
|||
|
« Next Oldest | Next Newest »
|




This guy probably requested this for storing stolen passwords to a database



