[ Video Sharing CMS v4 ] Missing jadds table, Over Video ads not working..

Started by Will,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

WillTopic starter

I need instruction on creating a database known as jads table it was not on my server for some reason after the latest update and I can't use the Overvideo ads. Anyone know how I can recreate it? I have very minimal coding knowledge...
  •  

PHPVibe A.

all tables are in setup/db.sql

Quote from: Alexander on
phpmyadmin, run this on the database:



CREATE TABLE IF NOT EXISTS `#dbprefix#jads` (
  `jad_id` int(20) unsigned NOT NULL AUTO_INCREMENT,
  `jad_type` varchar(64) NOT NULL DEFAULT '0',
  `jad_box` varchar(64) NOT NULL DEFAULT '0',
  `jad_start` varchar(64) NOT NULL DEFAULT '0',
  `jad_end` varchar(64) NOT NULL DEFAULT '0',
  `jad_body` longtext NOT NULL,
  `jad_title` varchar(64) NOT NULL,
  `jad_pos` varchar(64) NOT NULL,
  `jad_extra` text NOT NULL,
  PRIMARY KEY (`jad_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=0 ;



change #dbprefix# to vibe_ or your used prefix.

WillTopic starter

Thanks bro I found the jads table in the 3.6.2. db.sql.... I upgraded straight from 3.6 thats why I didn't have it. Thanks for the help I appreciate it.  8)
  •  

Similar topics (7)

Replies: 3
Views: 5342

Replies: 0
Views: 366

Replies: 3
Views: 1512

Replies: 1
Views: 538

Replies: 6
Views: 3003

Replies: 3
Views: 3757