View Single Post
  #1   IP: 218.2.29.145
Old 2007-06-06, 07:14 PM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default 去site sift的版权

打开include/myfunctions.ini.php

找到
Code:
function encodestr(){
	global $instid;
	switch($instid){
改为
Code:
function encodestr(){
	global $instid;
	switch(0){
	
	case '0':
	exit();

Last edited by topvip : 2007-07-03 at 03:42 PM
Reply With Quote