• Welcome to PHPVIBE Forums. Please log in.

[ 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)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 46321

Hearted - select all then click Remove-selected, not working

Started by spirog


Replies: 1
Views: 7167

Subscribe not working in photo section... Javascript:Subscribe(,1) error see pic

Started by spirog


Replies: 1
Views: 2998

JwPlayer controls missing on embed

Started by neospider69


Replies: 15
Views: 6268

All overlay, pre roll, ads are not playing properly in any players..

Started by prat


Replies: 22
Views: 6259

message notification alignment

Started by yafe3


Replies: 1
Views: 2858

Replies: 3
Views: 5184