⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.php

📁 Try2php整站系统(Try2php CMS)Try2php整站系统(Try2php CMS)
💻 PHP
字号:
<?//========================================Begin of Main========================================?>
<?if ($_GET[act]=="list" or $_GET[act]=="view" or $_GET[act]=="Search")
{?>
<?
$module=$_GET[module];
$type_id=$_GET[typeid];
$page=$_GET[page];
if ($page==0) $page=1;

mysql_query("SET NAMES 'UTF8'");
$query_class = "select * from ".$prefix."class where module='".$module."'";
$result_class = mysql_query($query_class);
@mysql_data_seek($result_class,0);
$class = @mysql_fetch_array($result_class);
        
$prefix_f=substr($class[type],0,2);

$query_settings = "select * from ".$prefix."settings";
$result_settings = mysql_query($query_settings);
@mysql_data_seek($result_settings,1);
$settings = @mysql_fetch_array($result_settings);

$query_rows = "select * from ".$prefix.$module;
$result_rows = mysql_query($query_rows);
$rows_rows = @mysql_num_rows($result_rows);

$hotsize=$settings[se_hot_size];
$line=$settings[se_line];


$title=$prefix_f."_title";
$user=$prefix_f."_user";
$time00=$prefix_f."_time00";
$clicks=$prefix_f."_clicks";
$content0=$prefix_f."_content0";
$address=$prefix_f."_address";
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -