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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
QSoft
Forum Newbie
Posts: 2
Joined: Fri Feb 13, 2009 5:37 pm

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

Post 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
watson516
Forum Contributor
Posts: 198
Joined: Mon Mar 20, 2006 9:19 pm
Location: Hamilton, Ontario

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

Post 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?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

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

Post 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?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

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

Post 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.
QSoft
Forum Newbie
Posts: 2
Joined: Fri Feb 13, 2009 5:37 pm

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

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

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

Post 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.
Post Reply