'fas fa-at', 'title' => 'E-mail', 'url' => 'mailto:me@flash.moe', ], [ 'icon' => 'fas fa-bolt', 'title' => 'Flashii', 'url' => 'https://flashii.net/profile.php?u=1', ], [ 'icon' => 'fab fa-github', 'title' => 'Github', 'url' => 'https://github.com/flashwave', ], [ 'icon' => 'fab fa-youtube', 'title' => 'YouTube', 'url' => 'https://youtube.com/c/flashwave', ], [ 'icon' => 'fab fa-twitch', 'title' => 'Twitch', 'url' => 'https://twitch.tv/flashwave0', ], [ 'icon' => 'fab fa-steam', 'title' => 'Steam', 'url' => 'https://steamcommunity.com/id/flashwave_', ], [ 'icon' => 'fab fa-twitter', 'title' => 'Twitter', 'url' => 'javascript:confirm(\'Proceed with caution.\') ? location.assign(\'https://twitter.com/smugwave\') : void(0);', ], [ 'icon' => 'fab fa-lastfm', 'title' => 'last.fm', 'url' => 'https://www.last.fm/user/flashwave_', ], [ 'icon' => 'fab fa-nintendo-switch', 'title' => 'Switch', 'url' => 'javascript:alert(\'SW-7446-8163-4902\');', ], [ 'icon' => 'fab fa-paypal', 'title' => 'Donate', 'url' => 'https://paypal.me/flashwave', ], ]; $getBlogPosts = $pdo->prepare(' SELECT `post_id`, `post_title`, `post_text`, `post_published` FROM `fm_blog_posts` AS bp WHERE `post_published` IS NOT NULL AND `post_published` < CURRENT_TIMESTAMP AND `post_deleted` IS NULL ORDER BY `post_published` DESC '); $getBlogPosts->execute(); $blogPosts = $getBlogPosts->fetchAll(PDO::FETCH_OBJ); echo html_open() . '' . html_head('flash.moe', HEAD_FLASHWAVE) . ''; if(html_old_ie()) echo ''; if(html_netscape()) echo ''; echo '
'; ?>
avatar
flashwave
if it ain't broke, i'll break it
Projects
List of things I've made or am making.
Flashii
Community site I run and develop.
Railgun
Chat server and chat protocols I work on.
Loading...

post_title;?>

post_text)[0]);?>

Continue reading Posted post_published;?>
' . html_footer() . '' . html_close();