 |
 |
 |
 |
 |
| Author |
Message |
al3loo
Joined: 04 Aug 2007 Posts: 61
|
|
problem in cutenews admin page !! |
|
hello !
I have a problem when I go to this page http://www.mysite.com/cutepath it gives me this message:
$config_version_id and $is_logged_in and $member['level'] == 1){ include 'upgrade/upgrade.php'; } @chmoddir($cutepath.'/data', chmod); @chmoddir($cutepath.'/cache', chmod); @chmod($cutepath.'/data', 0755); $timer = new microTimer; $timer->start(); if ($action == 'logout'){ setcookie('md5_password', '', time() - 3600 * 24 * 365, '/'); setcookie('username', '', time() - 3600 * 24 * 365, '/'); setcookie('login_referer', ''); @session_destroy(); @session_unset(); @setcookie(session_name(), ''); ?>
then its locate directly to this link http://www.mysite.com/cutepath/<?=$_SERVER['PHP_SELF']; ?>
I don't know what exactly the problem but when I go to this link http://www.mysite.com/cutepath/index.php it works nice. Is it from the chmod or somthing ?
I hope there is solution for this ..
Regards,
AlEloo
|
|
| Tue Oct 02, 2007 12:48 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 551 Location: Hoogeveen, NL |
|
|
|
Seems like a server issue to me. Quite dangerous actually, cause when people can read your PHP files your f*cked. Contact your hostingcompany about this.
And if i where you i'd take the site down for the time being.
_________________
 |
|
| Tue Oct 02, 2007 1:54 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
Well, it seems like a problem with the .htaccess file which is in the root of cutepath/.
In that file there's this: DirectoryIndex index.php
This should automatically redirect to cutepath/index.php when going just to cutepath. For some reason the redirection doesn't work in your case.
|
|
| Tue Oct 02, 2007 6:10 pm |
|
 |
al3loo
Joined: 04 Aug 2007 Posts: 61
|
|
|
|
 |  | Seems like a server issue to me. Quite dangerous actually, cause when people can read your PHP files your f*cked. Contact your hostingcompany about this. |
So should I down all my site ?
Is there any gaps for hackers ?
 |  | This should automatically redirect to cutepath/index.php when going just to cutepath. For some reason the redirection doesn't work in your case. |
Sure, it must automatically redirect to index.php, I tried to reupload the .htaccess file but it gives me the same thing ..
maybe the hosting have problem I well contact them. Thanks anyway .. 
|
|
| Wed Oct 03, 2007 4:06 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|