Advanced search  

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

Pages: [1]   Go Down

Author Topic: cpg148_ban  (Read 3829 times)

0 Members and 1 Guest are viewing this topic.

mx5

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
cpg148_ban
« on: August 07, 2006, 09:09:53 pm »

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?
« Last Edit: August 07, 2006, 09:54:16 pm by GauGau »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: cpg148_ban
« Reply #1 on: August 07, 2006, 09:13:51 pm »

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
Code: [Select]
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
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: cpg148_ban
« Reply #2 on: August 07, 2006, 09:17:10 pm »

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

mx5

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: cpg148_ban
« Reply #3 on: August 07, 2006, 09:23:33 pm »

thx for tha fast help!!!!
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.