Page 1 of 1

Hi I am gettting this err /home/privatea/public_html/index.p

Posted: Fri Feb 13, 2009 5:43 pm
by QSoft
I am new to php and I am getting this error..I have jsut entered the line to next line I started to getting this error then I st those line in p I can do now?

error:: /home/privatea/public_html/index.php is corrupt.

Thanks

Re: Hi I am gettting this err /home/privatea/public_html/index.p

Posted: Fri Feb 13, 2009 5:59 pm
by watson516
QSoft wrote:I am new to php and I am getting this error..I have jsut entered the line to next line I started to getting this error then I st those line in p I can do now?

error:: /home/privatea/public_html/index.php is corrupt.

Thanks
Im no expert but it sounds like your index.php is corrupt.

Have you tryed deleting it and creating a new one?

Re: Hi I am gettting this err /home/privatea/public_html/index.p

Posted: Fri Feb 13, 2009 7:36 pm
by Chris Corbyn
That sounds like a really weird error. I've never seen that error and I imagine it's not coming from PHP itself. Can you post the code?

Also, did you copy & paste the error or just re-write it roughly here?

Re: Hi I am gettting this err /home/privatea/public_html/index.p

Posted: Fri Feb 13, 2009 8:30 pm
by John Cartwright
If memory recalls, that error is generated from Ioncube because it cannot read your encoded files. Try re-uploading your files in FTP in ASCII mode.

Re: Hi I am gettting this err /home/privatea/public_html/index.p

Posted: Fri Feb 13, 2009 9:38 pm
by QSoft
John Cartwright wrote:If memory recalls, that error is generated from Ioncube because it cannot read your encoded files. Try re-uploading your files in FTP in ASCII mode.
Its thats the problem... But I was tring modify an existing file..I didn't write that file ...

And I am new can u tell me why some file are showing perfect code r some r ended..
1) when and why a file encoded.?? It seems to me garbage value .. i ddin't understand what to do?

2) How can I make it undersatble...

3) finally, what is encoded value? When it goes encoded and what is Ioncube?

I am saying again and again that I am totally new to this .. May be I asked some very stupid questions, but these are important quieston to me..

Thanks

Re: Hi I am gettting this err /home/privatea/public_html/index.p

Posted: Fri Feb 13, 2009 9:53 pm
by John Cartwright
Ioncode is a software designed to encode php files whereby it is not *easily* possible to modify the source code. This is done when the author wants to hide or protect his source code. Ioncube will then decode the files at runtime into intepretable source code for PHP. Basically, you are not *supposed* to be able to modify encoded files, and in doing so will likely result in the error you have gotten.