رفتن به مطلب

نحوه نصب IP Download !!!


ارسال‌های توصیه شده

  • بنیان گذار IPSFarsi

الان که کلا نمی تونه به دیتابیس شما متصل بشه. به نظر مشکل از سرور می یاد.

لینک ارسال
به اشتراک گذاری در سایت های دیگر

  • پاسخ 33
  • عمر موضوع
  • آخرین پاسخ

بیشترین ارسال‌ها در این موضوع

ارسال‌های محبوب

لطفا تاپیک برای مشکل خودتون بزنید سطح دسترسی شاخه ایجاد شده رو چک کنید.

تصاویر ارسال شده

اینها تیبل هایی هستند که ارور دارند. چجوری درستش کنم؟

_ipbdownloads_cfields  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_cfields ( cf_id smallint(5) NOT NULL auto_increment, cf_title varchar(250) NOT NULL default '', cf_desc varchar(250) NOT NULL default '', cf_content text, cf_type varchar(250) NOT NULL default '', cf_not_null tinyint(1) NOT NULL default '0', cf_max_input smallint(6) NOT NULL default '0', cf_input_format text, cf_file_format mediumtext, cf_position smallint(6) NOT NULL default '0', cf_topic tinyint(1) NOT NULL default '0', cf_search tinyint(1) NOT NULL default '0', cf_format TEXT NULL DEFAULT NULL, PRIMARY KEY (cf_id), KEY cf_position (cf_position) );
_ipbdownloads_comments  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_comments ( comment_id int(10) NOT NULL auto_increment, comment_fid int(10) NOT NULL default '0', comment_mid mediumint(8) NOT NULL default '0', comment_date int(10) NOT NULL default '0', comment_open tinyint(1) NOT NULL default '0', comment_text mediumtext, comment_append_edit tinyint(1) NOT NULL default '0', comment_edit_time int(10) NOT NULL default '0', comment_edit_name varchar(255) default NULL, ip_address varchar(46) default NULL, use_sig tinyint(1) NOT NULL default '1', use_emo tinyint(1) NOT NULL default '1', comment_author VARCHAR( 255 ) NULL DEFAULT NULL, PRIMARY KEY (comment_id), KEY comment_fid ( comment_fid , comment_date ) );
_ipbdownloads_downloads  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_downloads ( did int(10) NOT NULL auto_increment, dfid int(10) NOT NULL default '0', dtime int(10) NOT NULL default '0', dip varchar(55) NOT NULL default '0', dmid mediumint(8) NOT NULL default '0', dsize int(10) NOT NULL default '0', dua varchar(255) default NULL, dbrowsers varchar(25) NOT NULL default '', dos varchar(25) NOT NULL default '', PRIMARY KEY (did), KEY dfid (dfid,dsize), KEY dtime(dtime), KEY dmid (dmid) );
_ipbdownloads_filebackup  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_filebackup ( b_id int(10) NOT NULL auto_increment, b_fileid int(10) NOT NULL default '0', b_filetitle varchar(255) NOT NULL default '0', b_filedesc text, b_hidden tinyint(1) NOT NULL default '0', b_backup int(10) NOT NULL default '0', b_updated int(10) NOT NULL default '0', b_records TEXT NULL DEFAULT NULL, b_version VARCHAR( 32 ) NULL DEFAULT NULL, b_changelog TEXT NULL DEFAULT NULL, PRIMARY KEY (b_id), KEY b_fileid (b_fileid) );
_ipbdownloads_files  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_files ( file_id int(10) NOT NULL auto_increment, file_name varchar(255) NOT NULL default '0', file_cat mediumint(8) NOT NULL default '0', file_open tinyint(1) NOT NULL default '0', file_broken tinyint(1) NOT NULL default '0', file_broken_reason text, file_broken_info varchar(255) default NULL, file_views int(10) NOT NULL default '0', file_downloads int(10) NOT NULL default '0', file_submitted int(10) NOT NULL default '0', file_updated int(10) NOT NULL default '0', file_desc text, file_size int(10) NOT NULL default '0', file_submitter mediumint(8) NOT NULL default '0', file_approver mediumint(8) NOT NULL default '0', file_approvedon int(10) NOT NULL default '0', file_topicid int(10) NOT NULL default '0', file_pendcomments smallint(4) NOT NULL default '0', file_ipaddress varchar(46) NOT NULL default '0', file_votes text, file_rating smallint(5) NOT NULL default '0', file_new tinyint(1) NOT NULL default '0', file_name_furl varchar( 255 ) NULL default NULL, file_topicseoname varchar( 255 ) NULL default NULL, file_post_key varchar( 32 ) NULL default NULL, file_cost FLOAT NOT NULL DEFAULT '0.00', file_nexus TEXT NULL DEFAULT NULL, file_version VARCHAR( 32 ) NULL DEFAULT NULL, file_changelog TEXT NULL DEFAULT NULL, file_renewal_term INT(5) NOT NULL DEFAULT 0, file_renewal_units CHAR(1) NULL DEFAULT NULL, file_renewal_price FLOAT NOT NULL DEFAULT '0.00', file_featured TINYINT( 1 ) NOT NULL DEFAULT 0, file_pinned TINYINT( 1 ) NOT NULL DEFAULT '0', file_comments INT NOT NULL DEFAULT '0', PRIMARY KEY (file_id), KEY file_views (file_views), KEY file_downloads (file_downloads), KEY file_cat ( file_cat , file_updated ), KEY file_submitter (file_submitter, file_open, file_updated), KEY file_broken (file_broken), KEY file_open ( file_open , file_cat , file_submitted ), KEY file_rating (file_rating), KEY file_post_key ( file_post_key ), KEY file_featured ( file_featured ) );
_ipbdownloads_filestorage  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_filestorage ( storage_id INT( 10 ) NOT NULL AUTO_INCREMENT, storage_file LONGBLOB NULL DEFAULT NULL, storage_ss LONGBLOB NULL DEFAULT NULL, storage_thumb LONGBLOB NULL DEFAULT NULL, PRIMARY KEY (storage_id) );
_ipbdownloads_fileviews  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_fileviews ( view_id mediumint(10) NOT NULL auto_increment, view_fid int(10) NOT NULL default '0', PRIMARY KEY (view_id) );
_ipbdownloads_files_records  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_files_records ( record_id int(11) NOT NULL auto_increment, record_post_key varchar(32) default NULL, record_file_id int(11) NOT NULL default '0', record_type varchar(32) NOT NULL default 'file', record_location text null, record_db_id int(11) NOT NULL default '0', record_thumb text null, record_storagetype varchar(24) NOT NULL default 'disk', record_realname varchar(255) default NULL, record_link_type varchar(255) default NULL, record_mime smallint(6) NOT NULL default '0', record_size int(11) NOT NULL default '0', record_backup tinyint(1) NOT NULL default '0', record_default TINYINT( 1 ) NOT NULL DEFAULT '0', PRIMARY KEY (record_id), KEY record_post_key (record_post_key), KEY record_file_id (record_file_id), KEY record_db_id (record_db_id), KEY record_realname ( record_realname ), KEY record_type ( record_type , record_file_id , record_backup ) );
_ipbdownloads_temp_records  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_temp_records ( record_id int(11) NOT NULL auto_increment, record_post_key varchar(32) default NULL, record_file_id int(11) NOT NULL default '0', record_type varchar(32) NOT NULL default 'file', record_location text null, record_realname varchar(255) default NULL, record_mime smallint(6) NOT NULL default '0', record_size int(11) NOT NULL default '0', record_added int(10) NOT NULL default '0', record_default TINYINT( 1 ) NOT NULL DEFAULT '0', PRIMARY KEY (record_id), KEY record_post_key (record_post_key), KEY record_file_id (record_file_id), KEY record_added ( record_added ) );
_ipbdownloads_mime  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_mime ( mime_id int(10) NOT NULL auto_increment, mime_extension varchar(18) NOT NULL default '', mime_mimetype varchar(255) NOT NULL default '', mime_file text, mime_screenshot text, mime_inline text, mime_img text, PRIMARY KEY (mime_id) );
_ipbdownloads_mimemask  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_mimemask ( mime_maskid int(10) NOT NULL auto_increment, mime_masktitle varchar(255) NOT NULL default '0', PRIMARY KEY (mime_maskid) );
_ipbdownloads_mods  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_mods ( modid mediumint(8) NOT NULL auto_increment, modtype tinyint(1) NOT NULL default '0', modgmid varchar(255) NOT NULL default '0', modcanedit tinyint(1) NOT NULL default '0', modcandel tinyint(1) NOT NULL default '0', modcanapp tinyint(1) NOT NULL default '0', modcanbrok tinyint(1) NOT NULL default '0', modcancomments tinyint(1) NOT NULL default '0', modcats mediumtext, modchangeauthor TINYINT( 1 ) NOT NULL DEFAULT '0', modusefeature TINYINT( 1 ) NOT NULL DEFAULT '0', modcanpin TINYINT( 1 ) NOT NULL DEFAULT '0', PRIMARY KEY (modid) );
_ipbdownloads_sessions  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_sessions ( dsess_id varchar(32) NOT NULL, dsess_mid int(10) NOT NULL default '0', dsess_ip varchar(46) default NULL, dsess_file int(10) NOT NULL default '0', dsess_start int(10) NOT NULL default '0', dsess_end int(10) NOT NULL default '0', PRIMARY KEY (dsess_id), KEY dsess_mid (dsess_mid,dsess_ip), KEY (dsess_start) );
_ipbdownloads_urls  Click here to fix this table, or you can run the following queries manually:
CREATE TABLE _ipbdownloads_urls ( url_id VARCHAR( 32 ) NOT NULL , url_file INT NOT NULL DEFAULT '0', url_ip VARCHAR( 46 ) NULL DEFAULT NULL , url_created int(10) NOT NULL DEFAULT '0', url_expires int(10) NOT NULL DEFAULT '0', PRIMARY KEY ( url_id ), KEY ( url_file ), KEY ( url_expires ) );
_ipbgroups  Click here to fix this table, or you can run the following queries manually:
ALTER TABLE _ipbgroups ADD idm_restrictions TEXT NULL;;
ALTER TABLE _ipbgroups ADD idm_bypass_paid TINYINT( 1 ) NOT NULL;;
ALTER TABLE _ipbgroups ADD idm_add_paid TINYINT( 1 ) NOT NULL;;
ALTER TABLE _ipbgroups ADD idm_view_downloads TINYINT( 1 ) NOT NULL DEFAULT '0';;
ALTER TABLE _ipbgroups ADD idm_report_files TINYINT( 1 ) NOT NULL DEFAULT '0';;
ALTER TABLE _ipbgroups ADD idm_bypass_revision TINYINT( 1 ) NOT NULL DEFAULT '0';;
ALTER TABLE _ipbgroups ADD idm_throttling INT NOT NULL DEFAULT '0';;
ALTER TABLE _ipbgroups ADD idm_wait_period INT NOT NULL DEFAULT '0';;

لینک ارسال
به اشتراک گذاری در سایت های دیگر

درست شده ولی الان که دارم روی دانلود کلیک می کنم می گه متاسفانه مشکلی پیش آمده است. درصورتی که کاتگوری هم درست کردم. چیکارش کنم؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟

لینک ارسال
به اشتراک گذاری در سایت های دیگر

  • بنیان گذار IPSFarsi

سطح دسترسی گروه های کاربری رو چک کنید از قسمت manage group :)

لینک ارسال
به اشتراک گذاری در سایت های دیگر

استاد درستش کردم سطح دسترسی ها رو ولی بازم نمیشه. اینو یه نگاه بندازید

post-898-0-18747700-1348909363_thumb.jpg

به نظرتون از این نیست مشکل؟

لینک ارسال
به اشتراک گذاری در سایت های دیگر

آقا وحید نامنی یوزر و پسورد رو بدم شما خودتون زحمتشو بکشید؟

این ای پی دانلود رو چک کنید. من احساس می کنم درست کار نمی کنه. آخه فایل که ایمپورت می زنم رو هم خظا میده

خطا در سیستم

[#11822] There were no files selected to import. Please try again.

در حالی که فایل رو هم انتخاب می کنم

لینک ارسال
به اشتراک گذاری در سایت های دیگر

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...