在你的模板文件global.css里面加一个
.ad {
float: left;
}
定义
然后打开include目录下面的read.inc.php文件
找到

<div class="Content-body" id="logcontent_<?php echo $fa['id']?>" style="word-break:break-all; table-layout: fixed;">

在以上代码后面加上以下代码
<div class=ad  style="float:left">你的gg代码</div>

要定义广告放置的位置需要改变style="float:left"的值
对应的为:left;right;inherit;none等

PS:这里的GG代码最好是250X250的好些。。

使广告显示在日志的正下方:大概在read.inc.php的154行</div>前面加上<div class=ad>你的gg代码</div>