Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Log-in error

Asked Modified Viewed 2,829 times
L
leefy
L
leefy 10
When all else fails.... reformat.
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

On a fresh install in a test directory I am having trouble logging in. When I log-in, only a blank page is loaded called linkator.php, however I can't find any references to a file anywhere in the directory with that name. What's going on here?

The same thing happens to my website, not only on logins, but on anything that calls information from the database.

And it isn't just me, all of my users have the same problem on the website. I have used all 3 computers here at the house and get the same problems on both the live website, and the original.

Anyone have a clue?
0 replies

4 posts

G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

linkator.php is not a file included in the default package of PHPFusion.

Check your .htaccess file. If it has this code in it, remove the code:

RewriteEngine On
RewriteRule ^$ /img/chat/forum/linkator.php [NC,L]
RewriteRule ^(.*)/$ /img/chat/forum/linkator.php [NC,L]
RewriteRule ^(.*)\.p*html*$ /img/chat/forum/linkator.php [NC,L]
RewriteCond %{REQUEST_URI} !img/chat/forum/linkator.php$
RewriteCond %{REQUEST_URI} !img/chat/index.php$
RewriteRule ^(.*)\.php[345]*$ /img/chat/forum/linkator.php [NC,L]
0 replies
L
leefy
L
leefy 10
When all else fails.... reformat.
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Well, that was indeed the problem. Thank you so much for that, it has really prevented some gray hairs :)

BTW, what caused that, because I haven't even used an .htaccess file in that domain.

-Leefy
0 replies
A
AusiMods
A
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

The mentioned attack / hack is connected to other files.
It is important that you ensure they are also not on your domains.

Possible files:
< DIR > tpl
linkator.php
links_base.dat
texts.txt
css.js
tpl.php
main.php
links.txt
keys.txt
.htaccess

These files are not part of any default php-fusion installation and should be removed.


No Idea how it happens but i have seen this same thing on client sites.
0 replies
L
leefy
L
leefy 10
When all else fails.... reformat.
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thanks for the info. I browsed though and didn't see any more of those files, but I'll keep an eye out for them.

-Leefy
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

A
A
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
  • Started 1 thread in the forums
L
L
leefy 10
When all else fails.... reformat.
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
G
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet