01-05-2023, 01:04 AM
NOTES
--------------------------------------------------------
Just so you know to log into the admin panel you HAVE to login via the admin directory you cant login via the normal user login
INSTALLATION
--------------------------------------------------------
1. Upload all the files except the docs directory
2. CHMOD the uploads directory to 0777
3. CHMOD the includes/data.inc.php to 0777
4. CHMOD the includes/countries.inc.php to 0777
5. CHMOD the language/EN/categories.inc.php to 0777
6. CHMOD the language/EN/categories_select_box.inc.php to 0777
7. CHMOD the cache directory to 0777
8. go to http://yoursite/webid/install/install.php and follow the steps
ADDING A LANGUAGE
--------------------------------------------------------
1. Open the language directory and copy the entire EN folder, rename it to the abrviation you added in languages.inc.php
2. CHMOD the language/xx/categories.inc.php to 0777
3. CHMOD the language/xx/categories_select_box.inc.php to 0777
4. Translate every file in there.
View Demo Here
0.7.0 - 17/11/08
-----------------------------
Renlok
- Fixed the import categories option in the installer
- Added a login check to csseditor_.php
- Fixed the admin add banenrs page
_ Added $system->cleanvars() to clean up loads of vulnerabilities
- Cleaned up alot of the code removing most of the php E_NOTICE warnings
- Fixed the bug in admin/resendemail.php where i couldn't find the language file
- Added a General PHP error handler
- Added the missing send_email.inc.php file
- Fixed the alignment issue
- Fixed the unique visitor counter
- Removed the error bar from the send_email page
- Removed the categories_plain table and moved the data into the categories language file
- Added the missing string $MSG_624 to the message file
- Fixed the links when WeBid is installed in a sub folder
- Sorted out registration so you receive the correct message depending on the user confirmation method
- Fixed the admin default country page
- Added sell similar feature that can be used when an item has been sold
- Added shipping fee to auctions
- Cleaned up all the common code from the config file and put it in a class
- Added a function so WeBid can find which languages are installed so you dont have to edit any files to add/remove languages
- Fixed login page so it displays error messages correctly
- Added decent template system which template caching
0.6.3 - 06/11/08
-----------------------------
Renlok
- Removed 11 files
- Added option to not import default categories at installation if you want to make your own from scratch
- Finished cleaning up the message.inc.php language file reduced from 114kb to 70kb (between v0.5 and now)
- Updated mysql error checker to move you to the error page instead of just stopping the script
- Fixed bug on admin delete auction page
- Fixed bug where you cant add an auction after editing one
- Fixed admin list users template
- Fixed a category translation error on the index page
- Fixed the time bar so it work with other languages
- Fixed the statistics so it picks up the users browser
- Improved functionality of the admin categories page
- Added admin feature to set the account activation mode
- Fixed a few bugs which occur when the categories are empty
- Fixed admin member types page
0.6.2 - 29/10/08
-----------------------------
Renlok
- Fixed admin edit auction page
- Fixed admin user authentication settings page
- Fixed admin edit countries page
- Fixed admin edit categories page
- Removed some obsolete functions
0.6.1 - 24/10/08 -> 26/10/08
-----------------------------
Renlok
- Removed 2 files
- Updated link on copyright message
- Improved installer making it much simpler to use
- Updated FCK editor from 2.0 to 2.6.3
- Added error check on version checker
0.6.0 - 24/09/08 -> 21/10/08
-----------------------------
Renlok
- Removed 72 files
- Fixed feedback SQL problems
- Improved pagenation on feedback page
- Fix Item Watch Page
- Removed the https stuff as im not planing on added anything that will need it
- Fixed the galleries in auctions
- Fixed leave feadback pages
- Completly recoded sell.php it now functions far better
- Updated the installer so you enter the admin email on that
- Started to cleanup and optimise the code
- Updated SQL dump
0.5.5 - 11/09/08 -> 17/09/08
-----------------------------
Renlok
- Fixed all sucurity errors I found
- Added .htaccess file
- Deleted loads of uneeded files & code
- Moved category translations from the database to the language folder
- Fixed retrive password file
- Fixed word filter
- Fixed user feedback on auction page when feedback is 0
0.5.4 - 30/08/08
-----------------------------
Renlok
- Cleaned up select category page
- Fixed create auction page
- Cleaned up more of the language files
- Cleaned up the config file
- Fixed timeout errors with install file
- Fixed SQL errors
0.5.3 - 01/07/08
-----------------------------
Renlok
- Cleaned a few of the template pages up
- On contact user page it sends a copy of the message to thier message box aswell as sending an email
- Edited the closed auction page so the ended time works correctly, also cleaned up the coding
- Added a discription to Watch Action page
- Fix the image display error in item_watch
- Fix error with the cron
- Make some changes to the feedback system to make it much neater
- Fixed an item on view item when youve not logged in
- Removed some useless files
- Added an error log
- Removed everything todo with aboutme pages as they dont exist yet
- cleaned up the SQL
- linked user address to location of item location
- Add 'drop table if exists' queries to install file to help avoid bad installations
- Added installation checks
--------------------------------------------------------
Just so you know to log into the admin panel you HAVE to login via the admin directory you cant login via the normal user login
INSTALLATION
--------------------------------------------------------
1. Upload all the files except the docs directory
2. CHMOD the uploads directory to 0777
3. CHMOD the includes/data.inc.php to 0777
4. CHMOD the includes/countries.inc.php to 0777
5. CHMOD the language/EN/categories.inc.php to 0777
6. CHMOD the language/EN/categories_select_box.inc.php to 0777
7. CHMOD the cache directory to 0777
8. go to http://yoursite/webid/install/install.php and follow the steps
ADDING A LANGUAGE
--------------------------------------------------------
1. Open the language directory and copy the entire EN folder, rename it to the abrviation you added in languages.inc.php
2. CHMOD the language/xx/categories.inc.php to 0777
3. CHMOD the language/xx/categories_select_box.inc.php to 0777
4. Translate every file in there.
View Demo Here
0.7.0 - 17/11/08
-----------------------------
Renlok
- Fixed the import categories option in the installer
- Added a login check to csseditor_.php
- Fixed the admin add banenrs page
_ Added $system->cleanvars() to clean up loads of vulnerabilities
- Cleaned up alot of the code removing most of the php E_NOTICE warnings
- Fixed the bug in admin/resendemail.php where i couldn't find the language file
- Added a General PHP error handler
- Added the missing send_email.inc.php file
- Fixed the alignment issue
- Fixed the unique visitor counter
- Removed the error bar from the send_email page
- Removed the categories_plain table and moved the data into the categories language file
- Added the missing string $MSG_624 to the message file
- Fixed the links when WeBid is installed in a sub folder
- Sorted out registration so you receive the correct message depending on the user confirmation method
- Fixed the admin default country page
- Added sell similar feature that can be used when an item has been sold
- Added shipping fee to auctions
- Cleaned up all the common code from the config file and put it in a class
- Added a function so WeBid can find which languages are installed so you dont have to edit any files to add/remove languages
- Fixed login page so it displays error messages correctly
- Added decent template system which template caching
0.6.3 - 06/11/08
-----------------------------
Renlok
- Removed 11 files
- Added option to not import default categories at installation if you want to make your own from scratch
- Finished cleaning up the message.inc.php language file reduced from 114kb to 70kb (between v0.5 and now)
- Updated mysql error checker to move you to the error page instead of just stopping the script
- Fixed bug on admin delete auction page
- Fixed bug where you cant add an auction after editing one
- Fixed admin list users template
- Fixed a category translation error on the index page
- Fixed the time bar so it work with other languages
- Fixed the statistics so it picks up the users browser
- Improved functionality of the admin categories page
- Added admin feature to set the account activation mode
- Fixed a few bugs which occur when the categories are empty
- Fixed admin member types page
0.6.2 - 29/10/08
-----------------------------
Renlok
- Fixed admin edit auction page
- Fixed admin user authentication settings page
- Fixed admin edit countries page
- Fixed admin edit categories page
- Removed some obsolete functions
0.6.1 - 24/10/08 -> 26/10/08
-----------------------------
Renlok
- Removed 2 files
- Updated link on copyright message
- Improved installer making it much simpler to use
- Updated FCK editor from 2.0 to 2.6.3
- Added error check on version checker
0.6.0 - 24/09/08 -> 21/10/08
-----------------------------
Renlok
- Removed 72 files
- Fixed feedback SQL problems
- Improved pagenation on feedback page
- Fix Item Watch Page
- Removed the https stuff as im not planing on added anything that will need it
- Fixed the galleries in auctions
- Fixed leave feadback pages
- Completly recoded sell.php it now functions far better
- Updated the installer so you enter the admin email on that
- Started to cleanup and optimise the code
- Updated SQL dump
0.5.5 - 11/09/08 -> 17/09/08
-----------------------------
Renlok
- Fixed all sucurity errors I found
- Added .htaccess file
- Deleted loads of uneeded files & code
- Moved category translations from the database to the language folder
- Fixed retrive password file
- Fixed word filter
- Fixed user feedback on auction page when feedback is 0
0.5.4 - 30/08/08
-----------------------------
Renlok
- Cleaned up select category page
- Fixed create auction page
- Cleaned up more of the language files
- Cleaned up the config file
- Fixed timeout errors with install file
- Fixed SQL errors
0.5.3 - 01/07/08
-----------------------------
Renlok
- Cleaned a few of the template pages up
- On contact user page it sends a copy of the message to thier message box aswell as sending an email
- Edited the closed auction page so the ended time works correctly, also cleaned up the coding
- Added a discription to Watch Action page
- Fix the image display error in item_watch
- Fix error with the cron
- Make some changes to the feedback system to make it much neater
- Fixed an item on view item when youve not logged in
- Removed some useless files
- Added an error log
- Removed everything todo with aboutme pages as they dont exist yet
- cleaned up the SQL
- linked user address to location of item location
- Add 'drop table if exists' queries to install file to help avoid bad installations
- Added installation checks