75.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

02-04-2014, 06:20 PM
Post: #11
RE:
Link Broken
02-04-2014, 07:33 PM (This post was last modified: 02-04-2014 07:34 PM by mugrinic.)
Post: #12
RE:
Code:
http://www48.zippyshare.com/v/66124340/file.html
02-08-2014, 04:19 AM
Post: #13
RE:
First add reputation to me and send me private message to get the link
02-14-2014, 03:25 PM
Post: #14
RE:
hey great share! i installed it but been having problems as the backend does not save any settings.. i already did the sql dump as mentioned... anyone else had this problem? thanks
02-14-2014, 09:08 PM
Post: #15
RE: [GET] Modules for PES Pro 1.9.7
Can anyone give me a working nulled pes 1.9.7? Because when I upload version from PRT and I go to my page it me always throw to (mywebsiteurl)/install. I followed every step in fresh installation.

Thank you!
69.gif
02-14-2014, 10:54 PM
Post: #16
RE: [GET] Modules for PES Pro 1.9.7
Add this code in the SQL

Code:
CREATE TABLE IF NOT EXISTS `settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `site_name` text NOT NULL,
  `site_description` text NOT NULL,
  `site_url` varchar(255) NOT NULL,
  `site_email` varchar(255) NOT NULL,
  `paypal` varchar(64) NOT NULL,
  `maintenance` int(11) NOT NULL DEFAULT '0',
  `m_progress` int(11) NOT NULL DEFAULT '75',
  `m_twitter` varchar(255) NOT NULL,
  `fb_fan_url` varchar(255) NOT NULL,
  `free_cpc` int(32) NOT NULL DEFAULT '5',
  `premium_cpc` int(32) NOT NULL DEFAULT '10',
  `daily_bonus` int(255) NOT NULL DEFAULT '0',
  `daily_bonus_vip` int(255) NOT NULL DEFAULT '0',
  `crf_bonus` int(64) NOT NULL DEFAULT '0',
  `surf_time` int(11) NOT NULL DEFAULT '5',
  `surf_time_type` int(11) NOT NULL DEFAULT '0',
  `ref_coins` int(11) NOT NULL DEFAULT '10',
  `reg_coins` int(11) NOT NULL DEFAULT '0',
  `reg_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `reg_status` int(11) NOT NULL DEFAULT '0',
  `reg_reqmail` int(11) NOT NULL DEFAULT '0',
  `scf_api` varchar(255) NOT NULL,
  `transfer_status` int(11) NOT NULL DEFAULT '0',
  `transfer_fee` int(64) NOT NULL DEFAULT '10',
  `refsys` int(11) NOT NULL DEFAULT '1',
  `paysys` int(11) NOT NULL DEFAULT '0',
  `ref_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `ref_sale` int(11) NOT NULL DEFAULT '10',
  `pay_min` decimal(5,2) NOT NULL DEFAULT '0.00',
  `surf_type` int(11) NOT NULL DEFAULT '0',
  `currency_code` varchar(64) NOT NULL DEFAULT 'USD',
  `banner_system` int(11) NOT NULL DEFAULT '1',
  `def_lang` varchar(11) NOT NULL DEFAULT 'en',
  `more_per_ip` int(11) NOT NULL DEFAULT '0',
  `c_c_limit` int(11) NOT NULL DEFAULT '2',
  `c_v_limit` int(11) NOT NULL DEFAULT '5',
  `surf_fb_skip` int(11) NOT NULL DEFAULT '0',
  `surf_fc_req` int(11) NOT NULL DEFAULT '0',
  `hideref` int(11) NOT NULL DEFAULT '1',
  `c_discount` int(64) NOT NULL DEFAULT '0',
  `c_show_msg` int(11) NOT NULL DEFAULT '0',
  `c_text_index` text NOT NULL,
  `payza` varchar(64) NOT NULL,
  `payza_security` varchar(255) NOT NULL,
  `paypal_status` int(11) NOT NULL DEFAULT '1',
  `payza_status` int(11) NOT NULL DEFAULT '0',
  `captcha_sys` int(11) NOT NULL DEFAULT '0',
  `recaptcha_pub` varchar(255) NOT NULL DEFAULT '0',
  `recaptcha_sec` varchar(255) NOT NULL DEFAULT '0',
  `target_system` int(11) NOT NULL DEFAULT '0',
  `aff_reg_days` int(64) NOT NULL DEFAULT '0',
  `analytics_id` varchar(32) NOT NULL,
  `aff_click_req` int(64) NOT NULL DEFAULT '10',
  `paypal_auto` int(11) NOT NULL DEFAULT '1',
  `payza_auto` int(11) NOT NULL DEFAULT '1',
  `report_limit` int(64) NOT NULL DEFAULT '0',
  `mysql_random` int(11) NOT NULL DEFAULT '1',
  `convert_enabled` int(11) NOT NULL DEFAULT '0',
  `convert_rate` int(255) NOT NULL DEFAULT '1000',
  `min_convert` int(64) NOT NULL DEFAULT '100',
  `allow_withdraw` int(11) NOT NULL DEFAULT '0',
  `instagram_id` varchar(255) NOT NULL DEFAULT '0',
  `revshare_api` varchar(32) NOT NULL,
  `fb_app_id` varchar(128) NOT NULL,
  `fb_app_secret` varchar(128) NOT NULL,
  `auto_country` int(11) NOT NULL DEFAULT '0',
  `blog_comments` int(11) NOT NULL DEFAULT '1',
  `twitter_token` varchar(255) NOT NULL,
  `twitter_token_secret` varchar(255) NOT NULL,
  `twitter_consumer_key` varchar(255) NOT NULL,
  `twitter_consumer_secret` varchar(255) NOT NULL,
  `yt_api` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Do not forget to add a reputation for me if I helped you!
02-15-2014, 12:32 AM
Post: #17
RE: [GET] Modules for PES Pro 1.9.7
Hi, this was addresed to me?
(02-14-2014 10:54 PM)mugrinic Wrote:  Add this code in the SQL

Code:
CREATE TABLE IF NOT EXISTS `settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `site_name` text NOT NULL,
  `site_description` text NOT NULL,
  `site_url` varchar(255) NOT NULL,
  `site_email` varchar(255) NOT NULL,
  `paypal` varchar(64) NOT NULL,
  `maintenance` int(11) NOT NULL DEFAULT '0',
  `m_progress` int(11) NOT NULL DEFAULT '75',
  `m_twitter` varchar(255) NOT NULL,
  `fb_fan_url` varchar(255) NOT NULL,
  `free_cpc` int(32) NOT NULL DEFAULT '5',
  `premium_cpc` int(32) NOT NULL DEFAULT '10',
  `daily_bonus` int(255) NOT NULL DEFAULT '0',
  `daily_bonus_vip` int(255) NOT NULL DEFAULT '0',
  `crf_bonus` int(64) NOT NULL DEFAULT '0',
  `surf_time` int(11) NOT NULL DEFAULT '5',
  `surf_time_type` int(11) NOT NULL DEFAULT '0',
  `ref_coins` int(11) NOT NULL DEFAULT '10',
  `reg_coins` int(11) NOT NULL DEFAULT '0',
  `reg_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `reg_status` int(11) NOT NULL DEFAULT '0',
  `reg_reqmail` int(11) NOT NULL DEFAULT '0',
  `scf_api` varchar(255) NOT NULL,
  `transfer_status` int(11) NOT NULL DEFAULT '0',
  `transfer_fee` int(64) NOT NULL DEFAULT '10',
  `refsys` int(11) NOT NULL DEFAULT '1',
  `paysys` int(11) NOT NULL DEFAULT '0',
  `ref_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `ref_sale` int(11) NOT NULL DEFAULT '10',
  `pay_min` decimal(5,2) NOT NULL DEFAULT '0.00',
  `surf_type` int(11) NOT NULL DEFAULT '0',
  `currency_code` varchar(64) NOT NULL DEFAULT 'USD',
  `banner_system` int(11) NOT NULL DEFAULT '1',
  `def_lang` varchar(11) NOT NULL DEFAULT 'en',
  `more_per_ip` int(11) NOT NULL DEFAULT '0',
  `c_c_limit` int(11) NOT NULL DEFAULT '2',
  `c_v_limit` int(11) NOT NULL DEFAULT '5',
  `surf_fb_skip` int(11) NOT NULL DEFAULT '0',
  `surf_fc_req` int(11) NOT NULL DEFAULT '0',
  `hideref` int(11) NOT NULL DEFAULT '1',
  `c_discount` int(64) NOT NULL DEFAULT '0',
  `c_show_msg` int(11) NOT NULL DEFAULT '0',
  `c_text_index` text NOT NULL,
  `payza` varchar(64) NOT NULL,
  `payza_security` varchar(255) NOT NULL,
  `paypal_status` int(11) NOT NULL DEFAULT '1',
  `payza_status` int(11) NOT NULL DEFAULT '0',
  `captcha_sys` int(11) NOT NULL DEFAULT '0',
  `recaptcha_pub` varchar(255) NOT NULL DEFAULT '0',
  `recaptcha_sec` varchar(255) NOT NULL DEFAULT '0',
  `target_system` int(11) NOT NULL DEFAULT '0',
  `aff_reg_days` int(64) NOT NULL DEFAULT '0',
  `analytics_id` varchar(32) NOT NULL,
  `aff_click_req` int(64) NOT NULL DEFAULT '10',
  `paypal_auto` int(11) NOT NULL DEFAULT '1',
  `payza_auto` int(11) NOT NULL DEFAULT '1',
  `report_limit` int(64) NOT NULL DEFAULT '0',
  `mysql_random` int(11) NOT NULL DEFAULT '1',
  `convert_enabled` int(11) NOT NULL DEFAULT '0',
  `convert_rate` int(255) NOT NULL DEFAULT '1000',
  `min_convert` int(64) NOT NULL DEFAULT '100',
  `allow_withdraw` int(11) NOT NULL DEFAULT '0',
  `instagram_id` varchar(255) NOT NULL DEFAULT '0',
  `revshare_api` varchar(32) NOT NULL,
  `fb_app_id` varchar(128) NOT NULL,
  `fb_app_secret` varchar(128) NOT NULL,
  `auto_country` int(11) NOT NULL DEFAULT '0',
  `blog_comments` int(11) NOT NULL DEFAULT '1',
  `twitter_token` varchar(255) NOT NULL,
  `twitter_token_secret` varchar(255) NOT NULL,
  `twitter_consumer_key` varchar(255) NOT NULL,
  `twitter_consumer_secret` varchar(255) NOT NULL,
  `yt_api` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Do not forget to add a reputation for me if I helped you!
02-15-2014, 02:18 AM (This post was last modified: 02-15-2014 02:19 AM by pok.)
Post: #18
RE: [GET] Modules for PES Pro 1.9.7
did that again.. reuploaded the files.. still does not save settings on the backend... hmmmm
(02-14-2014 10:54 PM)mugrinic Wrote:  Add this code in the SQL

Code:
CREATE TABLE IF NOT EXISTS `settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `site_name` text NOT NULL,
  `site_description` text NOT NULL,
  `site_url` varchar(255) NOT NULL,
  `site_email` varchar(255) NOT NULL,
  `paypal` varchar(64) NOT NULL,
  `maintenance` int(11) NOT NULL DEFAULT '0',
  `m_progress` int(11) NOT NULL DEFAULT '75',
  `m_twitter` varchar(255) NOT NULL,
  `fb_fan_url` varchar(255) NOT NULL,
  `free_cpc` int(32) NOT NULL DEFAULT '5',
  `premium_cpc` int(32) NOT NULL DEFAULT '10',
  `daily_bonus` int(255) NOT NULL DEFAULT '0',
  `daily_bonus_vip` int(255) NOT NULL DEFAULT '0',
  `crf_bonus` int(64) NOT NULL DEFAULT '0',
  `surf_time` int(11) NOT NULL DEFAULT '5',
  `surf_time_type` int(11) NOT NULL DEFAULT '0',
  `ref_coins` int(11) NOT NULL DEFAULT '10',
  `reg_coins` int(11) NOT NULL DEFAULT '0',
  `reg_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `reg_status` int(11) NOT NULL DEFAULT '0',
  `reg_reqmail` int(11) NOT NULL DEFAULT '0',
  `scf_api` varchar(255) NOT NULL,
  `transfer_status` int(11) NOT NULL DEFAULT '0',
  `transfer_fee` int(64) NOT NULL DEFAULT '10',
  `refsys` int(11) NOT NULL DEFAULT '1',
  `paysys` int(11) NOT NULL DEFAULT '0',
  `ref_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `ref_sale` int(11) NOT NULL DEFAULT '10',
  `pay_min` decimal(5,2) NOT NULL DEFAULT '0.00',
  `surf_type` int(11) NOT NULL DEFAULT '0',
  `currency_code` varchar(64) NOT NULL DEFAULT 'USD',
  `banner_system` int(11) NOT NULL DEFAULT '1',
  `def_lang` varchar(11) NOT NULL DEFAULT 'en',
  `more_per_ip` int(11) NOT NULL DEFAULT '0',
  `c_c_limit` int(11) NOT NULL DEFAULT '2',
  `c_v_limit` int(11) NOT NULL DEFAULT '5',
  `surf_fb_skip` int(11) NOT NULL DEFAULT '0',
  `surf_fc_req` int(11) NOT NULL DEFAULT '0',
  `hideref` int(11) NOT NULL DEFAULT '1',
  `c_discount` int(64) NOT NULL DEFAULT '0',
  `c_show_msg` int(11) NOT NULL DEFAULT '0',
  `c_text_index` text NOT NULL,
  `payza` varchar(64) NOT NULL,
  `payza_security` varchar(255) NOT NULL,
  `paypal_status` int(11) NOT NULL DEFAULT '1',
  `payza_status` int(11) NOT NULL DEFAULT '0',
  `captcha_sys` int(11) NOT NULL DEFAULT '0',
  `recaptcha_pub` varchar(255) NOT NULL DEFAULT '0',
  `recaptcha_sec` varchar(255) NOT NULL DEFAULT '0',
  `target_system` int(11) NOT NULL DEFAULT '0',
  `aff_reg_days` int(64) NOT NULL DEFAULT '0',
  `analytics_id` varchar(32) NOT NULL,
  `aff_click_req` int(64) NOT NULL DEFAULT '10',
  `paypal_auto` int(11) NOT NULL DEFAULT '1',
  `payza_auto` int(11) NOT NULL DEFAULT '1',
  `report_limit` int(64) NOT NULL DEFAULT '0',
  `mysql_random` int(11) NOT NULL DEFAULT '1',
  `convert_enabled` int(11) NOT NULL DEFAULT '0',
  `convert_rate` int(255) NOT NULL DEFAULT '1000',
  `min_convert` int(64) NOT NULL DEFAULT '100',
  `allow_withdraw` int(11) NOT NULL DEFAULT '0',
  `instagram_id` varchar(255) NOT NULL DEFAULT '0',
  `revshare_api` varchar(32) NOT NULL,
  `fb_app_id` varchar(128) NOT NULL,
  `fb_app_secret` varchar(128) NOT NULL,
  `auto_country` int(11) NOT NULL DEFAULT '0',
  `blog_comments` int(11) NOT NULL DEFAULT '1',
  `twitter_token` varchar(255) NOT NULL,
  `twitter_token_secret` varchar(255) NOT NULL,
  `twitter_consumer_key` varchar(255) NOT NULL,
  `twitter_consumer_secret` varchar(255) NOT NULL,
  `yt_api` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Do not forget to add a reputation for me if I helped you!

did that again.. reuploaded the files.. still does not save settings on the backend... i do see the settings table with all the fields in the DB now.. but just the structure, no data even after trying to save stuff on the backend

(02-14-2014 10:54 PM)mugrinic Wrote:  Add this code in the SQL

Code:
CREATE TABLE IF NOT EXISTS `settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `site_name` text NOT NULL,
  `site_description` text NOT NULL,
  `site_url` varchar(255) NOT NULL,
  `site_email` varchar(255) NOT NULL,
  `paypal` varchar(64) NOT NULL,
  `maintenance` int(11) NOT NULL DEFAULT '0',
  `m_progress` int(11) NOT NULL DEFAULT '75',
  `m_twitter` varchar(255) NOT NULL,
  `fb_fan_url` varchar(255) NOT NULL,
  `free_cpc` int(32) NOT NULL DEFAULT '5',
  `premium_cpc` int(32) NOT NULL DEFAULT '10',
  `daily_bonus` int(255) NOT NULL DEFAULT '0',
  `daily_bonus_vip` int(255) NOT NULL DEFAULT '0',
  `crf_bonus` int(64) NOT NULL DEFAULT '0',
  `surf_time` int(11) NOT NULL DEFAULT '5',
  `surf_time_type` int(11) NOT NULL DEFAULT '0',
  `ref_coins` int(11) NOT NULL DEFAULT '10',
  `reg_coins` int(11) NOT NULL DEFAULT '0',
  `reg_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `reg_status` int(11) NOT NULL DEFAULT '0',
  `reg_reqmail` int(11) NOT NULL DEFAULT '0',
  `scf_api` varchar(255) NOT NULL,
  `transfer_status` int(11) NOT NULL DEFAULT '0',
  `transfer_fee` int(64) NOT NULL DEFAULT '10',
  `refsys` int(11) NOT NULL DEFAULT '1',
  `paysys` int(11) NOT NULL DEFAULT '0',
  `ref_cash` decimal(5,2) NOT NULL DEFAULT '0.00',
  `ref_sale` int(11) NOT NULL DEFAULT '10',
  `pay_min` decimal(5,2) NOT NULL DEFAULT '0.00',
  `surf_type` int(11) NOT NULL DEFAULT '0',
  `currency_code` varchar(64) NOT NULL DEFAULT 'USD',
  `banner_system` int(11) NOT NULL DEFAULT '1',
  `def_lang` varchar(11) NOT NULL DEFAULT 'en',
  `more_per_ip` int(11) NOT NULL DEFAULT '0',
  `c_c_limit` int(11) NOT NULL DEFAULT '2',
  `c_v_limit` int(11) NOT NULL DEFAULT '5',
  `surf_fb_skip` int(11) NOT NULL DEFAULT '0',
  `surf_fc_req` int(11) NOT NULL DEFAULT '0',
  `hideref` int(11) NOT NULL DEFAULT '1',
  `c_discount` int(64) NOT NULL DEFAULT '0',
  `c_show_msg` int(11) NOT NULL DEFAULT '0',
  `c_text_index` text NOT NULL,
  `payza` varchar(64) NOT NULL,
  `payza_security` varchar(255) NOT NULL,
  `paypal_status` int(11) NOT NULL DEFAULT '1',
  `payza_status` int(11) NOT NULL DEFAULT '0',
  `captcha_sys` int(11) NOT NULL DEFAULT '0',
  `recaptcha_pub` varchar(255) NOT NULL DEFAULT '0',
  `recaptcha_sec` varchar(255) NOT NULL DEFAULT '0',
  `target_system` int(11) NOT NULL DEFAULT '0',
  `aff_reg_days` int(64) NOT NULL DEFAULT '0',
  `analytics_id` varchar(32) NOT NULL,
  `aff_click_req` int(64) NOT NULL DEFAULT '10',
  `paypal_auto` int(11) NOT NULL DEFAULT '1',
  `payza_auto` int(11) NOT NULL DEFAULT '1',
  `report_limit` int(64) NOT NULL DEFAULT '0',
  `mysql_random` int(11) NOT NULL DEFAULT '1',
  `convert_enabled` int(11) NOT NULL DEFAULT '0',
  `convert_rate` int(255) NOT NULL DEFAULT '1000',
  `min_convert` int(64) NOT NULL DEFAULT '100',
  `allow_withdraw` int(11) NOT NULL DEFAULT '0',
  `instagram_id` varchar(255) NOT NULL DEFAULT '0',
  `revshare_api` varchar(32) NOT NULL,
  `fb_app_id` varchar(128) NOT NULL,
  `fb_app_secret` varchar(128) NOT NULL,
  `auto_country` int(11) NOT NULL DEFAULT '0',
  `blog_comments` int(11) NOT NULL DEFAULT '1',
  `twitter_token` varchar(255) NOT NULL,
  `twitter_token_secret` varchar(255) NOT NULL,
  `twitter_consumer_key` varchar(255) NOT NULL,
  `twitter_consumer_secret` varchar(255) NOT NULL,
  `yt_api` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Do not forget to add a reputation for me if I helped you!




57.gif