Click here to Skip to main content
15,897,273 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Trying Phish Pin
fly90422-Jul-09 0:38
fly90422-Jul-09 0:38 
QuestionHow to write in PHP [modified] Pin
udch19-Jul-09 0:12
udch19-Jul-09 0:12 
AnswerRe: How to write in PHP Pin
jammmie99919-Jul-09 0:43
professionaljammmie99919-Jul-09 0:43 
QuestionRe: How to write in PHP [modified] Pin
udch19-Jul-09 1:56
udch19-Jul-09 1:56 
AnswerRe: How to write in PHP Pin
Marc Firth21-Jul-09 0:04
Marc Firth21-Jul-09 0:04 
GeneralRe: How to write in PHP Pin
Luc Pattyn21-Jul-09 2:17
sitebuilderLuc Pattyn21-Jul-09 2:17 
Questionhow to decode this php code Pin
Rahul Boss18-Jul-09 11:50
Rahul Boss18-Jul-09 11:50 
AnswerRe: how to decode this php code Pin
Marc Firth19-Jul-09 23:08
Marc Firth19-Jul-09 23:08 
I presume you mean you need to decrypt the values from that array? I think you going to run into problems. Because anyone who knows php well enough to write an array like that is probably using a salted enrcryption method. And there are thousands. My Suggestion - find the code that encrypted the array in the first place.

If you cant do that and you really need to decrypt it, you could try guessing an item of the data and runnning it through every encryption method you can find - but even if you find the right one (or one that looks right) - your still gonna possibly get stuck with the salt.

If you don't know what salting is it's where you append/prepend/both a set string onto the code you wish to encrypt - so that it's harder to crack.

You may also want to look up serialisation.


AnswerRe: how to decode this php code Pin
muhmmed bakry9-Jul-11 1:27
muhmmed bakry9-Jul-11 1:27 
QuestionHow to increase video clarity Pin
malrajphp18-Jul-09 0:36
malrajphp18-Jul-09 0:36 
AnswerRe: How to increase video clarity Pin
Marc Firth19-Jul-09 23:10
Marc Firth19-Jul-09 23:10 
Questionhelp building a project with cakephp Pin
Artakazezs16-Jul-09 23:54
Artakazezs16-Jul-09 23:54 
AnswerRe: help building a project with cakephp Pin
Marc Firth19-Jul-09 23:14
Marc Firth19-Jul-09 23:14 
AnswerRe: help building a project with cakephp Pin
magalaxmi11-Aug-10 21:53
magalaxmi11-Aug-10 21:53 
QuestionI want to generate Excel reports and Graphs using php, mysql pls help me Pin
Venkatalakshmi_n16-Jul-09 18:04
Venkatalakshmi_n16-Jul-09 18:04 
AnswerRe: I want to generate Excel reports and Graphs using php, mysql pls help me Pin
Marc Firth19-Jul-09 23:17
Marc Firth19-Jul-09 23:17 
AnswerRe: I want to generate Excel reports and Graphs using php, mysql pls help me Pin
enhzflep29-Jul-09 18:56
enhzflep29-Jul-09 18:56 
Questionlooking for a faster compiler for compiling c++ code under a Cygwin into .exe used run under Windows Pin
Seraph_summer14-Jul-09 20:48
Seraph_summer14-Jul-09 20:48 
AnswerRe: looking for a faster compiler for compiling c++ code under a Cygwin into .exe used run under Windows Pin
Jimmanuel17-Jul-09 7:31
Jimmanuel17-Jul-09 7:31 
GeneralRe: looking for a faster compiler for compiling c++ code under a Cygwin into .exe used run under Windows Pin
Indrora23-Sep-09 6:45
Indrora23-Sep-09 6:45 
AnswerRe: looking for a faster compiler for compiling c++ code under a Cygwin into .exe used run under Windows Pin
Indrora23-Sep-09 6:46
Indrora23-Sep-09 6:46 
Questionhow to coonect php with web data pro1.63? Pin
govind_22200714-Jul-09 19:07
govind_22200714-Jul-09 19:07 
QuestionPHP Help Pin
sarang_k13-Jul-09 6:35
sarang_k13-Jul-09 6:35 
AnswerRe: PHP Help Pin
Tony Richards13-Jul-09 9:03
Tony Richards13-Jul-09 9:03 
GeneralRe: PHP Help Pin
sarang_k17-Jul-09 18:58
sarang_k17-Jul-09 18:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.