Jump to content

president evil

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About president evil

  • Rank
    Rookie
  1. just ordered this server through Vilayer, haven’t changed anything besides the hostname, which is currently “ExileMod – SlayersGaming.com†other exile mod servers show up fine, when I search by filter “slayers†or “SlayersGaming.com†nothing shows up I can connect using remote, the server shows up in recent servers list, just don’t know why it doesn’t show up on the master server list any ideas? Connection Info: 64.79.107.231:2402 Query Info: 64.79.107.231:2403 === http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=64.79.107.231 “addrâ€: “64.79.107.231:2403?, “gmsindexâ€: 65534, “appidâ€: 107410, “gamedirâ€: “Arma3, “regionâ€: -1, “secureâ€: false, “lanâ€: false, “gameportâ€: 2402, “specportâ€: 0 i compared this with other exile servers and everything is the same ==== edit: i'm told apparently the master server takes a while to update with new servers, usually a couple hours however its been over 12 hours
  2. server name is: [uS WEST/200K START/ACCEPTING ADMIN] Altis Life SlayersGaming.com it shows up when I put a part of the name in the filter, but without it it does not show up I have: reportingIP="arma3pc.master.gamespy.com"; in the server.cfg, so I am not sure why it is still not working server info: http://arma3.swec.se/server/data/123129
  3. president evil

    Altis Life RPG

    I got the game mod working but the database isn't set up correctly can someone help with detailed instructions on how to set up the DB? Databases.txt (located in the root server directory) mysql,slayersfastdl2_arma3life,slayersfastdl2.site.nfoservers.com,3306,slayersfastdl2,nottypingpasswordhere @Arma2NET folder is in the root directory when I goto my phpadmin and enter this code: SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; DELIMITER $$ -- -- Procedures -- CREATE PROCEDURE `resetLifeVehicles`() BEGIN UPDATE vehicles SET `active`= 0; END$$ CREATE PROCEDURE `deleteDeadVehicles`() BEGIN DELETE FROM `vehicles` WHERE `alive` = 0; END$$ DELIMITER ; -- -------------------------------------------------------- -- -- Table structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL, `playerid` varchar(50) NOT NULL, `cash` int(100) NOT NULL DEFAULT '0', `bankacc` int(100) NOT NULL DEFAULT '0', `coplevel` enum('0','1','2','3','4','5','6','7') NOT NULL DEFAULT '0', `cop_licenses` text, `civ_licenses` text, `cop_gear` text NOT NULL, `arrested` tinyint(1) NOT NULL DEFAULT '0', `aliases` text NOT NULL, `adminlevel` enum('0','1','2','3') NOT NULL DEFAULT '0', `donatorlvl` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0', `civ_gear` text NOT NULL, `blacklist` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), UNIQUE KEY `playerid` (`playerid`), KEY `name` (`name`), KEY `blacklist` (`blacklist`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; -- -------------------------------------------------------- -- -- Table structure for table `vehicles` -- CREATE TABLE IF NOT EXISTS `vehicles` ( `id` int(12) NOT NULL AUTO_INCREMENT, `side` varchar(15) NOT NULL, `classname` varchar(32) NOT NULL, `type` varchar(12) NOT NULL, `pid` varchar(32) NOT NULL, `alive` tinyint(1) NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '0', `plate` int(20) NOT NULL, `color` int(20) NOT NULL, `inventory` varchar(500) NOT NULL, PRIMARY KEY (`id`), KEY `side` (`side`), KEY `pid` (`pid`), KEY `type` (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; I get this error: SQL query: DELIMITER $$-- -- Procedures -- CREATE PROCEDURE `resetLifeVehicles` ( ) BEGIN UPDATE vehicles SET `active` =0; END$$ MySQL said: Documentation #1548 - Cannot load from mysql.proc. The table is probably corrupted
  4. president evil

    Altis Life RPG

    hi, I have no experience with Arma servers (only Counter Strike) can anyone tell me where to put the files/folders in the server?
×