Closed Thread
Results 1 to 6 of 6

Thread: need help with cashmod for phpbb

  1. #1
    IamShipon1988's Avatar
    IamShipon1988 is offline x10 Lieutenant IamShipon1988 is an unknown quantity at this point
    Join Date
    Jul 2005
    Location
    Rochester, NY
    Posts
    470

    need help with cashmod for phpbb

    ok i uploaded all the stuff needed to be uploaded but when i go to sql_install.php they report the following error

    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable',0);
    +++ Error: Duplicate entry 'cash_disable' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_display_after_posts',1);
    +++ Error: Duplicate entry 'cash_display_after_posts' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_post_message','You earned %s for that post');
    +++ Error: Duplicate entry 'cash_post_message' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable_spam_num',10);
    +++ Error: Duplicate entry 'cash_disable_spam_num' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable_spam_time',24);
    +++ Error: Duplicate entry 'cash_disable_spam_time' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post');
    +++ Error: Duplicate entry 'cash_disable_spam_message' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_installed','yes');
    +++ Error: Duplicate entry 'cash_installed' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_version','2.2.1');
    +++ Error: Duplicate entry 'cash_version' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name','Points');
    +++ Error: Duplicate entry 'points_name' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_adminnavbar','1');
    +++ Error: Duplicate entry 'cash_adminnavbar' for key 1
    <li>INSERT INTO phpbb_config (config_name, config_value) VALUES ('cash_adminbig','0');
    +++ Error: Duplicate entry 'cash_adminbig' for key 1
    <li>CREATE TABLE phpbb_cash (
    cash_id smallint(6) NOT NULL auto_increment,
    cash_order smallint(6) NOT NULL default '0',
    cash_settings smallint(4) NOT NULL default '3313',
    cash_dbfield varchar(64) NOT NULL default 'user_cash',
    cash_name varchar(64) NOT NULL default 'cash',
    cash_default int(11) NOT NULL default '0',
    cash_decimals tinyint(2) NOT NULL default '0',
    cash_imageurl varchar(255) NOT NULL default ' ',
    cash_exchange int(11) NOT NULL default '1',
    cash_perpost int(11) NOT NULL default '25',
    cash_postbonus int(11) NOT NULL default '2',
    cash_perreply int(11) NOT NULL default '25',
    cash_maxearn int(11) NOT NULL default '75',
    cash_perpm int(11) NOT NULL default '0',
    cash_perchar int(11) NOT NULL default '20',
    cash_allowance tinyint(1) NOT NULL default '0',
    cash_allowanceamount int(11) NOT NULL default '0',
    cash_allowancetime tinyint(2) NOT NULL default '2',
    cash_allowancenext int(11) NOT NULL default '0',
    cash_forumlist varchar(255) NOT NULL default ' ',
    PRIMARY KEY (cash_id)
    );
    +++ Error: Table 'phpbb_cash' already exists
    <li>CREATE TABLE phpbb_cash_events (
    event_name varchar(32) NOT NULL default ' ',
    event_data varchar(255) NOT NULL default ' ',
    PRIMARY KEY (event_name)
    );
    +++ Error: Table 'phpbb_cash_events' already exists
    <li>CREATE TABLE phpbb_cash_exchange (
    ex_cash_id1 int(11) NOT NULL default '0',
    ex_cash_id2 int(11) NOT NULL default '0',
    ex_cash_enabled int(1) NOT NULL default '0',
    PRIMARY KEY (ex_cash_id1,ex_cash_id2)
    );
    +++ Error: Table 'phpbb_cash_exchange' already exists
    <li>CREATE TABLE phpbb_cash_groups (
    group_id mediumint(6) NOT NULL default '0',
    group_type tinyint(2) NOT NULL default '0',
    cash_id smallint(6) NOT NULL default '0',
    cash_perpost int(11) NOT NULL default '0',
    cash_postbonus int(11) NOT NULL default '0',
    cash_perreply int(11) NOT NULL default '0',
    cash_perchar int(11) NOT NULL default '0',
    cash_maxearn int(11) NOT NULL default '0',
    cash_perpm int(11) NOT NULL default '0',
    cash_allowance tinyint(1) NOT NULL default '0',
    cash_allowanceamount int(11) NOT NULL default '0',
    cash_allowancetime tinyint(2) NOT NULL default '2',
    cash_allowancenext int(11) NOT NULL default '0',
    PRIMARY KEY (group_id,group_type,cash_id)
    );
    +++ Error: Table 'phpbb_cash_groups' already exists
    <li>CREATE TABLE phpbb_cash_log (
    log_id int(11) NOT NULL auto_increment,
    log_time int(11) NOT NULL default '0',
    log_type smallint(6) NOT NULL default '0',
    log_action varchar(255) NOT NULL default ' ',
    log_text varchar(255) NOT NULL default ' ',
    PRIMARY KEY (log_id)
    );
    +++ Error: Table 'phpbb_cash_log' already exists
    then when i go to cash.php i get this error


    Could not obtain exchange information

    DEBUG MODE

    SQL Error : 1146 Table 'iamshipo_phpb1.CASH_EXCHANGE_TABLE' doesn't exist

    SELECT * FROM CASH_EXCHANGE_TABLE

    Line : 490
    File : cash.php
    someone please help me



    EDIT**

    Sorry i posted in wrong section of forum
    Last edited by IamShipon1988; 10-04-2005 at 04:14 PM.


  2. #2
    bigguy's Avatar
    bigguy is offline Retired bigguy is an unknown quantity at this point
    Join Date
    Mar 2005
    Location
    Canada
    Posts
    5,426

    Re: need help with cashmod for phpbb

    Have you already tried to install this once ?
    P.C. Tweakr - For all your computer and internet support
    P.C. Tweakr - For all your SMF help and support

  3. #3
    Leon1's Avatar
    Leon1 is offline x10 Sophmore Leon1 is an unknown quantity at this point
    Join Date
    Jun 2005
    Posts
    106

    Re: need help with cashmod for phpbb

    what version of cash mod you are installing? make sure you install sql before you modify your forum files, or it goona mess it up.

    what you need to do is go to mysql in cpanel and delete all table for cash mod, or run uninstall cash mod file, after that redo it again

    good luck

  4. #4
    IamShipon1988's Avatar
    IamShipon1988 is offline x10 Lieutenant IamShipon1988 is an unknown quantity at this point
    Join Date
    Jul 2005
    Location
    Rochester, NY
    Posts
    470

    Re: need help with cashmod for phpbb

    i did all that, but still reports this error, no this is the first time...can someone help me, pm me and i will hapily donate some points.

    i will give u the account details and after you fix it i will change my password, if u hack it i can have it editted and restored to normal


  5. #5
    03moscropl's Avatar
    03moscropl is offline Flash Freak 03moscropl is an unknown quantity at this point
    Join Date
    Jun 2005
    Location
    England
    Posts
    349

    Re: need help with cashmod for phpbb

    there is a way of doing it via phpmyadmin. gooogle it!
    my customised games module for phpnuke
    http://dragongamer.net/modules.php?name=arcade

  6. #6
    Leon1's Avatar
    Leon1 is offline x10 Sophmore Leon1 is an unknown quantity at this point
    Join Date
    Jun 2005
    Posts
    106

    Re: need help with cashmod for phpbb

    Quote Originally Posted by IamShipon1988
    i did all that, but still reports this error, no this is the first time...can someone help me, pm me and i will hapily donate some points.

    i will give u the account details and after you fix it i will change my password, if u hack it i can have it editted and restored to normal
    pm me if you still having hardtime installing it , i will install it for you .

Closed Thread

Similar Threads

  1. Help installing cashmod
    By bigguy in forum Scripts & 3rd Party Apps
    Replies: 11
    Last Post: 03-27-2005, 03:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers