Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-16-2009, 08:41 PM   PM User | #1
vispi
New to the CF scene

 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
vispi is an unknown quantity at this point
php eval(decode(..)) hack

hi all
i have used joomla1.5 to create a website.
all PHP files by the some particular names a code with eval(base_64_decode(.....some random alphanumeric characters......)) function appended to them in the beginning of the file..
the site strts wrking when i delete this code but everyday(that is the next day ) i find the website unavailable again due to this code..

how can i avoid such a hack to continuously editing my files..

thanks for help in advance..
vispi is offline   Reply With Quote
Old 10-17-2009, 11:28 PM   PM User | #2
barkermn01
Regular Coder

 
Join Date: Nov 2007
Location: Leeds, UK
Posts: 514
Thanks: 24
Thanked 19 Times in 19 Posts
barkermn01 can only hope to improve
Quote:
Originally Posted by vispi View Post
hi all
i have used joomla1.5 to create a website.
all PHP files by the some particular names a code with eval(base_64_decode(.....some random alphanumeric characters......)) function appended to them in the beginning of the file..
the site strts wrking when i delete this code but everyday(that is the next day ) i find the website unavailable again due to this code..

how can i avoid such a hack to continuously editing my files..

thanks for help in advance..
Why are you evaling a decode
do just do $var = base64_decode('string');

This might help allso check for any cron jobs updating the file you are having problems with Better yet this is an Addon Delete it
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)
barkermn01 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:52 AM.


Advertisement
Log in to turn off these ads.