$data = DB::fetch_first("SELECT ".implode(‘, ‘, $tablefields[$profiletable])." FROM ".DB::table(‘common_member_‘.$profiletable)." WHERE uid=‘$_G[uid]‘");
fwrite($fp, "<?php\n//Discuz! cache file, DO NOT modify me!\n//Identify: ".md5($syscache[‘cname‘].$cachedata.$_G[‘config‘][‘security‘][‘authkey‘])."\n\n$cachedata?>");