MyBB-Plugins Forums

Full Version: MyShoutbox 1.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
Hmm, do you have access to PHPMyAdmin?
And link to your site by the way
I do yes.
Double post
http://boxingbb.com/index.php
Okay, can you please activate my account there?
ya, regular user or what?
Regular user is enough, I need to check something
done.
Looks like you deleted a file. (/xmlhttp.php which is needed for all AJAX actions done with MyBB)
Here's the response from the server when trying to shout:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://gmpg.org/xfn/11">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>404 - PAGE NOT FOUND</title>
                <style type="text/css">
                body{padding:0;margin:0;font-family:helvetica;}
                #container{margin:20px auto;width:868px;}
                #container #top404{background-image:url('http://216.40.254.75/images/404top.png');background-repeat:no-repeat;width:868px;height:168px;}
                #container #mid404{background-image:url('http://216.40.254.75/images/404mid.gif');background-repeat:repeat-y;width:868px;}
                #container #mid404 #gatorbottom{position:relative;left:21px;float:left;}
                #container #mid404 #xxx{float:left;padding:40px 218px 10px;}
                #container #mid404 #content{float:left;text-align:center;width:868px;}
                #container #mid404 #content #errorcode{font-size:25px;font-weight:800;}
                #container #mid404 #content p{font-weight:800;}
                #container #mid404 #content #banner{margin:20px 0 0 ;}
                #container #mid404 #content #hostedby{font-weight:800;font-size:25px;font-style:italic;margin:20px 0 0;}
                #container #mid404 #content #coupon{color:#AB0000;font-size:22px;font-style:italic;}
                #container #mid404 #content #getstarted a{color:#AB0000;font-size:31px;font-style:italic;font-weight:800;}
                #container #mid404 #content #getstarted {margin:0 0 35px;}
                #container #bottom404{background-image:url('http://216.40.254.75/images/404bottom.gif');background-repeat:no-repeat;width:868px;height:14px;}
                </style>
</head>
<body>
<div id="container">
        <div id="top404"></div>
        <div id="mid404">

                <div id="gatorbottom"><img src="http://216.40.254.75/images/gatorbottom.jpg" alt="" /></div>
                <div id="xxx"><img src="http://216.40.254.75/images/x.png" alt="" /></div>
        <div id="content">
                <div id="errorcode">ERROR 404 - PAGE NOT FOUND</div>
                <p>Oops! Looks like the page you're looking for was moved or never existed.<br />Make sure you typed the correct URL or followed a valid link.</p>

                <div id="banner">
                        <object width="728" height="90"><param name="movie" value="http://216.40.254.75/images/hg728x90.swf">

                                <embed src="http://216.40.254.75/images/hg728x90.swf?clickTAG=http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=page404" width="728" height="90"></embed>
                        </object>
                </div>

                <div id="hostedby">This site is hosted by HostGator!</div>
                <div id="coupon">Build your website today for 1 cent!   Coupon code: "404PAGE"</div>
                <div id="getstarted"><a href="http://www.hostgator.com/?utm_source=internal&utm_medium=link&utm_campaign=page404" title="HostGator Web Hosting" >CLICK HERE TO GET STARTED</a></div>
        </div>

        <div style="clear:left;"></div>
        </div>
        <div id="bottom404"></div>
</div>

</body>
</html>
oh, thanks man, didn't even notice that.
It's fixed, right?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
Reference URL's