Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes
Author Message
Debbi
New Member
New Member



Joined: Jan 30, 2005
Posts: 5

PostPosted: Sat Jul 14, 2007 12:14 pm Reply with quote

hitwalker wrote:
what fixes did you tried?
also this one ?

In your theme.php find:

if ($index == 1) {

and change to:

if (defined('INDEX_FILE')) {

Thank you SO much! Worked perfectly!
 
View user's profile Send private message
wind
Hangin' Around



Joined: Dec 08, 2008
Posts: 30

PostPosted: Tue Dec 09, 2008 2:04 am Reply with quote

hey having same problem i tryed

if ($index == 1) {

and changed it to:

if (defined('INDEX_FILE')) {

the right blocks showed on the last theme i used but i download a theme for phpnuke and now i cant see any right hand modules and also my footer has gone as well??????

any help would be great guys
thanks wind
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue Dec 09, 2008 3:21 am Reply with quote

Did you make that change in the theme you downloaded?
 
View user's profile Send private message Send e-mail
Gepa
New Member
New Member



Joined: Feb 05, 2006
Posts: 24

PostPosted: Wed Dec 24, 2008 7:07 pm Reply with quote

I am having issues with a fresh install of ravennule 2.30.00 I have downloaded a theme and edited the theme.php to this


if (defined('INDEX_FILE')) {
$tmpl_file = "themes/XNeon/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}


and my right had blocks wont show any Idea why it is not working
 
View user's profile Send private message
Guardian2003







PostPosted: Thu Dec 25, 2008 4:29 am Reply with quote

If you are using RavenNuke (tm) 2.3 it is backward compatible with the older pre-patched method of $index=1 so your right blocks should be showing unless there is a fundamental problem with the theme.

Assuming you have some right blocks set to visible and you are on a module page that uses right blocks, (like the homepage) and the file left_center.html actually exists on the server I would suggest turning on error reporting on in your nukeroot/config.php file to see if the theme is generating any errors.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Fri Dec 26, 2008 11:20 am Reply with quote

And, another question, is your footer showing fine? If you footer is showing, then most likely the issue is not a PHP error.

Although not sure its your problem, I would make your "blocks" line be this:

blocks('right');

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
budwheel
New Member
New Member



Joined: Nov 25, 2007
Posts: 3

PostPosted: Tue Mar 02, 2010 10:11 pm Reply with quote

I have a theme and can't get the right side block to show. It all looks good to me but no good this is the theme.php

Code:
<?php

/************************************************************/
/* Theme Colors Definition                                  */
/************************************************************/

$bgcolor1 = "#474646";
$bgcolor2 = "#474646";
$bgcolor3 = "#474646";
$bgcolor4 = "#474646";
$textcolor1 = "#FFFFFF";
$textcolor2 = "#FFFFFF";

/************************************************************/
/* OpenTable Functions                                      */
/*                                                          */
/************************************************************/

function OpenTable() {
   global $name;
if (($name=='Sections') OR ($name=='Content')) {
   echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" ><tr><td class=extra>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" ><tr><td>\n";
}
else
{
    ?>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <!--DWLayoutTable-->
  <tr>
    <td height="40" colspan="2" valign="top"><img src="themes/KAOS/images/ttl.jpg" width="18" height="40"></td>
    <td width="100%" valign="top" background="themes/KAOS/images/tt.jpg"><img name="tm" src="themes/KAOS/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
    <td colspan="2" valign="top"><img src="themes/KAOS/images/ttr.jpg" width="18" height="40"></td>
  </tr>
  <tr>
    <td width="9" height="18" valign="top" background="themes/KAOS/images/tl.jpg"><img name="left" src="themes/KAOS/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
    <td colspan="3" valign="top" bgcolor="#30394A">
      <?
}
}

function OpenTable2() {
    global $bgcolor1, $bgcolor2;
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" ><tr><td class=extra>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" ><tr><td>\n";
}

function CloseTable() {
   global $name;
if (($name=='Sections') OR ($name=='Content')) {
   echo "</td></tr></table></td></tr></table>\n";
}   
else
{
    ?>    </td>
  <td width="9" valign="top" background="themes/KAOS/images/tr.jpg"><img name="right" src="themes/KAOS/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>
  <tr>
    <td height="40" colspan="2" valign="top"><img src="themes/KAOS/images/tbl.jpg" width="18" height="40"></td>
    <td valign="top" background="themes/KAOS/images/tb.jpg"><img name="btm" src="themes/KAOS/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
    <td colspan="2" valign="top"><img src="themes/KAOS/images/tbr.jpg" width="18" height="40"></td>
  </tr>
  <tr>
    <td height="1"></td>
    <td width="9"></td>
    <td></td>
    <td width="9"></td>
    <td></td>
  </tr>
 
</table>
<?
}
}

function CloseTable2() {
    echo "</td></tr></table></td></tr></table>\n";
}

/************************************************************/
/* FormatStory                                              */
/************************************************************/

function FormatStory($thetext, $notes, $aid, $informant) {
    global $anonymous;
    if ($notes != "") {
        $notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
    } else {
        $notes = "";
    }
    if ("$aid" == "$informant") {
        echo "<font class=\"content\" color=\"#000000\">$thetext$notes</font>\n";
    } else {
        if($informant != "") {
            $boxstuff = "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant\">$informant</a> ";
        } else {
            $boxstuff = "$anonymous ";
        }
        $boxstuff .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
        echo "<font class=\"content\" color=\"#000000\">$boxstuff</font>\n";
    }
}

/************************************************************/
/* Function themeheader()                                   */
/************************************************************/
    function themeheader() {
    global $user, $cookie, $sitekey, $prefix, $name, $db;
   
echo "<body topmargin=\"0\" leftmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";

    $tmpl_file = "themes/KAOS/header.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
   

//LEFT SIDE BACKGROUND
echo "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\n"
      ."<tr valign=\"top\">\n"
        ."<td width=\"42\" valign=\"top\" background=\"themes/KAOS/images/left.jpg\"><img src=\"themes/KAOS/images/left.jpg\" width=\"42\" height=\"2\" border=\"0\"></td>\n"
      ."<td width=\"165\" valign=\"top\">\n";
    if (($name=='Forums') OR ($name=='Private_Messages') OR ($name=='Members_List') OR ($name=='Shopping_Cart') OR ($name=='Your_Account') OR ($name=='VideosUFOX')) {
} else {
blocks(left);
}
    echo "</td>\n"
       ."<td width=\"0\" valign=\"top\" background=\"themes/KAOS/images/spacer.gif\"><img src=\"themes/KAOS/images/spacer.gif\" width=\"0\" height=\"1\" border=\"0\"></td>\n"
       ."<td width=\"100%\">\n";
}

/************************************************************/
/* Function themefooter()                                   */
/************************************************************/

$foot1 = "test";
$foot2 = "test";
$foot3 = "test";
$foot4 = "test";
function themefooter() {
    global $index, $banners, $prefix, $dbi, $total_time, $start_time, $foot1, $foot2, $foot3, $foot4;
$footer_message = $foot1. "<br>" . $foot2 . "<br>" . $foot3 . "<br>" . $foot4;
$showsub = "<FORM action=modules.php?op=modload&amp;name=Newsletter&amp;file=index&amp;func=action method=post><font class=copyright>&nbsp;<b>Email</b><br>&nbsp;<INPUT maxLength=100 size=20 class=\"sub\" name=new_email value=\"Your Email\" onFocus=\"if(this.value=='Your Email')this.value='';\" value style=\"width:150;height:18;FONT-SIZE: 9px;\"><BR><BR>&nbsp;<SELECT name=new_sub><OPTION value=sub selected>Subscribe<OPTION value=unsub>Unsubscribe</OPTION></SELECT><BR><BR>&nbsp;<SELECT name=new_type><OPTION value=0 selected>Text<OPTION value=1>HTML</OPTION></SELECT><br><br>&nbsp;<INPUT type=image class=\"liteoption1\" value=Submit src=\"themes/KAOS/images/submit.gif\" border=\"0\"></font></FORM>";

$maxshow = 10;   // Number of downloads to dispaly in the block.
$a = 1;
$result = sql_query("select lid, title, hits from ".$prefix."_links_links order by date DESC limit 0,$maxshow", $dbi);
while(list($lid, $title, $hits) = sql_fetch_row($result, $dbi)) {
    $title2 = ereg_replace("_", " ", "$title");
    $show .= "&nbsp;&nbsp;&nbsp;$a: <a href=\"modules.php?name=Web_Links&amp;l_op=viewlinkdetails&amp;lid=$lid&amp;ttitle=$title\">$title2</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font class=\"content\">$hits<font class=\"copyright\"> times<br>";
     $showlinks = " <A name= \"scrollingCode\"></A><MARQUEE behavior= \"scroll\" align= \"left\" direction= \"up\" width=\"123\" height=\"122\" scrollamount= \"2\" scrolldelay= \"30\" onmouseover='this.stop()' onmouseout='this.start()'>$show";
   
   
    $a++;
}

global $prefix, $db;

$a = 1;
$sql = "SELECT lid, title FROM ".$prefix."_downloads_downloads ORDER BY hits DESC LIMIT 0,10";
$result = $db->sql_query($sql);
while ($row = $db->sql_fetchrow($result)) {
    $title2 = ereg_replace("_", " ", $row[title]);
   // $content .= "<strong><big>&middot;</big></strong>&nbsp;$a: <a href=\"modules.php?name=Downloads&amp;d_op=viewdownloaddetails&amp;lid=$row[lid]&amp;title=$row[title]\">$title2</a><br>";
   $content .= "<strong><big>&middot;</big></strong>&nbsp;<a href=\"modules.php?name=Downloads&amp;d_op=viewdownloaddetails&amp;lid=$row[lid]&amp;title=$row[title]\"><img src=\"themes/KAOS/images/hole.gif\" border=0></a> $a: <a href=\"modules.php?name=Downloads&amp;d_op=viewdownloaddetails&amp;lid=$row[lid]&amp;title=$row[title]\">$title2</a></span><br>";
    $showdl = " <font class=copyright>&nbsp;</b><br>&nbsp;<A name= \"scrollingCode\"></A><MARQUEE behavior= \"scroll\" align= \"left\" direction= \"up\" width=\"168\" height=\"109\" scrollamount= \"2\" scrolldelay= \"30\" onmouseover='this.stop()' onmouseout='this.start()'>$content";

    $a++;
}
if ($banners == 1) {
    $numrows = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_banner WHERE type='0' AND active='1'"));
   /* Get a random banner if exist any. */
   /* More efficient random stuff, thanks to Cristian Arroyo from http://www.planetalinux.com.ar */

    if ($numrows>1) {
   $numrows = $numrows-1;
   mt_srand((double)microtime()*1000000);
   $bannum = mt_rand(0, $numrows);
    } else {
   $bannum = 0;
    }
    $sql = "SELECT bid, imageurl, clickurl, alttext FROM ".$prefix."_banner WHERE type='0' AND active='1' LIMIT $bannum,1";
    $result = $db->sql_query($sql);
    $row = $db->sql_fetchrow($result);
    $bid = $row[bid];
    $imageurl = $row[imageurl];
    $clickurl = $row[clickurl];
    $alttext = $row[alttext];
   
    if (!is_admin($admin)) {
       $db->sql_query("UPDATE ".$prefix."_banner SET impmade=impmade+1 WHERE bid='$bid'");
    }
    if($numrows>0) {
   $sql2 = "SELECT cid, imptotal, impmade, clicks, date FROM ".$prefix."_banner WHERE bid='$bid'";
   $result2 = $db->sql_query($sql2);
   $row2 = $db->sql_fetchrow($result2);
   $cid = $row2[cid];
   $imptotal = $row2[imptotal];
   $impmade = $row2[impmade];
   $clicks = $row2[clicks];
   $date = $row2[date];

/* Check if this impression is the last one and print the banner */

   if (($imptotal <= $impmade) AND ($imptotal != 0)) {
       $db->sql_query("UPDATE ".$prefix."_banner SET active='0' WHERE bid='$bid'");
       $sql3 = "SELECT name, contact, email FROM ".$prefix."_bannerclient WHERE cid='$cid'";
       $result3 = $db->sql_query($sql3);
       $row3 = $db->sql_fetchrow($result3);
       $c_name = $row3[name];
       $c_contact = $row3[contact];
       $c_email = $row3[email];
       if ($c_email != "") {
      $from = "$sitename <$adminmail>";
      $to = "$c_contact <$c_email>";
      $message = ""._HELLO." $c_contact:\n\n";
      $message .= ""._THISISAUTOMATED."\n\n";
      $message .= ""._THERESULTS."\n\n";
      $message .= ""._TOTALIMPRESSIONS." $imptotal\n";
      $message .= ""._CLICKSRECEIVED." $clicks\n";
      $message .= ""._IMAGEURL." $imageurl\n";
      $message .= ""._CLICKURL." $clickurl\n";
      $message .= ""._ALTERNATETEXT." $alttext\n\n";
      $message .= ""._HOPEYOULIKED."\n\n";
      $message .= ""._THANKSUPPORT."\n\n";
      $message .= "- $sitename "._TEAM."\n";
      $message .= "$nukeurl";
      $subject = "$sitename: "._BANNERSFINNISHED."";
      mail($to, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());
       }
   }
    $showbanners = "<a href=\"banners.php?op=click&bid=$bid\" target=\"_blank\"><img src=\"$imageurl\" border=\"0\" alt='$alttext' title='$alttext'></a>";
    }
}


    if (defined('INDEX_FILE')) {
echo"</td>"
  . "    <td width=\"170\" valign=\"top\">"
 ."";


    blocks(right);

   }
echo"</td>"
  . "    <td width=\"41\" valign=\"top\" background=\"themes/KAOS/images/right.jpg\"><img src=\"themes/KAOS/images/right.jpg\" width=\"41\" height=\"2\"></td>"
  . "  </tr>"
  . "</table>"
 ."";
   
   
    include("themes/KAOS/footer.php");
   
}

/************************************************************/
/* Function themeindex()                                    */
/* This function format the stories on the Homepage         */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
    global $anonymous, $tipath;

$ThemeSel = get_theme();
    if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
        $t_image = "themes/$ThemeSel/images/topics/$topicimage";
    } else {
        $t_image = "$tipath$topicimage";
}
    if ($notes != "") {
        $notes = "<br><br><b>"._NOTE."</b> $notes\n";
    } else {
        $notes = "";
    }
    if ("$aid" == "$informant") {
        $content = "$thetext$notes\n";
    } else {
        if($informant != "") {
            $content = "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant\">$informant</a> ";
        } else {
            $content = "$anonymous ";
        }
        $content .= ""._WRITES." \"$thetext\"$notes\n";
    }
    //Code Changed - just show posted by
    $posted1 = get_author($aid);
        $posted = " $time $timezone";
    //End Code Change
   
    $tmpl_file = "themes/KAOS/story_home.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}

/************************************************************/
/* Function themeindex()                                    */
/************************************************************/

function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
    global $admin, $sid, $tipath;
$ThemeSel = get_theme();
    if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
        $t_image = "themes/$ThemeSel/images/topics/$topicimage";
    } else {
        $t_image = "$tipath$topicimage";
}
    $posted = ""._POSTEDON." $datetime "._BY." ";
    $posted .= get_author($aid);
    if ($notes != "") {
        $notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
    } else {
        $notes = "";
    }
    if ("$aid" == "$informant") {
        $content = "$thetext$notes\n";
    } else {
        if($informant != "") {
            $content = "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant\">$informant</a> ";
        } else {
            $content = "$anonymous ";
        }
        $content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
    }
    $tmpl_file = "themes/KAOS/story_page.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}

/************************************************************/
/* Function themesidebox()                                  */
/************************************************************/

function themesidebox($title, $content) {
    $tmpl_file = "themes/KAOS/blocks.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}

?>
 
View user's profile Send private message
Guardian2003







PostPosted: Wed Mar 03, 2010 4:20 am Reply with quote

Thats an old theme as I can see references to banners.php so it was originally written for nuke prior to v7.9
I'm not seeing any references to function blocks('right') so it could be that this theme was not intended to have right blocks.
 
tiku
New Member
New Member



Joined: Apr 03, 2010
Posts: 7

PostPosted: Sat Apr 03, 2010 7:20 am Reply with quote

i have downloaded the latest version of raven nuke (RavenNuke[tm] Version 2.40.01 Released [.7z pkg. 6.51meg] ) and now when i uploaded a theme it stoped showing right hand side blocks i have tried editing theme.php -------- if ($index == 1) { TO if (defined('INDEX_FILE')) { but its still not working , even the footer messages are not showing .... and i have also checked if any block was causing it.... but its not.....its happning only with the themes i have uploaded otherwise it works fine with all other theme that comes with ravennuke ....... some one please help me .... ty
 
View user's profile Send private message
Guardian2003







PostPosted: Sat Apr 03, 2010 7:52 am Reply with quote

What theme are you trying to use?
 
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1122

PostPosted: Sat Apr 03, 2010 9:24 am Reply with quote

Hi Bluezzz

I was reading all your posts and I think you should take into account if you copy from any forum and paste on your files( If you activate Shows White Space) then you can get errors due to the fact you are creating white spaces at the end of any line. Please Use a decent editor like this one in order to remove any white space.
[ Only registered users can see links on this board! Get registered or login! ] FREE FOR ALL. I am using it for more than 3 years.
 
View user's profile Send private message
tiku







PostPosted: Sat Apr 03, 2010 9:46 am Reply with quote

Im using WD-eX0tech theme, i have tried many other themes but it was all the same, none had the right hand side blocks and even aftet editing it was not working. The only one that worked was heliusburgandy but that theme was not of my choice.
 
Guardian2003







PostPosted: Sat Apr 03, 2010 9:57 am Reply with quote

Ok I'll take a quick look at the theme for you.
 
tiku







PostPosted: Sat Apr 03, 2010 10:07 am Reply with quote

[ Only registered users can see links on this board! Get registered or login! ] is the link to my new website
 
Guardian2003







PostPosted: Sat Apr 03, 2010 10:41 am Reply with quote

This is an old theme written in 2006
The theme is not W3C Compliant but that isn't the cause of your problem. The theme is using the deprecated $dbi database layer and the references to it in the theme.php file inside the themefooter() function is what is causing the issue.
Here is a replacement function
Code:


function themefooter() {
global $index, $banners, $prefix, $db, $total_time, $start_time, $foot1, $foot2, $foot3, $foot4, $ip;
$maxshow = 10;        // Number of downloads to display in the block.
$a = 1;
$result = $db->sql_query("select lid, title, hits from ".$prefix."_downloads_downloads order by date DESC limit 0,$maxshow");
while(list($lid, $title, $hits) = $db->sql_fetchrow($result)) {
$title2 = ereg_replace("_", " ", "<b>$title</b>");
$show2 .= " $a: <a href=\"modules.php?name=Downloads&d_op=viewdownloaddetails&lid=$lid&title=$title\"><img src=\"themes/WD-eX0tech/images/disc.gif\" width=\"12\" height=\"12\" alt=\"\" border=\"0\" align=\"\">&nbsp$title2&nbsp;</a><b><font class=\"content\">$hits</b><font class=\"copyright\"><br><br>";
$showdownloads = " <A name= \"scrollingCodedownloads\"></A><MARQUEE behavior= \"scroll\" align= \"up\" direction= \"up\" width=\"182\" height=\"70\" scrollamount= \"2\" scrolldelay= \"20\" onmouseover='this.stop()' onmouseout='this.start()'><table width=\"100%\"><tr>           <td></td></tr>$show2</table></marquee>";
$a++;
}
$maxshow = 10;        // Number of weblinks to dispaly in the block.
$a = 1;
$result = $db->sql_query("select lid, title, hits from ".$prefix."_links_links order by date DESC limit 0,$maxshow");
while(list($lid, $title, $hits) = $db->sql_fetchrow($result)) {
$title2 = ereg_replace("_", " ", "<b>$title</b>");
$show .= " $a: <a href=\"links.html?l_op=viewlinkdetails&lid=$lid&ttitle=$title\">&nbsp$title2&nbsp;</a><b><font class=\"content\">$hits</b><font class=\"copyright\"><br><br>";
$showlinks = " <A name= \"scrollingCode\"></A><MARQUEE behavior= \"scroll\" align= \"up\" direction= \"up\" width=\"182\" height=\"70\" scrollamount= \"2\" scrolldelay= \"20\" onmouseover='this.stop()' onmouseout='this.start()'>$show";
$a++;

}

I have not checked the rest of the theme, there may well be other issues due to the age of the theme, for example if you look at the source code in your browser, you will see a reference at the top to 'rightmenu.js' which is not included in this theme.
 
tiku







PostPosted: Sat Apr 03, 2010 11:33 am Reply with quote

W O W !!! it worked like magic....... thx
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©