I am Back (new site)

 
Post new topic   Reply to topic    Aprelium Forum Index -> Powered by Abyss
View previous topic :: View next topic  
Author Message
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Tue Apr 25, 2006 8:47 am    Post subject: I am Back (new site) Reply with quote

powered by abyss.
http://gimchortrading.homelinux.com

give a free support for download hwk flash file and other
please support us!
download sites
ftp://test:test@gimchortrading.homelinux.com
thanks ABYSS!!!!!
_________________
Back to top View user's profile Send private message Visit poster's website
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Tue May 16, 2006 5:14 am    Post subject: Reply with quote

:P
thx ,aprelium. (remember ?)
that day u send pm for me about my side..
now,i think it will be famous at GSM.
thx.to other member who help me build up my side

THANKS VIP (AT MY SIDE)
------------------------------------------------------------------------------------
TRUSTAbyss,aprelium,loloyd,cmxflash,The Inquisitor,MrWiseOne,Moxxnixx,
olly86,jibbajabba,Anonymoose,PaulK
_________________
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue May 16, 2006 5:16 am    Post subject: Reply with quote

Your welcome! :-)

Your website is also listed in the Powered By Abyss database, which
can be located at: http://pba.trustabyss.com
Back to top View user's profile Send private message Visit poster's website
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Tue May 16, 2006 5:21 am    Post subject: Reply with quote

thx
i just want to find u,
free now?
i want to make a list at my homepage
at left side down.
make a list,i want to write a vip person,
but dont know how to add..
_________________
Back to top View user's profile Send private message Visit poster's website
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Tue May 16, 2006 5:49 am    Post subject: Reply with quote

Code:
if (!defined("IN_FUSION")) header("Location:index.php");

$p_res = dbquery("SELECT * FROM ".$db_prefix."panels WHERE panel_side='1' AND panel_status='1' ORDER BY panel_order");
if (dbrows($p_res) != 0) {
   $pc = 0;
   while ($p_data = dbarray($p_res)) {
      if (checkgroup($p_data['panel_access'])) {
         if ($pc == 0) echo "<td width='$theme_width_l' valign='top' class='side-border-left'>\n";
         if ($p_data['panel_type'] == "file") {
            $panel_name = $p_data['panel_filename'];
            include INFUSIONS.$panel_name."/".$panel_name.".php";
         } else {
            eval(stripslashes($p_data['panel_content']));
         }
         $pc++;
      }
   }
   if ($pc > 0) echo "</td>\n";
}
echo "<td valign='top' class='main-bg'>\n";
if (file_exists(BASEDIR."setup.php")) echo "<center>".$locale['198']."</center><br>";
$current_script_path = (isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI'] != "" ? $_SERVER['REQUEST_URI'] : $_SERVER['SCRIPT_NAME']).(FUSION_QUERY ? "?".FUSION_QUERY : "");
if (eregi($settings['opening_page']."$", $current_script_path)) {
   $p_res = dbquery("SELECT * FROM ".$db_prefix."panels WHERE panel_side='2' AND panel_status='1' ORDER BY panel_order");
   if (dbrows($p_res) != 0) {
      while ($p_data = dbarray($p_res)) {
         if (checkgroup($p_data['panel_access'])) {
            if ($p_data['panel_type'] == "file") {
               $panel_name = $p_data['panel_filename'];
               include INFUSIONS.$panel_name."/".$panel_name.".php";
            } else {
               eval(stripslashes($p_data['panel_content']));
            }
            tablebreak();
         }
      }
   }
}

?>

how to add inside here like

-----------------------------------
VIP
----
name
"
"
"
"
"
"
------------------------------------

sorry ,i know i post wrong place
_________________
Back to top View user's profile Send private message Visit poster's website
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Tue May 16, 2006 5:51 am    Post subject: Reply with quote

i write like this,and my page become blank
Code:
if (!defined("IN_FUSION")) header("Location:index.php");

$p_res = dbquery("SELECT * FROM ".$db_prefix."panels WHERE panel_side='1' AND panel_status='1' ORDER BY panel_order");
if (dbrows($p_res) != 0) {
   $pc = 0;
   while ($p_data = dbarray($p_res)) {
      if (checkgroup($p_data['panel_access'])) {
         if ($pc == 0) echo "<td width='$theme_width_l' valign='top' class='side-border-left'>\n";
         if ($p_data['panel_type'] == "file") {
            $panel_name = $p_data['panel_filename'];
            include INFUSIONS.$panel_name."/".$panel_name.".php";
         } else {
            eval(stripslashes($p_data['panel_content']));
         }
         $pc++;
      }
   }
   if ($pc > 0) echo "</td>\n";
}
echo "<td valign='top' class='main-bg'>\n";
if (file_exists(BASEDIR."setup.php")) echo "<center>".$locale['198']."</center><br>";
$current_script_path = (isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI'] != "" ? $_SERVER['REQUEST_URI'] : $_SERVER['SCRIPT_NAME']).(FUSION_QUERY ? "?".FUSION_QUERY : "");
if (eregi($settings['opening_page']."$", $current_script_path)) {
   $p_res = dbquery("SELECT * FROM ".$db_prefix."panels WHERE panel_side='2' AND panel_status='1' ORDER BY panel_order");
   if (dbrows($p_res) != 0) {
      while ($p_data = dbarray($p_res)) {
         if (checkgroup($p_data['panel_access'])) {
            if ($p_data['panel_type'] == "file") {
               $panel_name = $p_data['panel_filename'];
               include INFUSIONS.$panel_name."/".$panel_name.".php";
            } else {
               eval(stripslashes($p_data['panel_content']));
            }
            tablebreak();
         }
      }
   }
}
<p>
VIP
---------
name
</p>
?>


dont know how to write
_________________
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Powered by Abyss All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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


Powered by phpBB phpBB Group