• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Nicaw ACC] Simple tickers system

Raggaer

Godly Member
Joined
Jul 25, 2012
Messages
1,557
Solutions
8
Reaction score
957
Location
Spain
Hello, I made this simple tickers system for nicaw, pretty basic

- Screenshots -

Untitled-2.jpg

- Install -

1- Download the files in the attach
2- drop tickeradmin.php into your nicaw folder
3- drop news.php into your nicaw folder
4- insert this querys into your database

Code:
CREATE TABLE IF NOT EXISTS `tickers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `date` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1;

5- to add tickers go to yourot.com/tickeradmin.php ( only localhost can )

hope you like it

View attachment Tickers.rar
 
Back
Top