*

Recent

Author Topic: Competition  (Read 14548 times)

Robbie

  • Sr. Member
  • ****
  • Posts: 343
  • Force: +16/-0
Competition
« on: December 05, 2009, 11:50:40 AM »
We need a template !! for v2,0 version, the best will get $60 but all rights will be ours ...post any questions here
« Last Edit: December 05, 2009, 12:25:08 PM by Fred Flintstone »

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #1 on: December 05, 2009, 12:09:40 PM »
umm... is this for Media Script or just for FAS? cuz I actually just got done making the install file for RC6 which I am going to probably release today so peoplez can make some for Media Script too

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Competition
« Reply #2 on: December 05, 2009, 12:14:11 PM »
Me thinks me buddy is a bit distracted today eh?

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Competition
« Reply #3 on: December 05, 2009, 12:39:06 PM »
Yep, he means v2.0, and I'm moving this thread lol.

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #4 on: December 05, 2009, 01:40:12 PM »
umm... one last question lol. when you say 2.0 you mean the beta version? cuz like when I go to the download section it only has 2.0RC2? Im kinda out there today lol
« Last Edit: December 05, 2009, 01:42:08 PM by Adam J. LaCombe »

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Competition
« Reply #5 on: December 05, 2009, 02:06:04 PM »
I think so. We have recieved so few error reports on it that it probably will become v2.0 with very few changes. This is a surprise to me too though, he didn't tell me anything about this ahead of time lol.

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #6 on: December 05, 2009, 02:07:55 PM »
lol me either, I was surprised anything like this would ever happen. But its a great idea to get things going.

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Competition
« Reply #7 on: December 05, 2009, 02:12:24 PM »
Yea, he might be a bit of a nut, but that's probably why he choose this niche, and he can come up with some good ideas lol.

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #8 on: December 06, 2009, 03:51:11 PM »
Here is a template I made just yesterday: http://media-script.com/bluegreen.zip , I'm working on another one that I'm sure you'll love!!
« Last Edit: December 06, 2009, 03:52:51 PM by Adam J. LaCombe »

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #9 on: December 08, 2009, 06:40:33 PM »
not sure if anyone has downloaded that template or not but I made one small update to it in the template.php file so just redownload it or change the file to the following:
template.php:
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<title><?php echo $pagetitle?></title>
<head>
<meta name="keywords" content="<?php echo $metatags?>" />
<meta name="description" content="<?php echo $metadescription ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link href="<?=$domain?>/templates/bluegreen/style.css" rel="stylesheet" type="text/css">
<?php
include ("js/rating_update.php");

?>

</head>
<body>
<?php
      
if (!$headerspace == "") { echo '<br><div align="center">'.$headerspace.'</div><br>'; }else{
echo 
"<br><br><br>";
}
?>

<table width="900" border="0" align="center" class="maintable" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<center><img src="<?=$domain?>/templates/bluegreen/images/logo.gif" /></center>

<?php


echo ' <div class=\'menutop\'>';
if($seo_on == 1){
echo ' <ul>
<li><a href=\''
.$domain.'\' title=\'Home\'>Home</a></li>
<li><a href=\''
.$domain.'/mostplayed/\' title=\'Most Played\'>Most Played</a></li>
<li><a href=\''
.$domain.'/newest/\' title=\'Newest\'>Newest</a></li><li><a href="'.$domain.'/memberslist/" title="Member List">Member List</a></li>
<li><a href=\''
.$domain.'/search/\' title=\'Search\'>Search</a></li>
<li><a href=\''
.$domain.'/links/\' title=\'Links\'>Links</a></li>
<li><a href=\''
.$domain.'/fineprint/\' title=\'Fine Print\'>Fine Print</a></li>

'
;
if(!isset($suserid)){
if(
$seo_on == 1){
$url ''.$domain.'/login/';
}else{
$url ''.$domain.'/index.php?action=login';
}
$mymenu1 '

<form action=\''
.$url.'\' method=\'POST\'>
<b>Username:</b> <input type=\'text\' name=\'username\' size=\'17\'><br>
<b>Password:</b> <input type=\'password\' name=\'password\' size=\'17\'><br>
<input type=\'submit\' name=\'submit\' value=\'Signon\'>
</form>
'
;
}else{
$mymenu1 '
<li ><a href=\''
.$domain.'/myaccount/\'>My Account</a></li>
<li ><a href=\''
.$domain.'/logout/\'>Logout</a></li>';
}
            if (
$showblog == 1) { echo '<li><a href=\''.$domain.'/blog/\' title=\'blog\'>Blog</a></li>'; };

echo '
                  
</ul>'
;
}else{
echo ' <ul>
<li><a href=\''
.$domain.'\' title=\'Home\'>Home</a></li>
<li><a href=\''
.$domain.'/index.php?action=mostplayed\' title=\'Most Played\'>Most Played</a></li>
<li><a href=\''
.$domain.'/index.php?action=newest\' title=\'Newest\'>Newest</a></li><li><a href="'.$domain.'/memberslist/" title="Member List">Member List</a></li>
<li><a href=\''
.$domain.'/index.php?action=search\' title=\'Search\'>Search</a></li>
<li><a href=\''
.$domain.'/index.php?action=links\' title=\'Links\'>Links</a></li>
<li><a href=\''
.$domain.'/index.php?action=fineprint\' title=\'Fine Print\'>Fine Print</a></li>
'
;
if(!isset($suserid)){
if(
$seo_on == 1){
$url ''.$domain.'/login/';
}else{
$url ''.$domain.'/index.php?action=login';
}
$mymenu1 '

<form action=\''
.$url.'\' method=\'POST\'>
<b>Username:</b> <input type=\'text\' name=\'username\' size=\'17\'><br>
<b>Password:</b> <input type=\'password\' name=\'password\' size=\'17\'><br>
<input type=\'submit\' name=\'submit\' value=\'Signon\'>
</form>
'
;
}else{
$mymenu1 '
<li ><a href=\''
.$domain.'/index.php?action=myaccount\'>My Account</a></li>
<li ><a href=\''
.$domain.'/index.php?action=logout\'>Logout</a></li>';
}
            if (
$showblog == 1) { echo '<li ><a href=\''.$domain.'/index.php?action=blog\'>Blog</a></li>'; };

echo '
                  
</ul>'
;
}







echo ' </div>';

?>

<br />
<br />
<br />
</td>
</tr>
<tr>
<td valign="top" width="170" >
<table width="100%" >

<tr>
<td class="header2">Banner Exchanges</td>
</tr>

<tr>
<td class="content2"><?php echo $bannersleft?></td>
</tr>

<tr>
<td class="header2">My Menu</td>
</tr>

<tr>
<td class="content2">
<?php
                              
echo '<ul class=\'catmenu\'>';
                                     echo 
$mymenu1;
                         if($usrdata['user_level'] == 2){echo '<li><a href=\''.$domain.'/index.php?action=admin\'>Admin</a></li>';
   
                                       };
                                     if(
$usrdata['gamelevel'] >= 2) {echo '<li><a href=\''.$domain.'/index.php?action=gameadmin\'>Game Admin</a></li>';};
                                     if(
$usrdata['bloglevel'] >= 2) {echo '<li><a href=\''.$domain.'/index.php?action=blogadmin\'>Blog Admin</a></li>';};
                                     echo 
'<p>';


                                     
submenu1();

echo '</ul>';
?>

</td>
</tr>
</table>


<table width="100%">
                        <?php submenu2 (); ?>
                       
<tr>
<td class="header2">Ads</td>
</tr>


<tr>
<td class="content2">


<?php echo $ads1?>
<p>
</td>

</tr>
</table>
</td>
<td valign="top" width="660">





<?php
writebody
();
?>








</td>
<td valign="top" width="170">
<table width="100%">
<tr>
<td class="header2">Banner Exchanges</td>
</tr>
<tr>
<td class="content2">
                               <?php echo $bannersright?>
</td>
</tr>
<tr>
<td class="header2">Ads</td>
</tr>
<tr>
<td class="content2">
                               <?php echo $ads2?>
</td>
</tr>
</table>
<table width="100%">
<tr>
<td class="header2">Links</td>
</tr>
<tr>
<td class="content2" stlye="padding:5px'">
<?php
$rlinkx2 "SELECT * FROM dd_links where activate = '2' " ;
                              
$rlinkx1 sqlcache('sitewidelinks'$cachelife$rlinkx2);


echo '<ul  class=\'catmenu\'>';
foreach($rlinkx1 as $rlinkx){
echo '<li><a href=\''.$rlinkx['url'].'\'>'.$rlinkx['title'].'</a></li>';
} echo '</ul>';
?>

</td>
</tr>
<tr>
<td class="content2" stlye="padding:5px'">
<!-- AddThis Button BEGIN --><a href="http://www.addthis.com/bookmark.php" onclick="addthis_url   = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Bookmark and Share" /></a><script type="text/javascript">var addthis_pub = "sssox";</script><script type="text/javascript" src="http://s7.addthis.com/js/widget.php?v=10"></script>  <!-- AddThis Button END -->
</td>
</tr>
</table>
<?php
$totalgames $db->num_rows($db->query(sprintf('SELECT ID FROM dd_games')));
$totalusers $db->num_rows($db->query(sprintf('SELECT userid FROM dd_users')));
$totalcats $db->num_rows($db->query(sprintf('SELECT ID FROM dd_categories')));
$totalcomments $db->num_rows($db->query(sprintf('SELECT ID FROM dd_comments')));
$year date('Y');
?>

<table width="100%">
<tr>
<td class="header2">Stats</td>
</tr>
<tr>
<td class="content2" style="padding:5px">
Total Games: <?php echo $totalgames?><br />
Total Users: <?php echo $totalusers?><br />
Total Categories: <?php echo $totalcats?><br />
Total Comments: <? echo $totalcomments; ?><br />
                              Total Hits: <?php include ("$directorypath/includes/counter.php"); ?><br />
Users Online: <? echo countusersonline(); ?><p>
                              <a href="<?php echo $domain?>/rss-arcade.php"><img src="<? echo $domain; ?>/templates/default/images/rss.gif"  border="0" ></img> RSS-Games</a><br />
                              <?php   if ($showblog == 1) { echo '<a href="'.$domain.'/rss-blog.php"><img src="'.$domain.'/templates/default/images/rss.gif" border="0" ></img> RSS-Blog</a><br />' ; };

                              
?>


</td>
</tr>
</table>
<br />
</td> </tr></table><br />
<div align="center">
 <! -- Please do not remove the "powered by" link unless, you've purchased the removal. -- >
<div align="center"> <?php echo "Copyright ".$sitename." &copy; 2008-".date('Y'); ?> All Rights Reserved - Powered By <a href="http://www.freearcadescript.net" target="_blank">Free Arcade Script</a>.</div> <Br />
<?php echo $footerspace?>
</body></html>

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #10 on: December 12, 2009, 07:21:58 PM »
got another template lol
Its a Christmas template!

demo (template may change on the site though...)
download template

WhaaaaaTha

  • Newbie
  • *
  • Posts: 33
  • Force: +0/-0
Re: Competition
« Reply #11 on: December 28, 2009, 12:50:09 PM »
When does the competition end?

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: Competition
« Reply #12 on: January 25, 2010, 04:01:34 PM »
yeah when does this thing end...?

Robbie

  • Sr. Member
  • ****
  • Posts: 343
  • Force: +16/-0
Re: Competition
« Reply #13 on: January 29, 2010, 11:54:20 AM »
never lol

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Competition
« Reply #14 on: January 29, 2010, 01:19:20 PM »
Huh????

.oO(Me wonders if he has lost the plot)