DumboDog Posted April 11, 2009 Share Posted April 11, 2009 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 .........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!!? Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/ Share on other sites More sharing options...
schilly Posted April 11, 2009 Share Posted April 11, 2009 check through your history and see if you have the admin login page cached then login and delete whatever you posted. if you can't get to it try: http://phpnuke.org/ Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-806978 Share on other sites More sharing options...
DumboDog Posted April 11, 2009 Author Share Posted April 11, 2009 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? Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-806994 Share on other sites More sharing options...
schilly Posted April 11, 2009 Share Posted April 11, 2009 looks like the phpnuke site is down whats your site url? Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807001 Share on other sites More sharing options...
DumboDog Posted April 11, 2009 Author Share Posted April 11, 2009 http://www.warriorboxing.com Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807002 Share on other sites More sharing options...
iarp Posted April 11, 2009 Share Posted April 11, 2009 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" /> Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807006 Share on other sites More sharing options...
schilly Posted April 11, 2009 Share Posted April 11, 2009 wow you messed it up good. probably need to manually delete the advert from the database. Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807008 Share on other sites More sharing options...
DumboDog Posted April 11, 2009 Author Share Posted April 11, 2009 How do I do that? Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807012 Share on other sites More sharing options...
iarp Posted April 11, 2009 Share Posted April 11, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807013 Share on other sites More sharing options...
DumboDog Posted April 11, 2009 Author Share Posted April 11, 2009 Thanks all. This sounds like one for my webguy to sort for me. Quote Link to comment https://forums.phpfreaks.com/topic/153573-forum-and-admin-dissappeared/#findComment-807016 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.