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
https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/
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?

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" />

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.