Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

EduGeek Joomla 1.5 Package Next generation joomla with our favourite edugeek templates.

Go Back   EduGeek.net Forums > EduGeek Projects > Projects: > EduGeek Joomla 1.5 Package
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 01-12-2008, 01:01 PM   #1
 
drewinc's Avatar
 
Join Date: Apr 2007
Location: Surrey
Posts: 33
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 drewinc is an unknown quantity at this point
Default Joomla Site Hacked

Our Joomla site was hacked last night --- The admin password, and the index.php were altered.

I have reset the admin password and restored the index.php so the site is now working.

I am running on J1.5.5 (I know my own fault) but now when I try and update to J1.5.8 i get the following error..


Warning: require_once(/var/www/administrator/includes/framework.php) [function.require-once]: failed to open stream: Permission denied in /var/www/administrator/index.php on line 22

Fatal error: require_once() [function.require]: Failed opening required '/var/www/administrator/includes/framework.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/administrator/index.php on line 22

Any Ideas what is causing this ? I have now put it back to J1.5.5 and left the site offline.

thanks in advance

Drew
  Reply With Quote
Old 01-12-2008, 01:03 PM   #2
 
powdarrmonkey's Avatar
 
Join Date: Feb 2008
Location: Alcester, Warwickshire
Posts: 1,199
uk
Thanks: 59
Thanked 118 Times in 96 Posts
Rep Power: 26 powdarrmonkey is a splendid one to beholdpowdarrmonkey is a splendid one to beholdpowdarrmonkey is a splendid one to beholdpowdarrmonkey is a splendid one to beholdpowdarrmonkey is a splendid one to beholdpowdarrmonkey is a splendid one to behold
Default

Can you paste a chunk from the top of your index.php? It is is including a file that's not in the right place.
  Reply With Quote
Old 01-12-2008, 01:06 PM   #3
 
Geoff's Avatar
 
Join Date: Jun 2005
Location: Fylde, Lancs, UK.
Posts: 9,931
uk uk lancashire
Thanks: 42
Thanked 230 Times in 209 Posts
Blog Entries: 1
Rep Power: 67 Geoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud of
Send a message via ICQ to Geoff Send a message via AIM to Geoff Send a message via MSN to Geoff Send a message via Yahoo to Geoff Send a message via Skype™ to Geoff
Default

The permissions on '/var/www/administrator/includes/framework.php' are incorrect, make sure your webserver can read/execute the file. Or the file is misisng/corrupt.
  Reply With Quote
The Following User Says Thank You to Geoff For This Useful Post:
drewinc (01-12-2008)
Old 01-12-2008, 01:11 PM   #4
 
drewinc's Avatar
 
Join Date: Apr 2007
Location: Surrey
Posts: 33
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 drewinc is an unknown quantity at this point
Default

Its definately permissions,,,, Im not FTPing the files , It is running on a Ubuntu server and the files Im copying accross do not have the correct permissions set.

Ill have a go at changing the permissions and get back ,

thanks for the prompt replies.
  Reply With Quote
Old 01-12-2008, 01:30 PM   #5
 
drewinc's Avatar
 
Join Date: Apr 2007
Location: Surrey
Posts: 33
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 drewinc is an unknown quantity at this point
Default

Ok changing some permissions now allows me in the backend ,,, the front is giving other permission problems.

Is there a way I can set all the permissions correctly via terminal on the Ubuntu server so I dont have to change these files individually ( Im a total Linux newbie ).
  Reply With Quote
Old 01-12-2008, 01:35 PM   #6
 
wesleyw's Avatar
 
Join Date: Dec 2005
Location: Walsall
Posts: 1,252
Thanks: 27
Thanked 6 Times in 5 Posts
Rep Power: 10 wesleyw is on a distinguished road
Default

Quick way would be at www go up a level and type chmod -R 755 <foldername> you could then change permissions for files and folders that need other permissions individually.


Wes
  Reply With Quote
The Following User Says Thank You to wesleyw For This Useful Post:
drewinc (01-12-2008)
Old 01-12-2008, 03:12 PM   #7
 
Edu-IT's Avatar
 
Join Date: Nov 2007
Posts: 1,335
uk
Thanks: 65
Thanked 37 Times in 34 Posts
Rep Power: 13 Edu-IT is a jewel in the roughEdu-IT is a jewel in the roughEdu-IT is a jewel in the rough
Default

Slightly related, I'm running version 1.5.3 of the package. I take it that I am fine to upgrade to the latest version from the Joomla site?
  Reply With Quote
Old 01-12-2008, 03:16 PM   #8
 
SYSMAN_MK's Avatar
 
Join Date: Sep 2005
Location: Milton Keynes
Posts: 1,985
Thanks: 53
Thanked 223 Times in 158 Posts
Blog Entries: 6
Rep Power: 51 SYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud ofSYSMAN_MK has much to be proud of
Default

Yes and I would update ASAP!
  Reply With Quote
Old 01-12-2008, 03:21 PM   #9
 
drewinc's Avatar
 
Join Date: Apr 2007
Location: Surrey
Posts: 33
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 drewinc is an unknown quantity at this point
Thumbs up

Everything is working fine now -- thanks for the replies. The site is now running 1.5.8 -- just need to check all the file permissions but all seems good.
  Reply With Quote
Old 01-12-2008, 03:24 PM   #10
 
Edu-IT's Avatar
 
Join Date: Nov 2007
Posts: 1,335
uk
Thanks: 65
Thanked 37 Times in 34 Posts
Rep Power: 13 Edu-IT is a jewel in the roughEdu-IT is a jewel in the roughEdu-IT is a jewel in the rough
Default

Quote:
Originally Posted by SYSMAN_MK View Post
Yes and I would update ASAP!
I will do it tonight when I get home. It's on a private development server which nobody knows the address of so I think I'm alright to wait until this evening.
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
My joomla site 1.5 has been done over as well! reggiep EduGeek Joomla 1.5 Package 9 07-10-2008 10:27 AM
Our school website (with edugeek joomla package) HACKED dhasmet EduGeek Joomla 1.5 Package 21 06-10-2008 10:11 AM
Our Joolma site has been hacked mullet_man EduGeek Joomla 1.0 Package 9 07-09-2008 09:56 AM
Joomla Download Site Down !!! ICTNUT Web Development 0 06-09-2008 04:28 PM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 01:40 AM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net