Next scheduled rescrape ... never
Version 2
Last scraped
Edited on 07/06/2025, 14:44:03 UTC
Who knew there's a [ PHPphp]-tag?

function calculate_smerit($user){
        
$sendableUserMerit db_query("select sum(amount) from merit_ledger where ID_MEMBER_TO=$user"__FILE____LINE__);
        if(
mysql_num_rows($sendableUserMerit))
                
$sendableUserMerit = (int)(mysql_fetch_array($sendableUserMerit)[0]/2);
        else
                
$sendableUserMerit 0;
And who knew there's some sort of "space" that Admin can post, but turns into " " when I quote it? And why can Mia Chloe post it without problems? Never mind, the " "-thing only happens when I Preview my post.
Version 1
Scraped on 31/05/2025, 14:48:56 UTC
Who knew there's a [ PHP]-tag?

function calculate_smerit($user){
        
$sendableUserMerit db_query("select sum(amount) from merit_ledger where ID_MEMBER_TO=$user"__FILE____LINE__);
        if(
mysql_num_rows($sendableUserMerit))
                
$sendableUserMerit = (int)(mysql_fetch_array($sendableUserMerit)[0]/2);
        else
                
$sendableUserMerit 0;
And who knew there's some sort of "space" that Admin can post, but turns into " " when I quote it? And why can Mia Chloe post it without problems?
Never mind, the " "-thing only happens when I Preview my post.
Original archived Re: Hidden pages/ features on the forum
Scraped on 31/05/2025, 14:44:06 UTC
Who knew there's a [ PHP]-tag?

function calculate_smerit($user){
$sendableUserMerit db_query("select sum(amount) from merit_ledger where ID_MEMBER_TO=$user"__FILE____LINE__);
if(
mysql_num_rows($sendableUserMerit))
$sendableUserMerit = (int)(mysql_fetch_array($sendableUserMerit)[0]/2);
else
                
$sendableUserMerit 0;
And who knew there's some sort of "space" that Admin can post, but turns into " " when I quote it? And why can Mia Chloe post it without problems?