Hello friends, l just found time to restore the article dashboard database l bought from a guy here long time ago, but l wasnt using it fr long time. Last time, l didnt instal it, the guy did it for me, but l cant reach him now. I have a 1.2 gb database that l restored with big dump but when l restored data, l saw different prefixes The database infor l created with article database installation is : $dbname = "rcpkrc_artdir"; $table_prefix = "art_"; tables being created during article dashboard installation : art_newpost art_admin art_adminsettings art_articles art_blockedip art_category art_comments art_country art_emailfriend art_ezinenotify art_newpost art_penname art_rating art_users tables being created with SQL data store with big dump : restored : article_master category_master cats decument_master settings user_master So, what should l do know? l need to show these tables to the script. but script codes are closed and l dont know what to do.
hi, is the tables specification between the dashboard database and the dumb are the same ? If yes, just replace the name of tables in the dump with the one of the dashboard. If not, i guess you will need a conversion program.