open security php code

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
chkoay
Forum Newbie
Posts: 1
Joined: Tue Apr 06, 2010 5:35 am

open security php code

Post by chkoay »

I come across some script that has been written in security ,
the problem is , how I can open the php code to see the script, because I wish to ament some of the script

Thank you :banghead:
minorDemocritus
Forum Commoner
Posts: 96
Joined: Thu Apr 01, 2010 7:28 pm
Location: Chicagoland, IL, USA

Re: open security php code

Post by minorDemocritus »

You'll have to explain that more... I'm not sure what you mean. "In security"?
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: open security php code

Post by AbraCadaver »

minorDemocritus wrote:You'll have to explain that more... I'm not sure what you mean. "In security"?
When I first read it I assumed obfuscated or encoded, that's why I didn't respond.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
minorDemocritus
Forum Commoner
Posts: 96
Joined: Thu Apr 01, 2010 7:28 pm
Location: Chicagoland, IL, USA

Re: open security php code

Post by minorDemocritus »

AbraCadaver wrote:
minorDemocritus wrote:You'll have to explain that more... I'm not sure what you mean. "In security"?
When I first read it I assumed obfuscated or encoded, that's why I didn't respond.
If that's what he means, the answer's simple: Ask whoever wrote/encoded it. :mrgreen:
Post Reply