Resolution By default AwStats does not show countries visitors are coming from. To enable this feature, GeoIP plugin should be configured. Here is the information about this plugin from /etc/awstats/awstats.conf:
Daily Archives: January 27, 2009
plesk 7-9 linux update stats
#update stats /usr/local/psa/admin/sbin/statistics –-calculate-one –-domain-name=www.www.ww
Geoip filter awstat + plesk
STEP 1 – Download and install AWStats login your server as root by Putty change directory and download the archive by copy and paste in Putty
Tinymce pagebreak button
<script language=”javascript” type=”text/javascript” src=”Scripts/tiny_mce/tiny_mce.js”></script> <script language=”javascript” type=”text/javascript”> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : “textareas”, height : “380”, width : “380”, theme : “advanced”, valid_elements : “img[src|border|alt=|title|width|height|align|class],a[href|target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote”, entity_encoding : “utf-8″, plugins :”pagebreak”, theme_advanced_buttons3 : “pagebreak”, pagebreak_separator : “<!– my …
Page break with php-fckeditor
php code <?php if (stripos($row_latestnews[‘nws_text_gr’],”<div style=\”page-break-after: always;\”><span style=\”display: none;\”> </span></div>”)<1) echo substr($row_latestnews[‘nws_text_gr’],0,180); else { $str=split(“<div style=\”page-break-after: always;\”><span style=\”display: none;\”> </span></div>”,$row_latestnews[‘nws_text_gr’]); echo $str[0]; } ?>