Jump to content

Forum and admin dissappeared?


DumboDog

Recommended Posts

I run an active sport related forum but have very limited understanding of the nuts and bolts of how it all works!

 

I know the site is phpnuke.

 

Last night I opened a new block to produce a front page 'advert' and would normally link to a gif or jpg being held in a folder somewhere on my pc. On this occasion I thought i'd see if adding the embed text to a YouTUbe video would work the same way. Like I say i'm pretty dumb on the techno side :P

 

.........and kaput, my sites front page has some blocks on one side, nothing in the middle and to the right, no forum and no admin log in?

 

HELP!!?

Link to comment
Share on other sites

Many thanks.....

 

I don't have a log-in page cached in history from what I can see.

 

I've been onto http://phpnuke.org and it says there is a problem with the Mysql server.

 

Does this suggest a problem outside of my control? It seems odd that the very second I hit ok to create the block with the YT video that I lost everything?

 

Also i've never known the Mysql server to be down for over aday?

Link to comment
Share on other sites

Looking at your source code, it seems that just below a youtube embedded video is a <script> that is not closed properly with </script> and it also looks like the script isn't properly finished.

 

<script type="text/javascript">
	var MSG_Hide = 'Hide';
	var MSG_Show = 'Show';
	var MSG_Login = 'Please sign in to perform this operation.';
	var MSG_Loading = 'Loading...';
	var MSG_ShowingAll = 'Showing All Videos';
	var MSG_LoginFavorites = 'You must be logged in to add this video to your favourites';
	var MSG_LoginAddPlaylist = 'You must be logged in to add this video to a playlist.';
	var MSG_LoginReportConcern = 'You must be logged in to report a concern.';
	var MSG_FlagDefault = 'Select a Reason';




	var swfUrl = canPlayV9Swf() ? 'http://s.ytimg.com/yt/swf/watch-vfl89162.swf' : 'http://s.ytimg.com/yt/swf/watch_v8-vfl89162.swf';
	var swfArgs = {"usef": 0, "fexp": "903900,902904", "vq": null, "video_id": "BarcpvrlWoI", "l": 487, "sk": "UWn-vv5BSO_gLzUponUBBqmU4AW8bpdlC", "fmt_map": "5/0/7/0/0", "t": "v</font></td> 
############ The line above this comment is the problem, it isn't closed properly (or finished for that matter)
                         </tr>
                       </table></td>
                   </tr>
                 </table></td>

 

As well, a bit above that section you have

<link rel="stylesheet" href="http://s.ytimg.com/yt/cssbin/www-core-vfl89818.css" type="text/css">

corect me if i'm wrong but that needs to be closed as well

<link rel="stylesheet" href="http://s.ytimg.com/yt/cssbin/www-core-vfl89818.css" type="text/css" />

Link to comment
Share on other sites

I've never used PHPNuke before, but if it works as i think it does, edit your home page and edit it back to whatever you had before. Someone's gone and copied the source code to a youtube page and pasted part of it on the home page screwing everything up.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.