[RELEASE] Xoa CMS v1 [RP]

Status
Not open for further replies.

Ari

Member
Sep 29, 2010
320
48
After weeks of editing xoa cms v1 is now here

First Of All Add This Into The DB Its For The Weapon License Page:

Code:
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 16, 2011 at 01:26 PM
-- Server version: 5.1.41
-- PHP Version: 5.3.1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!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 */;

--
-- Database: `PUT YOUR DB NAME HERE`
--

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE IF NOT EXISTS `users` (
`license` int(1) NOT NULL DEFAULT '0' COMMENT '0 = No License(Default) 1 = Limeted License 2 = Perm License 3 = Expired License'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=6 ;



/*!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 */;

Thats All You Have To Do In The DB Oh And Edit Where It Says "PUT YOUR DB NAME HERE" Or It Will Fuck Up

Anyway Heres Some Screenie Links:
HK: (The HK Is Updated To The Blue Version Live Demo:
CMS:

Heres My Website:


Heres The Download Link:


CMS FEATURES:
Weapon License System
Whole New Design
Edited Stock Exchange Page
Edited Top Stats

HK Features:
Whole New Design
Corperation Management

PLEASE NOTE: I Have re-added the install folder so you dont have to edit the includes/config.php but if u want to use the same db with same users please edit includes/config.php and delete the installl directory

Xoa CMS v2 Dev Thread:
 

Ashleh

Member
Jan 29, 2011
47
0
Thanks for the awesome release Jammy! Hope there's more to come!! :)

-Ashley Anderson
 

iJoke

New Member
Jan 16, 2011
4
0
This Is Somthing Im Looking At And im Like Give It Give IT!! 10 / 10 Luv it Keep up good work.
 

Frost

New Member
Dec 24, 2010
11
0
I was one of the first to see and test it out!
Awesome release Jammy, after knowing you 3 years you didnt release to me first!
10/10! (PS: its cay)
 

Ari

Member
Sep 29, 2010
320
48
thanks guys im still doing v2 and its half way there and as some people know its going well heres the v2 dev thread:
 

Rashawn

Member
Jun 18, 2011
83
8
This Rocks . <3 . But the Hard thing to Find these Days is a Working UberCMS . I wanna Code a UberCMS So I can Make my Own CMS Out of it. If yhu Have any working CMS . PM me please :D
 

Lester

New Member
Jul 5, 2011
7
0
-- phpMyAdmin SQL Dump -- version 3.2.4 -- -- -- Host: localhost -- Generation Time: Jan 16, 2011 at 01:26 PM -- Server version: 5.1.41 -- PHP Version: 5.3.1 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!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 */; -- -- Database: `PUT YOUR DB NAME HERE` -- -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE IF NOT EXISTS `users` ( `license` int(1) NOT NULL DEFAULT '0' COMMENT '0 = No License(Default) 1 = Limeted License 2 = Perm License 3 = Expired License' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=6 ; /*!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 */;

Were i put this on db
 
Status
Not open for further replies.

Users who are viewing this thread

Top