Cutenews Isn't Showing Up, blank |
Cutenews Isn't Showing Up, blank |
![]()
Post
#1
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
I use Cutenews on my site but for some reason, it isn't showing. I checked all my cutenews files and I also checked the PHP code used to display the news. I made sure that I used a PATH url instead of a full url. I can't seem to find anything wrong with it so it could be my comp. Does anybody have any idea as to why this could be happening?
*sigh* Thanks. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
Ok.
CODE <html>
<head> <meta http-equiv="Content-Type" content="text/javascript; charset=iso-8859-1" /> <title>Mikeplyts.net - Layouts,HTML/CSS Codes&Help,And Photo Editing/Graphic Design</title> <link rel="stylesheet" href="http://www.mikeplyts.net/site/natural_cleaniness.css" type="text/css" /> <meta name="description" content="Myspace Layouts,HTML/CSS Codes&Help,And Photo Editing/Graphic Design" /> <meta name="keywords" content="mikeplyts, mikeplyts.net, layouts, myspace, myspace layouts, html, css, html/css, photo, editing, photo editing, graphic, design, graphic design, tutorials, resources, brushes, backgrounds, patterns, wallpaper, textures, requests, free, free requests, services, designs" /> <link rel="shortcut icon" href="http://www.mikeplyts.net/favicon.ico" type="image/x-icon"> </head> <body> <div id="header"> <img src="http://www.mikeplyts.net/images/mpldotnet-main_header2.png" border="0"> </div> <div id="left"> <h3>Get Around</h3> <a class="nav" href="main.php" target="_self">Home</a><br/> <a class="nav" href="site.php" target="_self">Site</a><br/> <a class="nav" href="contact.php" target="_self">Contact</a><br/> <a class="nav" href="credits.php" target="_self">Credits</a><br/> <a class="nav" href="faq.php" target="_self">FAQ</a><br/><br/> <h3>Myspace</h3> <a class="nav" href="myspace/layouts/div.php" target="_self">DIV Layouts</a><br/> <a class="nav" href="myspace/layouts/default.php" target="_self">Default Layouts</a><br/> <a class="nav" href="myspace/codes.php" target="_self">Codes</a><br/> <a class="nav" href="myspace/comment_boxes.php" target="_self">Comment Boxes</a><br/> <a class="nav" href="myspace.php" target="_self">All Myspace Content</a><br/><br/> <h3>Graphics</h3> <a class="nav" href="graphics/banners.php" target="_self">Banners</a><br/> <a class="nav" href="graphics/wallpaper.php" target="_self">Wallpaper</a><br/> <a class="nav" href="graphics/avatars-icons.php" target="_self">Avatars/Icons</a><br/> <a class="nav" href="graphics/smileys.php" target="_self">Smileys</a><br/><br/> <h3>Resources</h3> <a class="nav" href="resources/brushes.php" target="_self">Brushes</a><br/> <a class="nav" class="nav" href="resources/textures.php" target="_self">Textures</a><br/> <a class="nav" href="resources/patterns.php" target="_self">Patterns</a><br/> <a class="nav" href="resources/backgrounds.php" target="_self">Backgrounds</a><br/> <a class="nav" href="resources/tutorials.php" target="_self">Tutorials</a><br/><br/><br/> <div id="eXTReMe"><a href="http://extremetracking.com/open?login=mplnet"> <img src="http://t1.extreme-dm.com/i.gif" style="border: 0;" height="38" width="41" id="EXim" alt="eXTReMe Tracker" align="left" /></a> <script type="text/javascript"><!-- var EXlogin='mplnet' // Login var EXvsrv='s11' // VServer EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"? EXb=EXs.colorDepth:EXb=EXs.pixelDepth;EXsrc="src"; navigator.javaEnabled()==1?EXjv="y":EXjv="n"; EXd=document;EXw?"":EXw="na";EXb?"":EXb="na"; EXd.write("<img "+EXsrc+"=http://e2.extreme-dm.com", "/"+EXvsrv+".g?login="+EXlogin+"&", "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&", "l="+escape(EXd.referrer)+" height=1 width=1>");//--> </script><noscript><div id="neXTReMe"><img height="1" width="1" alt="" src="http://e2.extreme-dm.com/s11.g?login=mplnet&j=n&jv=n" /> </div></noscript></div> <!-- Start FastOnlineUsers.com --> <a href="http://www.fastonlineusers.com"><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=mikeplyts.net"></script> online</a> <!-- End FastOnlineUsers.com --><br/> <a href="http://www.myspace.com/mikeplytscaulm4u" target="_blank">Add Mikeplyts On Myspace</a> </div> <div id="right"> <h3>Latest Update</h3> <div style="height: 200px; overflow: auto;"> <?php include("site/latestupdate.php");?></div><br/><br/> <h3>Affiliates</h3> <center><a href="affiliates.php" target="_self">View All</a> | <a href="apply.php" target="_self">Apply</a></center><br/> <div style="height: 200px; overflow: auto;"> <?php include("site/affies.php");?></div> </div> <div id="main"> <?PHP $number=1; $only_active=TRUE; include("/mikeplyts/cutenews/show_news.php"); ?> <br/> <font style="font-size:10px;">Check out these blogs: <a href="http://www.fameone.net/" target="_blank"><b>Brandon</b> of <b>FameONE.net</b></a></font><br/><br/> <center><?php include("copyright.php");?></center> </div> </body> </html> |
|
|
![]() ![]() |