Main functions:
Classified information publishing station supports comments and jmail components. After users publish information, it will be automatically matched according to the conditions filled in by the user. When matching information is found, an email will be sent to the user (such as marriage certification, dating, recruitment and job search columns). Users can rate information, and users with low credibility will be warned. They can post bidding information, have a corporate yellow pages system, and have an online chat room where registered users can communicate with each other instantly. Supports multi-keyword search and keyword highlighting. I used a little ajax to automatically display relevant information, and other things, etc...
Something I want to say,
Beijing Classified Information Network www.114vip.com.cn is my small website. It has been in business for almost 3 years. Although I have persisted, it has never been able to make a profit. I have been losing money and persisting all these years just for a dream. But now this dream is becoming increasingly unclear. At its best, the site's daily traffic was close to 3,000 IPs, but it was of no use and it still didn't make a penny. I'm a bad person and don't know how to run a website. All the "income" it brings us is that we are constantly targeted by trolls and trolls. For a period of time, the website was indexed quite well by Baidu, but it was soon stopped by the ** because some people kept publishing illegal information. Although there was a keyword filtering system, it was not completely guaranteed. In this way, the website has been stumbling all the way until it was stopped again recently.
I really don’t know how to continue this site, and I really hope that friends or companies can cooperate with us. If you are a company or individual who is familiar with the operating model of classified information stations and are willing to cooperate with us, you can add QQ 967048
Instructions for use:
The whole site program (ACCESS version) of Beijing Classified Information Network www.114vip.com.cn. This includes an unlimited forum program, which has been modified and integrated with the website. Therefore, after users register in the forum, they will also register for the main site.
Management background address: /admin/
Username: admin
Password:admin
The administrator of the forum is also admin, and the user password and community password are both admin. After logging in to the forum, you can enter the forum backend management.
Main site database:/data/data.mdb
It is recommended to change it to another name. After changing the database name, the following three files also need to be changed: /conn.asp, /admin/conn.asp, /bbs/UserCreate.asp. Change the database name variables in these three files. Just change it to the actual database name.
Forum database:/bbs/DataBase/bbsdata.mdb
It is recommended to change it to another name and modify the forum's connection files /bbs/Conn.asp and /admin/deluser.asp to the actual forum database name.
The backend has not been completed. There are configuration files in the /config/ directory. For example, fabu_config.asp is responsible for information release. To enable or disable the release of information verification code, you can change the configuration inside. The backend did not do this, so I had to modify it manually -_ -setup.asp is the main configuration file. The functions of some configuration files are:
/config/ad_config.asp List page title and other configurations, where the ad_config_keywordcolor variable represents the color of highlighting when searching for multiple keywords.
/config/fabu_config.asp Information release page settings. fabu_config_checkcode="0" means to turn off the verification code, fabu_config_checkcode="1" means that posting information requires a verification code.
/config/setup.asp main configuration file. Some of the variables have the following meanings:
web_vip_link The address of the website.
infomain_update_timeout cache update time (seconds)
web_vip_mysmtp, web_vip_smtp_user, web_vip_smtp_pass SMTP server address, username and password for sending emails. For the website to be able to send emails to users, these variables must be set correctly.
Also, the backend function of the website is not powerful enough. If you need to complete some complex database operations, it is recommended to run SQL commands directly. Run the SQL command page in the background, and the two passwords for authentication are both admin.
The user registration page of the website and the forum program are together. Registering a user in the forum will also register a website user at the same time, so the forum program is indispensable, otherwise you may need to create a user registration page yourself.
The website supports users to upload files, but a certain fee will be deducted from the user's balance. The fee for uploading a file is determined by the web_config_uploadmoney variable in the /config/setup.asp configuration file. The file is uploaded to the /upload/adpic directory. Please make security settings and turn off the execution permission of the directory.
Some pictures or hyperlinks in the website program use the absolute path of www.114vip.com.cn (for convenience in the past). You may need to manually change it to the path of your site.
The entire website is not very complete. Some details have not been completed. Friends who can help can improve it by themselves^_^ If you have any questions or suggestions, you can also contact me at qq511795070
Expand