All our products admin center have login User ID and Password that you normally set in your configuration.
If for some reason you forgot one of these, follow these steps to reset your admin login:
Method 1
Please follow these steps to reset your admin login
1)-download our ResetLoginAuction.cgi, ResetLoginClassified.cgi, ResetLoginForumcgi and ResetLoginSearch.cgi script from our website to your computer:
http://www.mewsoft.com/download/ResetLogin.zip
2)-unzip and upload the file ResetLoginXXXXX.cgi in ASCII mode to your server to the cgi-bin folder where the
cgi files located, for the auction normally this folder is cgi-bin/auction, for classifieds it is cgi-bin/classified
for the forums it is cgi-bin/forum, and for the search it is cgi-bin/dir or wherever you named the cgi folders.
3)-set this script permissions to exectuable 755.
4)-you may need to edit this script if required the first line to point to perl on your server, the default will normally
work on most *nix servers.
5)-call this script from your browser like this:
Auction:
As of versions 2012, the auction system has automatic admin reset login in the login page. Older versions use:
http://www.yourdomain.com/auction/ResetLoginAuction.cgi
Classified:
http://www.yourdomain.com/classified/ResetLoginClassified.cgi
Search:
http://www.yourdomain.com/dir/ResetLoginSearch.cgi
Forum:
http://www.yourdomain.com/forum/ResetLoginForum.cgi
you need to call this only once, after this immediatly set your admin center login again and delete this
script from your website and from your server for security, it is your own responsbility to protect yourself.
Method 2
Please follow these steps to reset your admin login
1)-Download the configuration file SysConfig.pm from your data
directory, data/SysConfig.pm in ASCII mode into your local computer.
2)-Edit the file with any text editor like Notepad, search for these 2 variables and clear the right side like this:
For Auctionawy:
AuctionawyAdminUserID~==~ AuctionawyAdminPassword~==~ or for older versions
MSNetAuction_Admin_UserID~==~ MSNetAuction_Admin_Password~==~
For Classifiedawy:
ClassifiedawyAdminUserID~==~ ClassifiedawyAdminPassword~==~ or for older versions
MS_Classifieds_Admin_Password~==~ MS_Classifieds_Admin_UserID~==~
For Searchawy:
SearchawyAdminUserID~==~ SearchawyAdminPassword~==~
For Boardawy:
BoardawyAdminUserID~==~ BoardawyAdminPassword~==~
remember
your user id and password are saved encrypted in this file, so the text
you will see is not what you know, just clear everything on the right of
the ~==~ separator.
Please note also these variables names may be changed in next versions. 3)-Save the file and upload it again to your server in ASCII mode,
Now your admin has no login you can set your new login User ID and
Password in your configuration menu.
Thank you |