Wee Macgreegor Enlists Novel Chapters
List of most recent chapters published for the Wee Macgreegor Enlists novel. A total of 0 chapters have been translated and the release date of the last chapter is Apr 02, 2024
-
$tpage=$page-1;
$snum=100;
if($page==0){ $tpage=0; }
$spage=$tpage*100;
$sql=$empire->query("select * from {$dbtbpre}ecms_".$db." where nid='".$id."' order by id desc limit ".$spage.",".$snum."");
while($br=$empire->fetch($sql))
{
$title = $br[ftitle];
$link = str_replace(" ", "-", $title);
echo('
- '.$br[cid].' '.$br[smalltext].' '); }