Jump to content
MakeWebGames

blackhawk

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by blackhawk

  1. https://mafiafrenzy.net
  2. There was an error! File: /home/ru2zj39mo0jf/public_html/system/modules/installed/moduleManager/moduleManager.admin.php Line: 204 Error: Uncaught Error: Class 'ZipArchive' not found in /home/ru2zj39mo0jf/public_html/system/modules/installed/moduleManager/moduleManager.admin.php:204 Stack trace: #0 /home/ru2zj39mo0jf/public_html/system/modules/installed/admin/admin.inc.php(100): adminModule->method_install() #1 /home/ru2zj39mo0jf/public_html/system/modules/installed/admin/admin.inc.php(30): admin->viewModule() #2 /home/ru2zj39mo0jf/public_html/system/class/module.php(30): admin->constructModule() #3 /home/ru2zj39mo0jf/public_html/system/class/page.php(200): module->__construct() #4 /home/ru2zj39mo0jf/public_html/system/class/page.php(87): page->load('admin') #5 /home/ru2zj39mo0jf/public_html/system/init.php(87): page->loadPage('admin') #6 /home/ru2zj39mo0jf/public_html/index.php(4): require('/home/ru2zj39mo...') #7 {main} thrown Type: E_RECOVERABLE_ERROR
  3. Warning: Undefined array key "loggedin" in /home/military/public_html/upload/loggedin.php on line 24 Warning: Cannot modify header information - headers already sent by (output started at /home/military/public_html/upload/loggedin.php:24) in /home/military/public_html/upload/loggedin.php on line 26
  4. blackhawk

    loggedin.php

    help please A critical error has occurred, and this page cannot be displayed. Please try again later.
  5. $SelectGang = sprintf("SELECT gangID, gangNAME FROM gangs WHERE (gangID = %u)", $r[$f]); $ggq = $db->query($SelectGang); $them = $db->fetch_row($ggq); --->$eventage = sprintf("[url='gangs.php?action=view&ID=%u']%s[/url] have accepted the surrender from [url='gangs.php?action=view&ID=%u']%s[/url]. The war is over!", $ir['gang'], $gangdata['gangNAME'], <---
  6. i cant get my crons to work php version is on 7.4 */5 * * * * php http://rumblehighway.com/cron_fivemins.php?code='0f78622479428a32a0a4d3deded33b34' * * * * * php ~/public_html/cron_minute.php 0f78622479428a32a0a4d3deded33b34 0 * * * * php ~/public_html/cron_hour.php 0f78622479428a32a0a4d3deded33b34 0 0 * * * php ~/public_html/cron_day.php 0f78622479428a32a0a4d3deded33b34
  7. http://militarychaos.makeweb.games/register.php
  8. Okay Thank you so much
  9. i cant figure out what is wrong with this part of the script function gang_warview() { global $db, $ir, $c, $userid, $gangdata; $wq = $db->query( "SELECT * FROM `gangwars` WHERE `warDECLARER` = {$ir['gang']} OR `warDECLARED` = {$ir['gang']}"); echo "<b>These are the wars your gang is in.</b><br /> <table width='75%' cellspacing='1' class='table'> <tr> <th>Time Started</th> <th>Versus</th> <th>Who Declared</th> </tr>"; while ($r = $db->fetch_row($wq)) { if ($gangdata['gangID'] == $r['warDECLARER']) { $w = 'You'; $f = 'warDECLARED'; } else { $w = 'Them'; $f = 'warDECLARER'; } $d = date('F j, Y, g:i:s a', $r['warTIME']); $ggq = $db->query( "SELECT `gangID`, gangNAME` FROM `gangs` WHERE `gangID` = " . $r[$f]); $them = $db->fetch_row($ggq); echo "<tr> <td>$d</td> <td> <a href='gangs.php?action=view&amp;ID={$them['gangID']}'> {$them['gangNAME']} </a> </td> <td>$w</td> </tr>"; } echo "</table>"; }
  10. About MilitaryChaos Welcome to the land of MilitaryChaos, a place of time travel and wonderous adventures for all who seek them out. First let us recount the worlds beginning, it was created by the mighty Leader's of time, Silent Killer and illusions, but forged by the legendary warriors who used to walk the land. Now its upto you to follow in their footsteps and forge the new age of MilitaryChaos. So battle your way to fame throughout the ages, and perhaps you too, will end up in the might valhalla with the other legendary warriors.. http://militarychaos.makeweb.games/upload/login.php
  11. I know im new so please no one point it out iv never made a game i have disibilites so its for me to undterstand some things but i am going to do my best well here you all go the link to Militarychaos http://militarychaos.makeweb.games/upload/login.php
  12. how it works like this i dont know
  13. */5 * * * * php /home/dbuser/public_html/upload/CRONFILE.php code="CONFIGCODEHERE" Edit Delete * * * * * php http://domainhere/cron_minute.php code="CONFIGCODEHERE" Edit Delete 0 * * * * php http://domainhere/cron_hour.php code="CONFIGCODEHERE" Edit Delete 0 0 * * * php http://domainhere/cron_day.php code="CONGIFCODEHERE"
×
×
  • Create New...