cpg148_ban cpg148_ban
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

cpg148_ban

Started by mx5, August 07, 2006, 09:09:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mx5

Hello,

i hope you can help me with this isue (im dutch so sorry for my bad english)

I have deleted the  cpg148_ban..? quirie out of my database no i get a error who can help me restore the database?

Sami

There is no cpg148_ban are you talking about cpg148_banned table? if so , then you can create it with executing this query under your phpmyadmin

CREATE TABLE cpg148_banned (
        ban_id int(11) NOT NULL auto_increment,
        user_id int(11) DEFAULT NULL,
        ip_addr tinytext DEFAULT NULL,
        expiry datetime DEFAULT NULL,
        brute_force tinyint(5) NOT NULL default '0',
        PRIMARY KEY  (ban_id)
) TYPE=MyISAM;


You can find all tables structure under sql/schema.sql
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

Remember to adjust the table prefix if you chose a different prefix during install.

mx5

thx for tha fast help!!!!