03-09-2018, 04:39 AM
New month started and already 9 days gone. i badly missing post counter because its ease to manage and prevent from any unfortunate loss.
LOVE FOR ALL HATRED FOR NONE
(03-09-2018, 11:01 AM)Vuluts Wrote: It's good to be lazy sometime, but count post is the most important when you already have a VPS.
The other way to count your post for the month is View your profile > Activity > Find All Posts
(03-09-2018, 11:01 AM)Vuluts Wrote: The other way to count your post for the month is View your profile > Activity > Find All Posts
(03-24-2018, 05:44 AM)sagher Wrote: We have to do any good alternate for post counter script. many many days ago i suggest that monthly post count will also be shown at every post of member underneath there total post and threads in mini profile. so its looks like
Posts: 200
Threads: 50
Monthly Posts: 15 ( shown Red if under 20 and green if above 20)
Reputation : 5
Holder of: VPS xx
Credits: $500
(03-24-2018, 10:34 AM)TrK Wrote: In actual i was working on something like that but as usual i am not getting enough free time to do so however i might resume the development as soon i got some free time besides my personal life.
Quote:[30-Oct-2018 12:07:49 UTC] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/pirates/public_html/forum/postcounter/MyBBPostCounter-master/img.php on line 79
if (substr($post->plaintext, 0, 3) === 'Yes' or substr($post->plaintext, 0, 3) === 'Tod' or substr($post->plaintext, 0, 3) === 'Les' or substr($post->plaintext, 3, 3) === 'min' or substr($post->plaintext, 2, 3) === 'min' or substr($post->plaintext, 2, 3) === 'hou' or substr($post->plaintext, 3, 3) === 'hou' or substr($post->plaintext, 0, 3) === date("m-") && substr($post->plaintext, 5, 5) === date("-Y")) {
$numberofpoststhismonth++;
}