topvip
2007-06-06, 07:14 PM
打开include/myfunctions.ini.php
找到function encodestr(){
global $instid;
switch($instid){
改为function encodestr(){
global $instid;
switch(0){
case '0':
exit();
找到function encodestr(){
global $instid;
switch($instid){
改为function encodestr(){
global $instid;
switch(0){
case '0':
exit();