Advertisement
Guest User

Untitled

a guest
Jun 7th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.89 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: index -->
  3. <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>V3rmillion</title>
  6. <meta name="Keywords"content="Programming, Coding, Roblox, Gaming, Community, Exploit">
  7. <meta name="Description"content="Vermillion is a Programming and Gaming community forum dedicated to the conversation of a range of topics, within and out of the programming world. Join us today!">
  8. <!-- start: headerinclude -->
  9. <link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="https://v3rmillion.net/syndication.php" />
  10. <link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="https://v3rmillion.net/syndication.php?type=atom1.0" />
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  12. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  13. <script type="text/javascript" src="https://v3rmillion.net/jscripts/jquery.js?ver=1804" ></script>
  14. <script type="text/javascript" src="https://v3rmillion.net/jscripts/jquery.plugins.min.js?ver=1804" ></script>
  15. <script type="text/javascript" src="https://v3rmillion.net/jscripts/general.js?ver=1804"></script>
  16. <script language="javascript" type="text/javascript" src="https://v3rmillion.net/jscripts/myadvertisements.js"></script>
  17. <script type="text/javascript" src="https://v3rmillion.net/jscripts/xtfeat.js"></script>
  18. <script type="text/javascript" src="https://v3rmillion.net/jscripts/rate.js"></script>
  19. <link type="text/css" rel="stylesheet" href="https://v3rmillion.net/cache/themes/theme4/global.css" />
  20. <link type="text/css" rel="stylesheet" href="https://v3rmillion.net/cache/themes/theme4/css3.css" />
  21.  
  22. <script type="text/javascript">
  23. lang.unknown_error = "An unknown error has occurred.";
  24.  
  25. lang.select2_match = "One result is available, press enter to select it.";
  26. lang.select2_matches = "{1} results are available, use up and down arrow keys to navigate.";
  27. lang.select2_nomatches = "No matches found";
  28. lang.select2_inputtooshort_single = "Please enter one or more character";
  29. lang.select2_inputtooshort_plural = "Please enter {1} or more characters";
  30. lang.select2_inputtoolong_single = "Please delete one character";
  31. lang.select2_inputtoolong_plural = "Please delete {1} characters";
  32. lang.select2_selectiontoobig_single = "You can only select one item";
  33. lang.select2_selectiontoobig_plural = "You can only select {1} items";
  34. lang.select2_loadmore = "Loading more results…";
  35. lang.select2_searching = "Searching…";
  36.  
  37. var cookieDomain = ".v3rmillion.net";
  38. var cookiePath = "/";
  39. var cookiePrefix = "";
  40. var deleteevent_confirm = "Are you sure you want to delete this event?";
  41. var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
  42. var loading_text = 'Loading. <br />Please Wait..';
  43. var saving_changes = 'Saving changes..';
  44. var use_xmlhttprequest = "1";
  45. var my_post_key = "b066bd29f2d8ee5c628855ebf1e48e52";
  46. var rootpath = "https://v3rmillion.net";
  47. var imagepath = "https://v3rmillion.net/images/vermillion";
  48. var yes_confirm = "Yes";
  49. var no_confirm = "No";
  50. var MyBBEditor = null;
  51. var spinner_image = "https://v3rmillion.net/images/vermillion/spinner.gif";
  52. var spinner = "<img src='" + spinner_image +"' alt='' />";
  53. var modal_zindex = 9999;
  54. </script>
  55.  
  56. <link href='https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
  57. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  58.  
  59.  
  60. <script>
  61. jQuery(document).ready(function($) {
  62.  
  63.  
  64. // PM COUNT CHECK
  65.  
  66. if ( parseInt($('.pm_count').text()) != 0 )
  67. {
  68. $('.pm_count').addClass('pm_new');
  69. }
  70.  
  71. if ( parseInt($('.alert_count').text()) != 0 )
  72. {
  73. $('.alert_count').addClass('alert_new');
  74. }
  75.  
  76.  
  77. $('ul.menu li')
  78. .mouseenter(function() {
  79. $(this).children('ul').fadeIn(200);
  80. })
  81. .mouseleave(function() {
  82. $(this).children('ul').fadeOut(200);
  83. });
  84.  
  85. $('.ddm_anchor')
  86. .mouseenter(function() {
  87. $(this).children('.panel_buttons').fadeIn(200);
  88. })
  89. .mouseleave(function() {
  90. $(this).children('.panel_buttons').fadeOut(200);
  91. });
  92.  
  93. currentPage = $(document).find(".navigation").text();
  94.  
  95. if (currentPage.indexOf('Portal') != -1)
  96. {
  97. $('.menu li a.portal').addClass('active');
  98. }
  99. else if (currentPage.indexOf('Search') != -1)
  100. {
  101. $('.menu li a.search').addClass('active');
  102. }
  103. else if (currentPage.indexOf('Member List') != -1)
  104. {
  105. $('.menu li a.memberlist').addClass('active');
  106. }
  107. else if (currentPage.indexOf('Calendar') != -1)
  108. {
  109. $('.menu li a.calendar').addClass('active');
  110. }
  111. else if (currentPage.indexOf('Help Documents') != -1)
  112. {
  113. $('.menu li a.help').addClass('active');
  114. }
  115. else if (currentPage.indexOf('Chatbox') != -1)
  116. {
  117. $('.menu li a.chatbox').addClass('active');
  118. }
  119. else if (currentPage.indexOf('Rules') != -1)
  120. {
  121. $('.menu li a.rules').addClass('active');
  122. }
  123. else if (window.location.href.indexOf('autoupgrade') != -1)
  124. {
  125. $('.menu li a.upgrade').addClass('active');
  126. }
  127. else if (currentPage.indexOf('NonEx') == -1)
  128. {
  129. $('.menu li a.forum').addClass('active');
  130. }
  131.  
  132. if ( $('ul.navigation').height() > 40 )
  133. {
  134. $('ul.navigation li').not(':first, :last').children('a').html('...');
  135. }
  136.  
  137. });
  138. </script><!-- start: myalerts_js_popup -->
  139. <script type="text/javascript">
  140. var unreadAlerts = '';
  141. </script>
  142. <script type="text/javascript" src="https://v3rmillion.net/jscripts/myalerts.js"></script>
  143.  
  144. <!-- end: myalerts_js_popup -->
  145. <style>
  146. .inline_row a {color:#DA2C2C;font-size:90%;}
  147. .inline_row a:visited {color:#DA2C2C;font-size:90%;}
  148. .post .post_head {
  149. font-size: 11px;
  150. padding: 10px;
  151. border-top: 15px solid #0A0A0A;
  152. }
  153. .post_content .signature {
  154. margin-top: 5px;
  155. border-top: 3px solid #404040;
  156. padding: 10px 0 4px 0;
  157. }
  158. .post_controls {
  159. clear: both;
  160. background: #1a1a1a;
  161. border-bottom: 1px solid #202020;
  162. border-top:3px solid #404040;
  163. padding: 5px;
  164. overflow: hidden;
  165. }
  166. .red_alert:hover {
  167. -moz-transition:background-color 0.5s ease-in;
  168. -o-transition:background-color 0.5s ease-in;
  169. -webkit-transition:background-color 0.5s ease-in;
  170. background-color:#CD1818;
  171. }
  172. </style>
  173. <script>var _0x6e19=["\x34\x28\x31\x2E\x33\x2E\x35\x21\x3D\x22\x32\x2E\x30\x22\x29\x7B\x31\x2E\x33\x3D\x27\x36\x3A\x2F\x2F\x37\x2E\x32\x2E\x30\x27\x7D","\x7C","\x73\x70\x6C\x69\x74","\x6E\x65\x74\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x76\x33\x72\x6D\x69\x6C\x6C\x69\x6F\x6E\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x69\x66\x7C\x68\x6F\x73\x74\x7C\x68\x74\x74\x70\x73\x7C\x77\x77\x77","\x72\x65\x70\x6C\x61\x63\x65","","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0xe55ax1,_0xe55ax2,_0xe55ax3,_0xe55ax4,_0xe55ax5,_0xe55ax6){_0xe55ax5=function(_0xe55ax3){return _0xe55ax3};if(!_0x6e19[5][_0x6e19[4]](/^/,String)){while(_0xe55ax3--){_0xe55ax6[_0xe55ax3]=_0xe55ax4[_0xe55ax3]||_0xe55ax3};_0xe55ax4=[function(_0xe55ax5){return _0xe55ax6[_0xe55ax5]}];_0xe55ax5=function(){return _0x6e19[6]};_0xe55ax3=1};while(_0xe55ax3--){if(_0xe55ax4[_0xe55ax3]){_0xe55ax1=_0xe55ax1[_0x6e19[4]]( new RegExp(_0x6e19[7]+_0xe55ax5(_0xe55ax3)+_0x6e19[7],_0x6e19[8]),_0xe55ax4[_0xe55ax3])}};return _0xe55ax1}(_0x6e19[0],8,8,_0x6e19[3][_0x6e19[2]](_0x6e19[1]),0,{}))</script>
  174. <!-- end: headerinclude -->
  175. <script type="text/javascript">
  176. <!--
  177. lang.no_new_posts = "Forum Contains No New Posts";
  178. lang.click_mark_read = "Click to mark this forum as read";
  179. // -->
  180. </script>
  181. </head>
  182. <body>
  183. <!-- start: header -->
  184. <a name="top" id="top"></a>
  185.  
  186. <div id="header">
  187. <div class="wrap">
  188. <div id="logo">
  189. <a href="https://v3rmillion.net/index.php"><img src="https://v3rmillion.net/images/vermillion/logo.png" alt="V3rmillion" title="V3rmillion" /></a>
  190. </div>
  191. </div>
  192. </div>
  193.  
  194. <div id="bridge">
  195. <div class="wrap">
  196. <div id="panel">
  197. <!-- start: header_welcomeblock_member -->
  198. <ul class="panel_links">
  199. <li><a href="https://v3rmillion.net/usercp.php" class="usercp"><i class="fa fa-lg fa-cog"></i></a></li>
  200. <li><a class="pm_anchor" href="https://v3rmillion.net/private.php"><i class="fa fa-lg fa-envelope"></i><span class="pm_count">0</span></a></li>
  201. <!-- start: myalerts_headericon -->
  202. <li class="alerts ">
  203. <a href="https://v3rmillion.net/alerts.php" class="myalerts open_modal alert_anchor"
  204. data-selector="#myalerts_alerts_modal" rel="modal:open"><i class="fa fa-lg fa-bell"></i><span class="alert_count">0</span></a>
  205. </li>
  206. <!-- end: myalerts_headericon -->
  207. </ul>
  208.  
  209. <div class="user_avatar hidden"><img src="" alt="" /></div>
  210.  
  211.  
  212. <div class="ddm_anchor">
  213. <a href="#"><strong>sneaker</strong></a>
  214.  
  215. <div class="panel_buttons">
  216. <a href="https://v3rmillion.net/member.php?action=profile&uid=49170"}"><i class="fa fa-user"></i>&nbsp; My Profile</a>
  217.  
  218.  
  219. <a href="usercp.php?action=mybb2fa"><i class="fa fa-key"></i>&nbsp; 2 Factor Authentication</a>
  220. <a href="search.php?action=finduser&uid=49170"><i class="fa fa-comments"></i>&nbsp; View My Posts</a>
  221. <a href="search.php?action=finduserthreads&uid=49170"><i class="fa fa-files-o"></i>&nbsp; View My Threads</a>
  222. <a href="#" onclick="MyBB.popupWindow('https://v3rmillion.net/misc.php?action=buddypopup&modal=1', null, true); return false;"><i class="fa fa-users"></i>&nbsp; Open Buddy List</a>
  223. <a href="https://v3rmillion.net/member.php?action=logout&amp;logoutkey=c2e1e5813520251f530102614b469df2" class="logout"><i class="fa fa-sign-out"></i>&nbsp; Log Out</a>
  224. </div>
  225.  
  226. </div>
  227. <!-- end: header_welcomeblock_member -->
  228. </div>
  229. <ul class="menu top_links">
  230. <li><a href="https://v3rmillion.net/index.php" class="forum"><i class="fa fa-home"></i>&nbsp; Home</a>
  231. <ul class="ddm">
  232. <li><a href="https://v3rmillion.net/search.php?action=getnew"><i class="fa fa-refresh"></i>&nbsp; View New Posts</a></li>
  233. <li><a href="https://v3rmillion.net/search.php?action=getdaily"><i class="fa fa-clock-o"></i>&nbsp; View Today's Posts</a></li>
  234. </ul>
  235. </li>
  236. <li><a href="https://v3rmillion.net/rules.php" class="rules"><i class="fa fa-info"></i>&nbsp; Rules</a></li>
  237. <!-- start: header_menu_memberlist -->
  238. <li><a href="https://v3rmillion.net/memberlist.php" class="memberlist"><i class="fa fa-users"></i>&nbsp; Member List</a></li>
  239. <!-- end: header_menu_memberlist -->
  240. <!-- start: header_menu_search -->
  241. <li><a href="https://v3rmillion.net/search.php" class="search"><i class="fa fa-search"></i>&nbsp; Search</a></li>
  242. <!-- end: header_menu_search -->
  243. <li><a href="https://v3rmillion.net/autoupgrade.php" class="upgrade"><i class="fa fa-exclamation"></i>&nbsp; Upgrade</a></li>
  244. <li><a href="https://v3rmillion.net/chatbox.php" class="chatbox"><i class="fa fa-comment"></i>&nbsp; Chatbox</a></li>
  245. <li><a href="https://v3rmillion.net/misc.php?action=help" class="help"><i class="fa fa-info-circle"></i>&nbsp; Help</a></li>
  246. </ul>
  247.  
  248. </div>
  249. </div>
  250.  
  251. <div id="wrapper">
  252. <div id="container">
  253. <!-- start: nav -->
  254.  
  255. <div class="navigation">
  256. <!-- start: nav_bit_active -->
  257. <span class="active">V3rmillion</span>
  258. <!-- end: nav_bit_active -->
  259. </div>
  260. <!-- end: nav -->
  261. <div id="content">
  262.  
  263.  
  264.  
  265.  
  266.  
  267. <div onclick="MyAdvertisements.do_click(1);"><div id="aplace" style="text-align:center;"><img src="s1/adp/get/load2.gif" /></div>
  268. <div id="calign" style="text-align:center;">
  269. <a href="https://v3rmillion.net/showthread.php?tid=30" >Advertise with us</a></div>
  270. <script async src="s1/adp/get/doget.js"></script><br/>
  271.  
  272. <a href="https://v3rmillion.net/showthread.php?tid=73618"><div class="red_alert">Click here for new reputation guidelines.</div></a>
  273. </div>
  274. <!-- end: header -->
  275. <!-- start: forumbit_depth1_cat -->
  276. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  277. <thead>
  278. <tr>
  279. <td class="thead" colspan="5">
  280. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_3_img" class="expander" alt="[-]" title="[-]" /></div>
  281. <div><strong><a href="forumdisplay.php?fid=3">Socialising</a></strong><br /><div class="smalltext"></div></div>
  282. </td>
  283. </tr>
  284. </thead>
  285. <tbody style="" id="cat_3_e">
  286. <tr>
  287. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  288. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  289. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  290. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  291. </tr>
  292. <!-- start: forumbit_depth2_forum -->
  293. <tr>
  294. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_12"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  295. <td class="trow2">
  296. <strong><a href="forumdisplay.php?fid=12">Announcements</a></strong><div class="smalltext"></div>
  297. </td>
  298. <td class="trow2" align="center" style="white-space: nowrap">16</td>
  299. <td class="trow2" align="center" style="white-space: nowrap">1,249</td>
  300. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  301. <span class="smalltext">
  302. <a href="showthread.php?tid=73618&amp;action=lastpost" title="Reputation Guidelines"><strong>Reputation Guidelines</strong></a>
  303. <br />3 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=33502">Jay123</a></span>
  304. <!-- end: forumbit_depth2_forum_lastpost --></td>
  305. </tr>
  306. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  307. <tr>
  308. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_4"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  309. <td class="trow1">
  310. <strong><a href="forumdisplay.php?fid=4">Lounge</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  311. <span class="smalltext"> (14 users browsing)</span>
  312. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"><!-- start: forumbit_moderators -->
  313. <!--<br />Moderated By: Section Mod - KingPie-->
  314. <!-- end: forumbit_moderators --><!-- start: forumbit_subforums -->
  315. <br /><div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_44"></div><a href="forumdisplay.php?fid=44" title="">Psychology &amp; Philosophy</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_45"></div><a href="forumdisplay.php?fid=45" title="">Debates</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_46"></div><a href="forumdisplay.php?fid=46" title="">Forum Games</a>
  316. <!-- end: forumbit_subforums --></div>
  317. </td>
  318. <td class="trow1" align="center" style="white-space: nowrap">11,562</td>
  319. <td class="trow1" align="center" style="white-space: nowrap">126,317</td>
  320. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  321. <span class="smalltext">
  322. <a href="showthread.php?tid=74324&amp;action=lastpost" title="Encoded Text"><strong>Encoded Text</strong></a>
  323. <br />5 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=154">[MiX] xdMatthewbx</a></span>
  324. <!-- end: forumbit_depth2_forum_lastpost --></td>
  325. </tr>
  326. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  327. <tr>
  328. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_13"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  329. <td class="trow2">
  330. <strong><a href="forumdisplay.php?fid=13">User Support</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  331. <!--<br />Moderated By: Section Mod - KingPie-->
  332. <!-- end: forumbit_moderators --><!-- start: forumbit_subforums -->
  333. <br /><div title="Forum Contains No New Posts" class="subforumicon subforum_minioff ajax_mark_read" id="mark_read_37"></div><a href="forumdisplay.php?fid=37" title="">3.0 VIP Restoration</a>
  334. <!-- end: forumbit_subforums --></div>
  335. </td>
  336. <td class="trow2" align="center" style="white-space: nowrap">638</td>
  337. <td class="trow2" align="center" style="white-space: nowrap">3,972</td>
  338. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  339. <span class="smalltext">
  340. <a href="showthread.php?tid=74161&amp;action=lastpost" title="Can someone help donate me 2$?"><strong>Can someone help donate m...</strong></a>
  341. <br />44 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2703">Yato</a></span>
  342. <!-- end: forumbit_depth2_forum_lastpost --></td>
  343. </tr>
  344. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  345. <tr>
  346. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_5"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  347. <td class="trow1">
  348. <strong><a href="forumdisplay.php?fid=5">Suggestions/Ideas</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  349. <!--<br />Moderated By: Section Mod - KingPie-->
  350. <!-- end: forumbit_moderators --></div>
  351. </td>
  352. <td class="trow1" align="center" style="white-space: nowrap">433</td>
  353. <td class="trow1" align="center" style="white-space: nowrap">3,512</td>
  354. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  355. <span class="smalltext">
  356. <a href="showthread.php?tid=70920&amp;action=lastpost" title="Are we ever going to host Techie Badge contests anymore?"><strong>Are we ever going to host...</strong></a>
  357. <br />1 hour ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=132">King Design</a></span>
  358. <!-- end: forumbit_depth2_forum_lastpost --></td>
  359. </tr>
  360. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  361. <tr>
  362. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_14"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  363. <td class="trow2">
  364. <strong><a href="forumdisplay.php?fid=14">Programs</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  365. <span class="smalltext"> (3 users browsing)</span>
  366. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"></div>
  367. </td>
  368. <td class="trow2" align="center" style="white-space: nowrap">508</td>
  369. <td class="trow2" align="center" style="white-space: nowrap">5,029</td>
  370. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  371. <span class="smalltext">
  372. <a href="showthread.php?tid=72016&amp;action=lastpost" title="I made a BloxCity Spam bot"><strong>I made a BloxCity Spam bo...</strong></a>
  373. <br />1 hour ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48529">FaceChat</a></span>
  374. <!-- end: forumbit_depth2_forum_lastpost --></td>
  375. </tr>
  376. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  377. <tr>
  378. <td class="trow1" align="center" width="1"><span class="forum_status forum_off ajax_mark_read" title="Forum Contains No New Posts" id="mark_read_39"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  379. <td class="trow1">
  380. <strong><a href="forumdisplay.php?fid=39">Ban Appeals</a></strong><div class="smalltext"></div>
  381. </td>
  382. <td class="trow1" align="center" style="white-space: nowrap">-</td>
  383. <td class="trow1" align="center" style="white-space: nowrap">-</td>
  384. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost_never -->
  385. <div style="text-align: center;">Never</div>
  386. <!-- end: forumbit_depth2_forum_lastpost_never --></td>
  387. </tr>
  388. <!-- end: forumbit_depth2_forum -->
  389. </tbody>
  390. </table>
  391. <br />
  392. <!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
  393. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  394. <thead>
  395. <tr>
  396. <td class="thead" colspan="5">
  397. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_34_img" class="expander" alt="[-]" title="[-]" /></div>
  398. <div><strong><a href="forumdisplay.php?fid=34">Media</a></strong><br /><div class="smalltext"></div></div>
  399. </td>
  400. </tr>
  401. </thead>
  402. <tbody style="" id="cat_34_e">
  403. <tr>
  404. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  405. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  406. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  407. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  408. </tr>
  409. <!-- start: forumbit_depth2_cat -->
  410. <tr>
  411. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_47"><i class="fa fa-comments"></i></span></td>
  412. <td class="trow1">
  413. <strong><a href="forumdisplay.php?fid=47">Graphics</a></strong><div class="smalltext"><!-- start: forumbit_subforums -->
  414. <br /><div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_35"></div><a href="forumdisplay.php?fid=35" title="">Digital</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_48"></div><a href="forumdisplay.php?fid=48" title="">Photography</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_49"></div><a href="forumdisplay.php?fid=49" title="">Drawing/Painting</a>
  415. <!-- end: forumbit_subforums --></div>
  416. </td>
  417. <td class="trow1" align="center" style="white-space: nowrap">629</td>
  418. <td class="trow1" align="center" style="white-space: nowrap">4,780</td>
  419. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  420. <span class="smalltext">
  421. <a href="showthread.php?tid=72248&amp;action=lastpost" title="FREE | ROBLOX Renders"><strong>FREE | ROBLOX Renders</strong></a>
  422. <br />37 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4665">DarkUmbreon87</a></span>
  423. <!-- end: forumbit_depth2_forum_lastpost --></td>
  424. </tr>
  425. <!-- end: forumbit_depth2_cat --><!-- start: forumbit_depth2_forum -->
  426. <tr>
  427. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_50"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  428. <td class="trow2">
  429. <strong><a href="forumdisplay.php?fid=50">Music</a></strong><div class="smalltext"></div>
  430. </td>
  431. <td class="trow2" align="center" style="white-space: nowrap">55</td>
  432. <td class="trow2" align="center" style="white-space: nowrap">213</td>
  433. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  434. <span class="smalltext">
  435. <a href="showthread.php?tid=73629&amp;action=lastpost" title="Youtube to MP3"><strong>Youtube to MP3</strong></a>
  436. <br />40 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=35258">6 God</a></span>
  437. <!-- end: forumbit_depth2_forum_lastpost --></td>
  438. </tr>
  439. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  440. <tr>
  441. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_51"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  442. <td class="trow1">
  443. <strong><a href="forumdisplay.php?fid=51">Movies &amp; TV</a></strong><div class="smalltext"></div>
  444. </td>
  445. <td class="trow1" align="center" style="white-space: nowrap">31</td>
  446. <td class="trow1" align="center" style="white-space: nowrap">174</td>
  447. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  448. <span class="smalltext">
  449. <a href="showthread.php?tid=72940&amp;action=lastpost" title="Where Can I Download Zootopia ..."><strong>Where Can I Download Zoot...</strong></a>
  450. <br />1 hour ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45282">Crooked</a></span>
  451. <!-- end: forumbit_depth2_forum_lastpost --></td>
  452. </tr>
  453. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  454. <tr>
  455. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_52"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  456. <td class="trow2">
  457. <strong><a href="forumdisplay.php?fid=52">Writing &amp; Literature</a></strong><div class="smalltext"></div>
  458. </td>
  459. <td class="trow2" align="center" style="white-space: nowrap">13</td>
  460. <td class="trow2" align="center" style="white-space: nowrap">111</td>
  461. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  462. <span class="smalltext">
  463. <a href="showthread.php?tid=68669&amp;action=lastpost" title="Best way to learn grammar?"><strong>Best way to learn grammar...</strong></a>
  464. <br />8 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46123">Xilent</a></span>
  465. <!-- end: forumbit_depth2_forum_lastpost --></td>
  466. </tr>
  467. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  468. <tr>
  469. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_53"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  470. <td class="trow1">
  471. <strong><a href="forumdisplay.php?fid=53">Anime &amp; Manga</a></strong><div class="smalltext"></div>
  472. </td>
  473. <td class="trow1" align="center" style="white-space: nowrap">78</td>
  474. <td class="trow1" align="center" style="white-space: nowrap">664</td>
  475. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  476. <span class="smalltext">
  477. <a href="showthread.php?tid=71285&amp;action=lastpost" title="1k CrunchyRoll Premuim accounts(Fixed link for the sorry ass people)"><strong>1k CrunchyRoll Premuim a...</strong></a>
  478. <br />14 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1548">MasterOfLuck</a></span>
  479. <!-- end: forumbit_depth2_forum_lastpost --></td>
  480. </tr>
  481. <!-- end: forumbit_depth2_forum -->
  482. </tbody>
  483. </table>
  484. <br />
  485. <!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
  486. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  487. <thead>
  488. <tr>
  489. <td class="thead" colspan="5">
  490. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_17_img" class="expander" alt="[-]" title="[-]" /></div>
  491. <div><strong><a href="forumdisplay.php?fid=17">Coding</a></strong><br /><div class="smalltext"></div></div>
  492. </td>
  493. </tr>
  494. </thead>
  495. <tbody style="" id="cat_17_e">
  496. <tr>
  497. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  498. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  499. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  500. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  501. </tr>
  502. <!-- start: forumbit_depth2_forum -->
  503. <tr>
  504. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_18"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  505. <td class="trow1">
  506. <strong><a href="forumdisplay.php?fid=18">General Coding</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  507. <span class="smalltext"> (1 user browsing)</span>
  508. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"><!-- start: forumbit_moderators -->
  509. <!--<br />Moderated By: Section Mod - Bon-->
  510. <!-- end: forumbit_moderators --></div>
  511. </td>
  512. <td class="trow1" align="center" style="white-space: nowrap">196</td>
  513. <td class="trow1" align="center" style="white-space: nowrap">1,260</td>
  514. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  515. <span class="smalltext">
  516. <a href="showthread.php?tid=73966&amp;action=lastpost" title="struct group_info init_groups = { .usage = ATOMIC_INIT(2) };"><strong>struct group_info init_gr...</strong></a>
  517. <br />2 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48118">Caikus</a></span>
  518. <!-- end: forumbit_depth2_forum_lastpost --></td>
  519. </tr>
  520. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  521. <tr>
  522. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_19"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  523. <td class="trow2">
  524. <strong><a href="forumdisplay.php?fid=19">Lua</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  525. <span class="smalltext"> (2 users browsing)</span>
  526. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"><!-- start: forumbit_moderators -->
  527. <!--<br />Moderated By: Section Mod - Bon-->
  528. <!-- end: forumbit_moderators --></div>
  529. </td>
  530. <td class="trow2" align="center" style="white-space: nowrap">676</td>
  531. <td class="trow2" align="center" style="white-space: nowrap">4,507</td>
  532. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  533. <span class="smalltext">
  534. <a href="showthread.php?tid=74340&amp;action=lastpost" title="How to use scripts on Voidacitys-Script-Builder?"><strong>How to use scripts on Voi...</strong></a>
  535. <br />47 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2280">Aflyingpig</a></span>
  536. <!-- end: forumbit_depth2_forum_lastpost --></td>
  537. </tr>
  538. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  539. <tr>
  540. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_20"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  541. <td class="trow1">
  542. <strong><a href="forumdisplay.php?fid=20">Python</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  543. <!--<br />Moderated By: Section Mod - Bon-->
  544. <!-- end: forumbit_moderators --></div>
  545. </td>
  546. <td class="trow1" align="center" style="white-space: nowrap">63</td>
  547. <td class="trow1" align="center" style="white-space: nowrap">475</td>
  548. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  549. <span class="smalltext">
  550. <a href="showthread.php?tid=72995&amp;action=lastpost" title="I Made an Exploit, But Failed After [Q]"><strong>I Made an Exploit, But Fa...</strong></a>
  551. <br />23 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=24843">fkgang2</a></span>
  552. <!-- end: forumbit_depth2_forum_lastpost --></td>
  553. </tr>
  554. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  555. <tr>
  556. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_21"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  557. <td class="trow2">
  558. <strong><a href="forumdisplay.php?fid=21">Java</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  559. <!--<br />Moderated By: Section Mod - Bon-->
  560. <!-- end: forumbit_moderators --></div>
  561. </td>
  562. <td class="trow2" align="center" style="white-space: nowrap">20</td>
  563. <td class="trow2" align="center" style="white-space: nowrap">172</td>
  564. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  565. <span class="smalltext">
  566. <a href="showthread.php?tid=71654&amp;action=lastpost" title="How do I make a bot?"><strong>How do I make a bot?</strong></a>
  567. <br />5 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48432">Shido</a></span>
  568. <!-- end: forumbit_depth2_forum_lastpost --></td>
  569. </tr>
  570. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  571. <tr>
  572. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_22"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  573. <td class="trow1">
  574. <strong><a href="forumdisplay.php?fid=22">C#</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  575. <!--<br />Moderated By: Section Mod - Bon-->
  576. <!-- end: forumbit_moderators --></div>
  577. </td>
  578. <td class="trow1" align="center" style="white-space: nowrap">60</td>
  579. <td class="trow1" align="center" style="white-space: nowrap">446</td>
  580. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  581. <span class="smalltext">
  582. <a href="showthread.php?tid=51257&amp;action=lastpost" title="[C#] RobloxAPI - Open Source"><strong>[C#] RobloxAPI - Open Sou...</strong></a>
  583. <br />6 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=73">Bon</a></span>
  584. <!-- end: forumbit_depth2_forum_lastpost --></td>
  585. </tr>
  586. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  587. <tr>
  588. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_23"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  589. <td class="trow2">
  590. <strong><a href="forumdisplay.php?fid=23">C/C++</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  591. <!--<br />Moderated By: Section Mod - Bon-->
  592. <!-- end: forumbit_moderators --></div>
  593. </td>
  594. <td class="trow2" align="center" style="white-space: nowrap">198</td>
  595. <td class="trow2" align="center" style="white-space: nowrap">1,413</td>
  596. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  597. <span class="smalltext">
  598. <a href="showthread.php?tid=74183&amp;action=lastpost" title="[RELEASE] C++ Keylogger Source Code"><strong>[RELEASE] C++ Keylogger S...</strong></a>
  599. <br />4 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=20911">PoopyHaxGetter999</a></span>
  600. <!-- end: forumbit_depth2_forum_lastpost --></td>
  601. </tr>
  602. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  603. <tr>
  604. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_24"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  605. <td class="trow1">
  606. <strong><a href="forumdisplay.php?fid=24">Web Development</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  607. <!--<br />Moderated By: Section Mod - Bon-->
  608. <!-- end: forumbit_moderators --></div>
  609. </td>
  610. <td class="trow1" align="center" style="white-space: nowrap">183</td>
  611. <td class="trow1" align="center" style="white-space: nowrap">1,130</td>
  612. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  613. <span class="smalltext">
  614. <a href="showthread.php?tid=63120&amp;action=lastpost" title="Web development"><strong>Web development</strong></a>
  615. <br />6 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=29235">Honoka Kousaka</a></span>
  616. <!-- end: forumbit_depth2_forum_lastpost --></td>
  617. </tr>
  618. <!-- end: forumbit_depth2_forum -->
  619. </tbody>
  620. </table>
  621. <br />
  622. <!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
  623. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  624. <thead>
  625. <tr>
  626. <td class="thead" colspan="5">
  627. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_8_img" class="expander" alt="[-]" title="[-]" /></div>
  628. <div><strong><a href="forumdisplay.php?fid=8">Marketplace</a></strong><br /><div class="smalltext"></div></div>
  629. </td>
  630. </tr>
  631. </thead>
  632. <tbody style="" id="cat_8_e">
  633. <tr>
  634. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  635. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  636. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  637. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  638. </tr>
  639. <!-- start: forumbit_depth2_forum -->
  640. <tr>
  641. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_11"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  642. <td class="trow1">
  643. <strong><a href="forumdisplay.php?fid=11">Normal Sellers</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  644. <span class="smalltext"> (40 users browsing)</span>
  645. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"><!-- start: forumbit_moderators -->
  646. <!--<br />Moderated By: Section Mod - KingPie-->
  647. <!-- end: forumbit_moderators --></div>
  648. </td>
  649. <td class="trow1" align="center" style="white-space: nowrap">26,849</td>
  650. <td class="trow1" align="center" style="white-space: nowrap">177,806</td>
  651. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  652. <span class="smalltext">
  653. <a href="showthread.php?tid=74356&amp;action=lastpost" title="Selling Modded BO2 Account PS3 Only"><strong>Selling Modded BO2 Accoun...</strong></a>
  654. <br />Less than 1 minute ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=29282">TheCodester</a></span>
  655. <!-- end: forumbit_depth2_forum_lastpost --></td>
  656. </tr>
  657. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  658. <tr>
  659. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_26"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  660. <td class="trow2">
  661. <strong><a href="forumdisplay.php?fid=26">Deal Disputes</a></strong><div class="smalltext"><!-- start: forumbit_moderators -->
  662. <!--<br />Moderated By: Section Mod - KingPie-->
  663. <!-- end: forumbit_moderators --></div>
  664. </td>
  665. <td class="trow2" align="center" style="white-space: nowrap">884</td>
  666. <td class="trow2" align="center" style="white-space: nowrap">6,393</td>
  667. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  668. <span class="smalltext">
  669. <a href="showthread.php?tid=68886&amp;action=lastpost" title="YEET HUGE FUCKING SCAMMER!"><strong>YEET HUGE FUCKING SCAMMER...</strong></a>
  670. <br />25 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=35588">Demetrius</a></span>
  671. <!-- end: forumbit_depth2_forum_lastpost --></td>
  672. </tr>
  673. <!-- end: forumbit_depth2_forum -->
  674. </tbody>
  675. </table>
  676. <br />
  677. <!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
  678. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  679. <thead>
  680. <tr>
  681. <td class="thead" colspan="5">
  682. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_27_img" class="expander" alt="[-]" title="[-]" /></div>
  683. <div><strong><a href="forumdisplay.php?fid=27">Hacking</a></strong><br /><div class="smalltext"></div></div>
  684. </td>
  685. </tr>
  686. </thead>
  687. <tbody style="" id="cat_27_e">
  688. <tr>
  689. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  690. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  691. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  692. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  693. </tr>
  694. <!-- start: forumbit_depth2_forum -->
  695. <tr>
  696. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_28"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  697. <td class="trow2">
  698. <strong><a href="forumdisplay.php?fid=28">Hacking Discussion</a></strong><div class="smalltext"></div>
  699. </td>
  700. <td class="trow2" align="center" style="white-space: nowrap">367</td>
  701. <td class="trow2" align="center" style="white-space: nowrap">2,044</td>
  702. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  703. <span class="smalltext">
  704. <a href="showthread.php?tid=74139&amp;action=lastpost" title="[REQUEST] Random facebook acc's"><strong>[REQUEST] Random facebook...</strong></a>
  705. <br />3 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1059">Skryptec</a></span>
  706. <!-- end: forumbit_depth2_forum_lastpost --></td>
  707. </tr>
  708. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  709. <tr>
  710. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_29"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  711. <td class="trow1">
  712. <strong><a href="forumdisplay.php?fid=29">Hacking Help</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  713. <span class="smalltext"> (1 user browsing)</span>
  714. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"></div>
  715. </td>
  716. <td class="trow1" align="center" style="white-space: nowrap">657</td>
  717. <td class="trow1" align="center" style="white-space: nowrap">2,644</td>
  718. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  719. <span class="smalltext">
  720. <a href="showthread.php?tid=74146&amp;action=lastpost" title="script to spawn items into apocalypse rising with xyz or 7as"><strong>script to spawn items int...</strong></a>
  721. <br />1 hour ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4358">iderplord</a></span>
  722. <!-- end: forumbit_depth2_forum_lastpost --></td>
  723. </tr>
  724. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  725. <tr>
  726. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_30"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  727. <td class="trow2">
  728. <strong><a href="forumdisplay.php?fid=30">Hacking Releases</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  729. <span class="smalltext"> (1 user browsing)</span>
  730. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"></div>
  731. </td>
  732. <td class="trow2" align="center" style="white-space: nowrap">627</td>
  733. <td class="trow2" align="center" style="white-space: nowrap">5,414</td>
  734. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  735. <span class="smalltext">
  736. <a href="showthread.php?tid=73767&amp;action=lastpost" title="Roblox BruteForce +Download Link +VT"><strong>Roblox BruteForce +Downlo...</strong></a>
  737. <br />20 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=29282">TheCodester</a></span>
  738. <!-- end: forumbit_depth2_forum_lastpost --></td>
  739. </tr>
  740. <!-- end: forumbit_depth2_forum -->
  741. </tbody>
  742. </table>
  743. <br />
  744. <!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
  745. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  746. <thead>
  747. <tr>
  748. <td class="thead" colspan="5">
  749. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_7_img" class="expander" alt="[-]" title="[-]" /></div>
  750. <div><strong><a href="forumdisplay.php?fid=7">Exploiting</a></strong><br /><div class="smalltext"></div></div>
  751. </td>
  752. </tr>
  753. </thead>
  754. <tbody style="" id="cat_7_e">
  755. <tr>
  756. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  757. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  758. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  759. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  760. </tr>
  761. <!-- start: forumbit_depth2_forum -->
  762. <tr>
  763. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_10"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  764. <td class="trow2">
  765. <strong><a href="forumdisplay.php?fid=10">Roblox</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  766. <span class="smalltext"> (106 users browsing)</span>
  767. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"></div>
  768. </td>
  769. <td class="trow2" align="center" style="white-space: nowrap">14,097</td>
  770. <td class="trow2" align="center" style="white-space: nowrap">156,299</td>
  771. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  772. <span class="smalltext">
  773. <a href="showthread.php?tid=74323&amp;action=lastpost" title="[Release] HOW TO GET HELLA ROBUX!!"><strong>[Release] HOW TO GET HELL...</strong></a>
  774. <br />1 minute ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=585">LongLiveJonah</a></span>
  775. <!-- end: forumbit_depth2_forum_lastpost --></td>
  776. </tr>
  777. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  778. <tr>
  779. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_33"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  780. <td class="trow1">
  781. <strong><a href="forumdisplay.php?fid=33">Minecraft</a></strong><div class="smalltext"></div>
  782. </td>
  783. <td class="trow1" align="center" style="white-space: nowrap">197</td>
  784. <td class="trow1" align="center" style="white-space: nowrap">1,378</td>
  785. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  786. <span class="smalltext">
  787. <a href="showthread.php?tid=43686&amp;action=lastpost" title="[LEAK] Tomato 0.2"><strong>[LEAK] Tomato 0.2</strong></a>
  788. <br />1 hour ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=23994">Rehfsz</a></span>
  789. <!-- end: forumbit_depth2_forum_lastpost --></td>
  790. </tr>
  791. <!-- end: forumbit_depth2_forum -->
  792. </tbody>
  793. </table>
  794. <br />
  795. <!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
  796. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  797. <thead>
  798. <tr>
  799. <td class="thead" colspan="5">
  800. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="cat_6_img" class="expander" alt="[-]" title="[-]" /></div>
  801. <div><strong><a href="forumdisplay.php?fid=6">Gaming</a></strong><br /><div class="smalltext"></div></div>
  802. </td>
  803. </tr>
  804. </thead>
  805. <tbody style="" id="cat_6_e">
  806. <tr>
  807. <td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
  808. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Threads</strong></span></td>
  809. <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Posts</strong></span></td>
  810. <td class="tcat" width="200" align="center"><span class="smalltext"><strong>Last Post</strong></span></td>
  811. </tr>
  812. <!-- start: forumbit_depth2_forum -->
  813. <tr>
  814. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_32"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  815. <td class="trow1">
  816. <strong><a href="forumdisplay.php?fid=32">General Gaming</a></strong><div class="smalltext"></div>
  817. </td>
  818. <td class="trow1" align="center" style="white-space: nowrap">339</td>
  819. <td class="trow1" align="center" style="white-space: nowrap">1,950</td>
  820. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  821. <span class="smalltext">
  822. <a href="showthread.php?tid=67202&amp;action=lastpost" title="Club Penguin Exploit Section??"><strong>Club Penguin Exploit Sect...</strong></a>
  823. <br />26 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4665">DarkUmbreon87</a></span>
  824. <!-- end: forumbit_depth2_forum_lastpost --></td>
  825. </tr>
  826. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  827. <tr>
  828. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_31"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  829. <td class="trow2">
  830. <strong><a href="forumdisplay.php?fid=31">Minecraft</a></strong><div class="smalltext"></div>
  831. </td>
  832. <td class="trow2" align="center" style="white-space: nowrap">151</td>
  833. <td class="trow2" align="center" style="white-space: nowrap">789</td>
  834. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  835. <span class="smalltext">
  836. <a href="showthread.php?tid=59875&amp;action=lastpost" title="[LEAK] Virtue 1.4"><strong>[LEAK] Virtue 1.4</strong></a>
  837. <br />6 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49472">Diezel</a></span>
  838. <!-- end: forumbit_depth2_forum_lastpost --></td>
  839. </tr>
  840. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  841. <tr>
  842. <td class="trow1" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_9"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  843. <td class="trow1">
  844. <strong><a href="forumdisplay.php?fid=9">Roblox</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  845. <span class="smalltext"> (11 users browsing)</span>
  846. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"></div>
  847. </td>
  848. <td class="trow1" align="center" style="white-space: nowrap">9,135</td>
  849. <td class="trow1" align="center" style="white-space: nowrap">61,651</td>
  850. <td class="trow1" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  851. <span class="smalltext">
  852. <a href="showthread.php?tid=74291&amp;action=lastpost" title="Reply = MORE FREE ACCOUNTS COME BACK"><strong>Reply = MORE FREE ACCOUNT...</strong></a>
  853. <br />2 minutes ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50202">DJehan</a></span>
  854. <!-- end: forumbit_depth2_forum_lastpost --></td>
  855. </tr>
  856. <!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
  857. <tr>
  858. <td class="trow2" align="center" width="1"><span class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_38"><i class="fa fa-dot-circle-o fa-lg" ></i></span></td>
  859. <td class="trow2">
  860. <strong><a href="forumdisplay.php?fid=38">Counter-Strike</a></strong><!-- start: forumbit_depth2_forum_viewers -->
  861. <span class="smalltext"> (1 user browsing)</span>
  862. <!-- end: forumbit_depth2_forum_viewers --><div class="smalltext"></div>
  863. </td>
  864. <td class="trow2" align="center" style="white-space: nowrap">167</td>
  865. <td class="trow2" align="center" style="white-space: nowrap">1,030</td>
  866. <td class="trow2" align="left" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
  867. <span class="smalltext">
  868. <a href="showthread.php?tid=74131&amp;action=lastpost" title="Free CS:GO Gift Code"><strong>Free CS:GO Gift Code</strong></a>
  869. <br />5 hours ago<br />by <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1676">9 11</a></span>
  870. <!-- end: forumbit_depth2_forum_lastpost --></td>
  871. </tr>
  872. <!-- end: forumbit_depth2_forum -->
  873. </tbody>
  874. </table>
  875. <br />
  876. <!-- end: forumbit_depth1_cat -->
  877. <!-- start: index_boardstats -->
  878. <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  879. <thead>
  880. <tr>
  881. <td class="thead">
  882. <div class="expcolimage"><img src="https://v3rmillion.net/images/vermillion/collapse.png" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
  883. <div><strong>Board Statistics</strong></div>
  884. </td>
  885. </tr>
  886. </thead>
  887. <tbody style="" id="boardstats_e">
  888. <!-- start: index_whosonline -->
  889. <tr>
  890. <td class="tcat"><span class="smalltext"><strong>Who's Online</strong> [<a href="online.php">Complete List</a>]</span></td>
  891. </tr>
  892. <tr>
  893. <td class="trow1"><span class="smalltext">277 users active in the past 15 minutes (238 members, 10 of whom are invisible, and 37 guests).<br /><a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49170"><span style="color: #CD1818 ;"><strong>sneaker</strong></span></a>, <span style="color: #BFBFBF;">Google</span>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=100"><span style="color: #CD1818 ;"><strong>Bad</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=16384"><span style="color:#29CB09;">Mortalkombatman2</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47757"><span style="color: #CD1818 ;"><strong>Burger King</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=22687"><span style="color:#29CB09;">DevSyntax</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=7620"><span style="color: #CD1818 ;"><strong>Lordofpizzas</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47626"><span style="color: #CD1818 ;"><strong>slime785</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5540"><span style="color: #CD1818 ;"><strong>smosh</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3"><span style="color: #B40404;text-shadow: 0px 3px 6px rgba(188, 150, 150, 0.48); font-weight:bold;">1x1x1x1</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47668"><span style="color: #CD1818 ;"><strong>Burnsburn3</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=585"><span style="color: #CD1818 ;"><strong>LongLiveJonah</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46248"><span style="color: #CD1818 ;"><strong>llCookii</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=179"><span style="color: #CD1818 ;"><strong>SonGoku</strong></span></a>, <span style="color: #BFBFBF;">Bing</span>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=11262"><span style="color:#29CB09;">Deprived</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=34473"><span style="color: #CD1818 ;"><strong>sun and</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1824"><span style="color: #CD1818 ;"><strong>dsbrown23</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=29547"><span style="color: #CD1818 ;"><strong>Osmium</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=29282"><span style="color: #CD1818 ;"><strong>TheCodester</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=270"><span style="color:#29CB09;">Chance The Rapper</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48506"><span style="color: #CD1818 ;"><strong>sth</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4401"><span style="color: #CD1818 ;"><strong>0n11Ch4n</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=40748"><span style="color: #CD1818 ;"><strong>DatenSin</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48729"><span style="color: #CD1818 ;"><strong>guoguan</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46274"><span style="color:#29CB09;">V3rmExploitzz</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=20597"><span style="color:#29CB09;">Xyomos</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48738"><span style="color: #CD1818 ;"><strong>Zexi</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=20740"><span style="color: #CD1818 ;"><strong>Defective</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=632"><span style="color:#29CB09;">FaZeGaben</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=38763"><span style="color:#29CB09;">Kuga</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50018"><span style="color: #CD1818 ;"><strong>Thanosius</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47120"><span style="color: #CD1818 ;"><strong>TrumpJunior</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=370"><span style="color: #CD1818 ;"><strong>CitizenErased</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5756"><span style="color:#29CB09;">Diego</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=28963"><span style="color: #CD1818 ;"><strong>WhosTheCow</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=19106"><span style="color:#29CB09;">Eobard Thawne</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=52"><span style="color:#29CB09;">Jack</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44351"><span style="color:#29CB09;">Dexter Morgan</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=25004"><span style="color:#29CB09;">Hand Man</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50202"><span style="color: #CD1818 ;"><strong>DJehan</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=620"><span style="color:#29CB09;">Impuls3</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2605"><span style="color: #CD1818 ;"><strong>lumbrcity</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44630"><span style="color: #CD1818 ;"><strong>JustehhYT</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=948"><span style="color:#29CB09;">Panda</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3114"><span style="color: #CD1818 ;"><strong>PhantomForcesHacker</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1792"><span style="color: #CD1818 ;"><strong>Papyrus</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=26757"><span style="color: #CD1818 ;"><strong>Razzy</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=242"><span style="color:#29CB09;">Demon</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=75"><span style="color:#29CB09;">Josh</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50271"><span style="color: #CD1818 ;"><strong>markilo</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=188"><span style="color: #CD1818 ;"><strong>zeccarr</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4589"><span style="color: #CD1818 ;"><strong>Ranzau</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3168"><span style="color:#29CB09;">Revital</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4426"><span style="color: #CD1818 ;"><strong>420csgogambler</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=22738"><span style="color:#29CB09;">Asriel Memer</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=7213"><span style="color: #CD1818 ;"><strong>dab</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47527"><span style="color: #CD1818 ;"><strong>zainrd</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=16373"><span style="color:#FFC800;"><strong>OBEY</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4287"><span style="color: #CD1818 ;"><strong>Elite</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3228"><span style="color:#29CB09;">Source</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2647"><span style="color:#29CB09;">SnoopDoggMLG</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4629"><span style="color:#29CB09;">Bolt</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=154"><span style="color:#FFC800;"><strong>[MiX] xdMatthewbx</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=153"><span style="color: #CD1818 ;"><strong>bellaouzo123</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=770"><span style="color: #CD1818 ;"><strong>lelua99</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46774"><span style="color: #CD1818 ;"><strong>Pizzacomputer</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=18971"><span style="color: #CD1818 ;"><strong>Lizard</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48278"><span style="color: #CD1818 ;"><strong>XenonNinja</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47928"><span style="color: #CD1818 ;"><strong>Cryptic</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49853"><span style="color:#29CB09;">Brick</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=687"><span style="color: #CD1818 ;"><strong>PotHead999</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=554"><span style="color: #CD1818 ;"><strong>Kagami</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50272"><span style="color: #CD1818 ;"><strong>legs</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3714"><span style="color: #CD1818 ;"><strong>Enchanted</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4358"><span style="color: #CD1818 ;"><strong>iderplord</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49165"><span style="color: #CD1818 ;"><strong>Clicked</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=10981"><span style="color:#29CB09;">Star</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=43238"><span style="color: #CD1818 ;"><strong>Christopher Nava</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=6339"><span style="color: #CD1818 ;"><strong>TheTruthOfTheMessenger</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=194"><span style="color: #CD1818 ;"><strong>thatguyg</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2715"><span style="color:#29CB09;">JesterV2</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=726"><span style="color:#29CB09;">Dimension</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=485"><span style="color: #CD1818 ;"><strong>spookiteam</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48617"><span style="color: #CD1818 ;"><strong>Soul Supremacy</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=28987"><span style="color: #CD1818 ;"><strong>kl4331</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2280"><span style="color: #CD1818 ;"><strong>Aflyingpig</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2111"><span style="color:#29CB09;">ExpIoit</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=24843"><span style="color: #CD1818 ;"><strong>fkgang2</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44566"><span style="color: #CD1818 ;"><strong>AzuLScript</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50274"><span style="color: #CD1818 ;"><strong>RakuNano</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2943"><span style="color: #CD1818 ;"><strong>DerpyDogez</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48142"><span style="color: #CD1818 ;"><strong>ponert13</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=28412"><span style="color: #CD1818 ;"><strong>Indeprensus</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45494"><span style="color: #CD1818 ;"><strong>Duuze JR</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2138"><span style="color: #CD1818 ;"><strong>woodcrafter</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=12348"><span style="color: #CD1818 ;"><strong>BonziBUDDY420</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=125"><span style="color:#29CB09;">nosyliam</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48579"><span style="color: #CD1818 ;"><strong>Ardecus</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=89"><span style="color: #CD1818 ;"><strong>keets12</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=39017"><span style="color: #CD1818 ;"><strong>GokuWayne</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49846"><span style="color:#29CB09;">Stone</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=257"><span style="color: #CD1818 ;"><strong>Rodent</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=259"><span style="color:#29CB09;">Variable</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1850"><span style="color: #CD1818 ;"><strong>OperatedPrune32</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=13753"><span style="color: #CD1818 ;"><strong>Inject</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=986"><span style="color: #CD1818 ;"><strong>Cordless</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2412"><span style="color: #CD1818 ;"><strong>Xploit101haxs</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1979"><span style="color: #CD1818 ;"><strong>Xynx</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=27457"><span style="color: #CD1818 ;"><strong>Drug</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=132"><span style="color: #CD1818 ;"><strong>King Design</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=24723"><span style="color: #CD1818 ;"><strong>FriedChicken</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46640"><span style="color: #CD1818 ;"><strong>Oikawa</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5494"><span style="color:#29CB09;">Milky Way</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=237"><span style="color: #CD1818 ;"><strong>FuryNot12</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=563"><span style="color: #CD1818 ;"><strong>RyukoMatoi</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50265"><span style="color: #CD1818 ;"><strong>MILITARYGECKO78</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1385"><span style="color: #CD1818 ;"><strong>Kanon</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45102"><span style="color: #CD1818 ;"><strong>Charlie Brown</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3177"><span style="color: #CD1818 ;"><strong>YouWillNotFindOut</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=12732"><span style="color: #CD1818 ;"><strong>Nothin</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=7886"><span style="color: #CD1818 ;"><strong>reliable</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2849"><span style="color:#29CB09;">DevScapter</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2722"><span style="color: #CD1818 ;"><strong>JesusChrist</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49241"><span style="color: #CD1818 ;"><strong>gokokilla</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=42227"><span style="color: #CD1818 ;"><strong>tomsystem</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49738"><span style="color: #BFBFBF;"><strong>CheddarMyCheese</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49570"><span style="color: #CD1818 ;"><strong>Pandaz</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=8842"><span style="color: #CD1818 ;"><strong>Adoxity</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49832"><span style="color: #CD1818 ;"><strong>VS1337</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49722"><span style="color: #CD1818 ;"><strong>Kennedy</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=696"><span style="color: #CD1818 ;"><strong>ZeroGrap</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5741"><span style="color: #CD1818 ;"><strong>DigitalAyge</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=807"><span style="color: #CD1818 ;"><strong>joeypls</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1936"><span style="color:#29CB09;">Warlock</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1548"><span style="color:#29CB09;">MasterOfLuck</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=19723"><span style="color: #CD1818 ;"><strong>arya1941</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4740"><span style="color:#29CB09;">Tyler The Creator</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=92"><span style="color:#29CB09;">Vize</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=36499"><span style="color: #CD1818 ;"><strong>Yuikaino</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49237"><span style="color: #CD1818 ;"><strong>memehacker</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=16657"><span style="color: #CD1818 ;"><strong>Edward</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45501"><span style="color:#FFC800;"><strong>Verxillon</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50034"><span style="color: #CD1818 ;"><strong>Sexy Woman</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=448"><span style="color: #CD1818 ;"><strong>Tai Lopez</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=998"><span style="color:#29CB09;">Aetherius</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3187"><span style="color:#FFC800;"><strong>Hendrix</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44533"><span style="color:#29CB09;">suvv</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47461"><span style="color: #CD1818 ;"><strong>Eaust70</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=9656"><span style="color:#29CB09;">GalaxyEdge</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=13068"><span style="color: #CD1818 ;"><strong>Bladefury</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1683"><span style="color: #CD1818 ;"><strong>LastStanding</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5946"><span style="color: #CD1818 ;"><strong>SpanishCat</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4651"><span style="color: #CD1818 ;"><strong>Veqzi</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=15182"><span style="color: #CD1818 ;"><strong>Cydrav</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47727"><span style="color: #CD1818 ;"><strong>ActualAnimal</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50227"><span style="color: #CD1818 ;"><strong>Rzurah</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5480"><span style="color: #CD1818 ;"><strong>Leone</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=127"><span style="color: #CD1818 ;"><strong>2spooky4me</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=21366"><span style="color:#29CB09;">Fawful</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=42668"><span style="color: #CD1818 ;"><strong>StickMasterLukeDad123</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2"><span style="color: #B40404;text-shadow: 0px 3px 6px rgba(188, 150, 150, 0.48); font-weight:bold;">Animus</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=12471"><span style="color: #CD1818 ;"><strong>XXA0X1</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=31883"><span style="color: #CD1818 ;"><strong>jr132</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=608"><span style="color:#29CB09;">Corvonyx</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=35171"><span style="color: #CD1818 ;"><strong>VirtualBytes</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44654"><span style="color: #CD1818 ;"><strong>iOpticzx</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=71"><span style="color:#29CB09;">Grey hat ashpokeman</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=7646"><span style="color: #CD1818 ;"><strong>ThatLonelyBuyer</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50276"><span style="color: #BFBFBF;"><strong>EmeraldJasons</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49734"><span style="color: #CD1818 ;"><strong>Untitled</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3503"><span style="color: #CD1818 ;"><strong>heisuheist</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=41558"><span style="color: #CD1818 ;"><strong>macjoe99</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50216"><span style="color: #CD1818 ;"><strong>Minato Uzumaki</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44686"><span style="color: #CD1818 ;"><strong>shegivemesucc</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=20786"><span style="color:#29CB09;">PumpkinNinjaPVP</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=97"><span style="color:#FFC800;"><strong>Stan Marsh</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=1980"><span style="color:#29CB09;">Rick Astley</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=13319"><span style="color: #CD1818 ;"><strong>PaulPogba</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49938"><span style="color: #CD1818 ;"><strong>AlinC</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=6357"><span style="color:#29CB09;">sloth</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=39080"><span style="color: #CD1818 ;"><strong>sneakerbox</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=802"><span style="color: #CD1818 ;"><strong>GuestCookieCrumble</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=384"><span style="color: #CD1818 ;"><strong>koraze1</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=73"><span style="color: #0099FF;"><bold>Bon</bold></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=44756"><span style="color: #CD1818 ;"><strong>trikykittyfan</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=732"><span style="color: #CD1818 ;"><strong>Circumvention</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=27525"><span style="color: #CD1818 ;"><strong>VCraigV</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=36047"><span style="color: #CD1818 ;"><strong>Voltex</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=8963"><span style="color: #CD1818 ;"><strong>4evastoopid</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45158"><span style="color: #CD1818 ;"><strong>abny</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2476"><span style="color: #CD1818 ;"><strong>GodlyAsher</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3695"><span style="color: #CD1818 ;"><strong>ZeroFLN</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47352"><span style="color: #CD1818 ;"><strong>LMAOKAI</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=47559"><span style="color: #CD1818 ;"><strong>Pay</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=49745"><span style="color: #CD1818 ;"><strong>jayjaywatt</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=979"><span style="color:#FFC800;"><strong>Rainway</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46955"><span style="color: #CD1818 ;"><strong>DerpyWolfMan</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45245"><span style="color:#29CB09;">Fuuhds</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50270"><span style="color: #CD1818 ;"><strong>theonesecret</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=33280"><span style="color:#29CB09;">Lincoln</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2043"><span style="color: #CD1818 ;"><strong>supersupersnivy97</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=91"><span style="color:#29CB09;">Absol</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=506"><span style="color: #CD1818 ;"><strong>MoZart</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4250"><span style="color: #CD1818 ;"><strong>SwagMeowMixKitty</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50275"><span style="color: #CD1818 ;"><strong>Sloss</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=45720"><span style="color:#29CB09;">WWWWWWWWWWWWWWW</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=476"><span style="color:#29CB09;">nuII</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=6348"><span style="color: #CD1818 ;"><strong>Amphirax</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=23087"><span style="color:#29CB09;">HaZe Booce21</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5158"><span style="color: #CD1818 ;"><strong>ball6rey23</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=14686"><span style="color: #CD1818 ;"><strong>Vouldamore</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=46584"><span style="color: #CD1818 ;"><strong>Babyhamsta</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=586"><span style="color: #CD1818 ;"><strong>MrKrabs</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2214"><span style="color: #CD1818 ;"><strong>Riote</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=19225"><span style="color: #CD1818 ;"><strong>MyTacoz4Life</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=8090"><span style="color:#29CB09;">HuntinU</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=5482"><span style="color: #CD1818 ;"><strong>batman</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=48127"><span style="color: #CD1818 ;"><strong>hackerroblox213</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2145"><span style="color: #000000;"><strong><s>Monstercat</s></strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=4775"><span style="color:#29CB09;">Pat</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=197"><span style="color:#29CB09;">Infinity</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=40393"><span style="color: #CD1818 ;"><strong>anywhereinyou</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2756"><span style="color: #CD1818 ;"><strong>Flames</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=2843"><span style="color: #CD1818 ;"><strong>MasterMind</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=10255"><span style="color:#FFC800;"><strong>Basic</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=3357"><span style="color:#29CB09;">Rogue</span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50262"><span style="color: #CD1818 ;"><strong>Paradise</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=16976"><span style="color: #CD1818 ;"><strong>dahmerexp</strong></span></a>, <a href="https://v3rmillion.net/member.php?action=profile&amp;uid=8733"><span style="color:#FFC800;"><strong>Ken Kaneki</strong></span></a></span></td>
  894. </tr>
  895. <!-- end: index_whosonline -->
  896.  
  897. <!-- start: index_stats -->
  898. <tr><td class="tcat"><span class="smalltext"><strong>Board Statistics</strong></span></td></tr>
  899. <tr>
  900. <td class="trow1"><span class="smalltext">
  901. Our members have made a total of 571,602 posts in 68,189 threads.<br />
  902. We currently have 36,526 members registered.<br />
  903. Please welcome our newest member, <b><a href="https://v3rmillion.net/member.php?action=profile&amp;uid=50277">23vu1</a></b><br />
  904. The most users online at one time was 524 on 03-29-2016 at 05:14 PM
  905. </span>
  906. </td>
  907. </tr>
  908. <!-- end: index_stats -->
  909. <tr>
  910. <td class="tfoot" style="text-align: right">
  911. <span class="smalltext">
  912. <!-- start: index_logoutlink -->
  913. <a href="member.php?action=logout&amp;logoutkey=c2e1e5813520251f530102614b469df2">Log Out</a> |
  914. <!-- end: index_logoutlink -->
  915. <a href="misc.php?action=markread&amp;my_post_key=b066bd29f2d8ee5c628855ebf1e48e52">Mark All Forums Read</a> |
  916. <a href="showteam.php">Forum Team</a>
  917. <!-- start: index_statspage -->
  918. |
  919. <a href="stats.php">Forum Statistics</a>
  920. <!-- end: index_statspage -->
  921. </span>
  922. </td>
  923. </tr>
  924. </tbody>
  925. </table>
  926. <br />
  927. <!-- end: index_boardstats -->
  928. <br class="clear" />
  929. <!-- start: footer -->
  930.  
  931.  
  932. <div id="footer">
  933.  
  934. <ul class="bottommenu">
  935. <h2>Navigation</h2>
  936. <li><a href="/removals"><i class="fa fa-times"></i>&nbsp; Request Content Removal</a></li>
  937. <!-- start: footer_contactus -->
  938. <li><a href="https://v3rmillion.net/contact.php"><i class="fa fa-envelope"></i>&nbsp; Contact Us</a></li>
  939. <!-- end: footer_contactus -->
  940. <li><a href="legal.html"><i class="fa fa-gavel"></i>&nbsp; Legal Documents</a></li>
  941. </ul>
  942. <ul class="bottommenu">
  943. <h2>Links</h2>
  944. <li><a href="legal.html#priv"><i class="fa fa-eye"></i>&nbsp; Privacy Policy</a></li>
  945. <li><a href="rules.php"><i class="fa fa-flag"></i>&nbsp; Rules</a></li>
  946. <li><a href="autoupgrade.php"><i class="fa fa-star"></i>&nbsp; Upgrade</a></li>
  947. </ul>
  948. <div class='cRem' id="about">
  949. <h2>About Us</h2>
  950. Vermillion is a Programming and Gaming community forum dedicated to the conversation of a range of topics, within and out of the programming world. Join us today! If you have any questions, feel free to make a thread in our <a href='forumdisplay.php?fid=13'>User Support Section</a> or <a href='contact.php'>contact us by email.</a>
  951. <br /><br />If any content on this site is illegal, infringes on your copyright, or contains personal information, you can <a href="/removals">request to have it removed with this form</a>. If content is in violation of our <a href="rules.php">rules</a>, please use the report button or contact a <a href="showteam.php">staff member</a>.</span>
  952. </div>
  953. </div>
  954. <div id="copyright">
  955. Powered By <a href="http://www.mybb.com" target="_blank">MyBB</a> &copy; 2016
  956. </div>
  957.  
  958. </div>
  959.  
  960.  
  961.  
  962. <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><!-- End task image code -->
  963. <script type="text/javascript">if(MyBB) { $([document, window]).bind("load", function() { MyBB.detectDSTChange('-4'); }); }</script>
  964.  
  965. </div>
  966. </div><!-- start: myalerts_modal_content -->
  967. <div id="myalerts_alerts_modal" style="display: none;">
  968. <table class="tborder" cellspacing="0">
  969. <thead>
  970. <tr>
  971. <th class="thead" colspan="3">
  972. <strong>Recent Alerts</strong>
  973. </th>
  974. </tr>
  975. </thead>
  976. <tbody>
  977. <!-- start: myalerts_alert_row_popup -->
  978. <tr class="alert alert--read alert--post_threadauthor" id="alert_row_popup_365591">
  979. <td class="trow1 align-center alert__avatar" align="center">
  980. <a class="avatar" href="member.php?action=profile&amp;uid=96"><img src="https://v3rmillion.net/uploads/avatars/avatar_96.png?dateline=1455232625"
  981. alt="Izaya Orihara's avatar" width="64" height="64"/></a>
  982. </td>
  983. <td class="trow1 alert__content">
  984. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365591">
  985. <span style="color:#FFC800;"><strong>Izaya Orihara</strong></span> replied to your thread "leaking shiz". There may be more posts after this.
  986. </a>
  987. </td>
  988. <td class="trow1 alert__time">
  989. Today
  990. </td>
  991. </tr>
  992. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  993. <tr class="alert alert--read alert--pm" id="alert_row_popup_365567">
  994. <td class="trow2 align-center alert__avatar" align="center">
  995. <a class="avatar" href="member.php?action=profile&amp;uid=48617"><img src="https://i.imgur.com/lL3uehQ.png?dateline=1465070400"
  996. alt="Soul Supremacy's avatar" width="64" height="64"/></a>
  997. </td>
  998. <td class="trow2 alert__content">
  999. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365567">
  1000. <span style="color: #CD1818 ;"><strong>Soul Supremacy</strong></span> sent you a new private message titled "Re: bro i leaked it 4 u, now repay pl0x daddy".
  1001. </a>
  1002. </td>
  1003. <td class="trow2 alert__time">
  1004. Today
  1005. </td>
  1006. </tr>
  1007. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1008. <tr class="alert alert--read alert--quoted" id="alert_row_popup_365482">
  1009. <td class="trow1 align-center alert__avatar" align="center">
  1010. <a class="avatar" href="member.php?action=profile&amp;uid=41079"><img src="https://i.imgur.com/p0dQkb7.png?dateline=1462726441"
  1011. alt="Vape's avatar" width="64" height="64"/></a>
  1012. </td>
  1013. <td class="trow1 alert__content">
  1014. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365482">
  1015. <span style="color: #CD1818 ;"><strong>Vape</strong></span> quoted you in RE: =--=--= Vape's FREE GFX service! =--=--= DOING ANIMATED SIGGIES ATM.
  1016. </a>
  1017. </td>
  1018. <td class="trow1 alert__time">
  1019. Today
  1020. </td>
  1021. </tr>
  1022. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1023. <tr class="alert alert--read alert--pm" id="alert_row_popup_365462">
  1024. <td class="trow2 align-center alert__avatar" align="center">
  1025. <a class="avatar" href="member.php?action=profile&amp;uid=40794"><img src="https://v3rmillion.net/uploads/avatars/avatar_40794.jpg?dateline=1465048401"
  1026. alt="Pollow's avatar" width="64" height="64"/></a>
  1027. </td>
  1028. <td class="trow2 alert__content">
  1029. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365462">
  1030. <span style="color: #CD1818 ;"><strong>Pollow</strong></span> sent you a new private message titled "Leak request".
  1031. </a>
  1032. </td>
  1033. <td class="trow2 alert__time">
  1034. Today
  1035. </td>
  1036. </tr>
  1037. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1038. <tr class="alert alert--read alert--pm" id="alert_row_popup_365459">
  1039. <td class="trow1 align-center alert__avatar" align="center">
  1040. <a class="avatar" href="member.php?action=profile&amp;uid=448"><img src="https://v3rmillion.net/uploads/avatars/avatar_448.png?dateline=1454639392"
  1041. alt="Tai Lopez's avatar" width="64" height="64"/></a>
  1042. </td>
  1043. <td class="trow1 alert__content">
  1044. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365459">
  1045. <span style="color: #CD1818 ;"><strong>Tai Lopez</strong></span> sent you a new private message titled "Re: Hey".
  1046. </a>
  1047. </td>
  1048. <td class="trow1 alert__time">
  1049. Today
  1050. </td>
  1051. </tr>
  1052. <!-- end: myalerts_alert_row_popup -->
  1053. </tbody>
  1054. <tr>
  1055. <td class="tfoot smalltext" colspan="3">
  1056. <a href="https://v3rmillion.net/alerts.php">View Alerts</a>
  1057. <span class="float_right">
  1058. <a href="https://v3rmillion.net/alerts.php?action=delete_all&amp;my_post_key=b066bd29f2d8ee5c628855ebf1e48e52&amp;ret_link=https%3A%2F%2Fv3rmillion.net%2Findex.php"
  1059. onclick="return confirm('Really delete all alerts? This cannot be undone!')">Delete All Alerts</a>
  1060. </span>
  1061. <br class="clear"/>
  1062. <!-- Clear alerts link goes here... -->
  1063. </td>
  1064. </tr>
  1065. </table>
  1066. </div>
  1067.  
  1068. <!-- end: myalerts_modal_content --><!-- start: myalerts_modal_content -->
  1069. <div id="myalerts_alerts_modal" style="display: none;">
  1070. <table class="tborder" cellspacing="0">
  1071. <thead>
  1072. <tr>
  1073. <th class="thead" colspan="3">
  1074. <strong>Recent Alerts</strong>
  1075. </th>
  1076. </tr>
  1077. </thead>
  1078. <tbody>
  1079. <!-- start: myalerts_alert_row_popup -->
  1080. <tr class="alert alert--read alert--post_threadauthor" id="alert_row_popup_365591">
  1081. <td class="trow1 align-center alert__avatar" align="center">
  1082. <a class="avatar" href="member.php?action=profile&amp;uid=96"><img src="https://v3rmillion.net/uploads/avatars/avatar_96.png?dateline=1455232625"
  1083. alt="Izaya Orihara's avatar" width="64" height="64"/></a>
  1084. </td>
  1085. <td class="trow1 alert__content">
  1086. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365591">
  1087. <span style="color:#FFC800;"><strong>Izaya Orihara</strong></span> replied to your thread "leaking shiz". There may be more posts after this.
  1088. </a>
  1089. </td>
  1090. <td class="trow1 alert__time">
  1091. Today
  1092. </td>
  1093. </tr>
  1094. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1095. <tr class="alert alert--read alert--pm" id="alert_row_popup_365567">
  1096. <td class="trow2 align-center alert__avatar" align="center">
  1097. <a class="avatar" href="member.php?action=profile&amp;uid=48617"><img src="https://i.imgur.com/lL3uehQ.png?dateline=1465070400"
  1098. alt="Soul Supremacy's avatar" width="64" height="64"/></a>
  1099. </td>
  1100. <td class="trow2 alert__content">
  1101. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365567">
  1102. <span style="color: #CD1818 ;"><strong>Soul Supremacy</strong></span> sent you a new private message titled "Re: bro i leaked it 4 u, now repay pl0x daddy".
  1103. </a>
  1104. </td>
  1105. <td class="trow2 alert__time">
  1106. Today
  1107. </td>
  1108. </tr>
  1109. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1110. <tr class="alert alert--read alert--quoted" id="alert_row_popup_365482">
  1111. <td class="trow1 align-center alert__avatar" align="center">
  1112. <a class="avatar" href="member.php?action=profile&amp;uid=41079"><img src="https://i.imgur.com/p0dQkb7.png?dateline=1462726441"
  1113. alt="Vape's avatar" width="64" height="64"/></a>
  1114. </td>
  1115. <td class="trow1 alert__content">
  1116. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365482">
  1117. <span style="color: #CD1818 ;"><strong>Vape</strong></span> quoted you in RE: =--=--= Vape's FREE GFX service! =--=--= DOING ANIMATED SIGGIES ATM.
  1118. </a>
  1119. </td>
  1120. <td class="trow1 alert__time">
  1121. Today
  1122. </td>
  1123. </tr>
  1124. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1125. <tr class="alert alert--read alert--pm" id="alert_row_popup_365462">
  1126. <td class="trow2 align-center alert__avatar" align="center">
  1127. <a class="avatar" href="member.php?action=profile&amp;uid=40794"><img src="https://v3rmillion.net/uploads/avatars/avatar_40794.jpg?dateline=1465048401"
  1128. alt="Pollow's avatar" width="64" height="64"/></a>
  1129. </td>
  1130. <td class="trow2 alert__content">
  1131. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365462">
  1132. <span style="color: #CD1818 ;"><strong>Pollow</strong></span> sent you a new private message titled "Leak request".
  1133. </a>
  1134. </td>
  1135. <td class="trow2 alert__time">
  1136. Today
  1137. </td>
  1138. </tr>
  1139. <!-- end: myalerts_alert_row_popup --><!-- start: myalerts_alert_row_popup -->
  1140. <tr class="alert alert--read alert--pm" id="alert_row_popup_365459">
  1141. <td class="trow1 align-center alert__avatar" align="center">
  1142. <a class="avatar" href="member.php?action=profile&amp;uid=448"><img src="https://v3rmillion.net/uploads/avatars/avatar_448.png?dateline=1454639392"
  1143. alt="Tai Lopez's avatar" width="64" height="64"/></a>
  1144. </td>
  1145. <td class="trow1 alert__content">
  1146. <a href="https://v3rmillion.net/alerts.php?action=view&amp;id=365459">
  1147. <span style="color: #CD1818 ;"><strong>Tai Lopez</strong></span> sent you a new private message titled "Re: Hey".
  1148. </a>
  1149. </td>
  1150. <td class="trow1 alert__time">
  1151. Today
  1152. </td>
  1153. </tr>
  1154. <!-- end: myalerts_alert_row_popup -->
  1155. </tbody>
  1156. <tr>
  1157. <td class="tfoot smalltext" colspan="3">
  1158. <a href="https://v3rmillion.net/alerts.php">View Alerts</a>
  1159. <span class="float_right">
  1160. <a href="https://v3rmillion.net/alerts.php?action=delete_all&amp;my_post_key=b066bd29f2d8ee5c628855ebf1e48e52&amp;ret_link=https%3A%2F%2Fv3rmillion.net%2Findex.php"
  1161. onclick="return confirm('Really delete all alerts? This cannot be undone!')">Delete All Alerts</a>
  1162. </span>
  1163. <br class="clear"/>
  1164. <!-- Clear alerts link goes here... -->
  1165. </td>
  1166. </tr>
  1167. </table>
  1168. </div>
  1169.  
  1170. <!-- end: myalerts_modal_content -->
  1171. <script>
  1172. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  1173. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  1174. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  1175. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  1176.  
  1177. ga('create', 'UA-78420601-1', 'auto');
  1178. ga('send', 'pageview');
  1179.  
  1180. </script>
  1181. <!-- end: footer -->
  1182. </body>
  1183. </html>
  1184. <!-- end: index -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement