hola he descargado este sofware base de datos que parece bastante completo, con todo tipo de utilidades y modificable.
bueno el problema viene que... una vez descomprimido, tienes una carpeta llena de archivos php y ahi viene la pregunta, ¿como lo hago funcionar? supongo que tendre que subirlo al servicior ¿pero... cuales son los pasos a seguir para hacerlo fucionar en la web?
un saludo y gracias
he localizado tras rebisar bien todos los archivos, en uno que ponia "install" un texto, claro que esta en ingles. he intentado traducirlo pero mis conocimientos se quedan cortos y no entiendo ni "papa" de lo que esta escrito.
pone lo siguiente:
IMPORTANT !!! PLEASE LEAVE THE COPYRIGHT NOTICE INTACT !!! THANK YOU !!!
Note: Please read the LICENSE file included in the distribution to get the license
this program is subject to.
Intro:
------
phpBazar is a multi purpose PHP script that allows you to run a fast, nice looking
classified ad on your website in a very convenient way.
To see this script in action, you can browse the following websites :
- http://www.phpbazar.com (Developer and Demo-Version)
- http://www.erotikbazar.com (Live-Version, german Lang. !!! PLEASE NO TESTPOSTINGS HERE !!!)
Requires:
- PHP 4.1.0 or higher + Zend Optimizer
- mySQL 3.23.x or higher.
- Apache / MS IIS
Not required but VERY useful:
- phpMyAdmin (http://www.phpwizard.net) would be a very good idea for db-handling
- convert (http://www.imagemagick.org) if you want allow advanced picture handling
- phpBB (http://www.phpbb.com) if you want a free phpForum
Changelog:
----------
http://www.smartisoft.com/viewer.php?product=phpBazar
Installation:
-------------
-) get your license-key file from our MemberArea for your domain
-) unzip the distribution file into your http documents directory
-) ATTENTION - if you upload the files via FTP please upload the (3) library*.php files in BIN mode !
-) edit config.php to your needs
-) install Database
AUTO:
-) run Install/Update-Tool in your Browser
Filelocation: ./admin/setup.php (e.g.: http://www.domain.com/bazar/admin/setup.php)
MANUAL:
-) create the mysql database (usually phpBazar) with mysqladmin.
mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create phpBazar
-) create the mysql tables. you have 2 options :
1) COMMANDLINE: mysql -u<your_mysql_user> -p<your_mysql_pass> phpBazar<./admin/phpBazar.sql
2) PHPMYADMIN: run the SQL file './admin/phpBazar.sql' to add the tables
-) secure the admin-subdir !, with .htaccess
-) check php.ini for this settings
register_globals = On
-) all should be ok at this point... Test it with your Browser
Schedule Installation (optional)
--------------------------------
To ensure daily maintanance, e.g. sending CatNotify-Mails, you MUST setup a scheduled background-process on your server:
-) be sure you have installed also the CGI-Version of PHP
-) create a new scheduled job:
LINUX, UNIX:
edit /etc/crontab and insert a line like this (with correct path's):
0 * * * root /usr/local/bin/php /httpd/www/phpbazar/admin/schedule.php
WINDOWS:
create a new at-job like this (cmd):
at 00:00 /EVERY:M,T,W,Th,F,S,Su cmd /c c:/php/php.exe c:\www\phpbazar\schedule.php
ImageMagick Installation (optional)
-----------------------------------
-) get the Code at http://www.imagemagick.org
-) compile the code
-) test 'convert' with a testimage at commandline
-) check '$convertpath' in config.php
Forum Installation (optional)
-----------------------------------
-) get the forum-script
-) Install as described in subdir ./forum
-) check '$forum_database' in config.php is right (e.g. "phpBazar_forum")
-) NOW, every NEW confirmed phpBazar-user is also a new forum-user ...
-) For User-Update run ./admin/setup.php in your Browser and click [UPDATE DB of Forum]
Customizing:
------------
-) edit variables.php in your language dir
-) edit *.inc-Files in your language dir
-) edit styles.css (optical settings like colors, fonts, ...)
Administration:
---------------
-) Login to phpBazar with Webmaster (default Password: 'changeme')
you can edit or delete Entries with the Moderator-Functions
-) run the Admin-Panel, click [Admin-Panel] within LoginWindow (Statistics, Members, Categories, ...)
Support:
--------
-) Customer-Forum: http://www.smartisoft.com
-) E-Mail: [correo eliminado]
phpBazar-Customer (Member) Area
-------------------------------
we have launched a MemberArea at 'http://www.smartisoft.com'.
There you can find:
-) Member-Data (Name, E-Mail, ...)
-) Updates (FREE for one year from purchase)
-) Invoice (view and print your Invoice)
-) License Generation
----------------------------------------------------------
(c) 2003 SmartISoft ([correo eliminado])
All rights reserved.
bueno el problema viene que... una vez descomprimido, tienes una carpeta llena de archivos php y ahi viene la pregunta, ¿como lo hago funcionar? supongo que tendre que subirlo al servicior ¿pero... cuales son los pasos a seguir para hacerlo fucionar en la web?
un saludo y gracias
he localizado tras rebisar bien todos los archivos, en uno que ponia "install" un texto, claro que esta en ingles. he intentado traducirlo pero mis conocimientos se quedan cortos y no entiendo ni "papa" de lo que esta escrito.
pone lo siguiente:
IMPORTANT !!! PLEASE LEAVE THE COPYRIGHT NOTICE INTACT !!! THANK YOU !!!
Note: Please read the LICENSE file included in the distribution to get the license
this program is subject to.
Intro:
------
phpBazar is a multi purpose PHP script that allows you to run a fast, nice looking
classified ad on your website in a very convenient way.
To see this script in action, you can browse the following websites :
- http://www.phpbazar.com (Developer and Demo-Version)
- http://www.erotikbazar.com (Live-Version, german Lang. !!! PLEASE NO TESTPOSTINGS HERE !!!)
Requires:
- PHP 4.1.0 or higher + Zend Optimizer
- mySQL 3.23.x or higher.
- Apache / MS IIS
Not required but VERY useful:
- phpMyAdmin (http://www.phpwizard.net) would be a very good idea for db-handling
- convert (http://www.imagemagick.org) if you want allow advanced picture handling
- phpBB (http://www.phpbb.com) if you want a free phpForum
Changelog:
----------
http://www.smartisoft.com/viewer.php?product=phpBazar
Installation:
-------------
-) get your license-key file from our MemberArea for your domain
-) unzip the distribution file into your http documents directory
-) ATTENTION - if you upload the files via FTP please upload the (3) library*.php files in BIN mode !
-) edit config.php to your needs
-) install Database
AUTO:
-) run Install/Update-Tool in your Browser
Filelocation: ./admin/setup.php (e.g.: http://www.domain.com/bazar/admin/setup.php)
MANUAL:
-) create the mysql database (usually phpBazar) with mysqladmin.
mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create phpBazar
-) create the mysql tables. you have 2 options :
1) COMMANDLINE: mysql -u<your_mysql_user> -p<your_mysql_pass> phpBazar<./admin/phpBazar.sql
2) PHPMYADMIN: run the SQL file './admin/phpBazar.sql' to add the tables
-) secure the admin-subdir !, with .htaccess
-) check php.ini for this settings
register_globals = On
-) all should be ok at this point... Test it with your Browser
Schedule Installation (optional)
--------------------------------
To ensure daily maintanance, e.g. sending CatNotify-Mails, you MUST setup a scheduled background-process on your server:
-) be sure you have installed also the CGI-Version of PHP
-) create a new scheduled job:
LINUX, UNIX:
edit /etc/crontab and insert a line like this (with correct path's):
0 * * * root /usr/local/bin/php /httpd/www/phpbazar/admin/schedule.php
WINDOWS:
create a new at-job like this (cmd):
at 00:00 /EVERY:M,T,W,Th,F,S,Su cmd /c c:/php/php.exe c:\www\phpbazar\schedule.php
ImageMagick Installation (optional)
-----------------------------------
-) get the Code at http://www.imagemagick.org
-) compile the code
-) test 'convert' with a testimage at commandline
-) check '$convertpath' in config.php
Forum Installation (optional)
-----------------------------------
-) get the forum-script
-) Install as described in subdir ./forum
-) check '$forum_database' in config.php is right (e.g. "phpBazar_forum")
-) NOW, every NEW confirmed phpBazar-user is also a new forum-user ...
-) For User-Update run ./admin/setup.php in your Browser and click [UPDATE DB of Forum]
Customizing:
------------
-) edit variables.php in your language dir
-) edit *.inc-Files in your language dir
-) edit styles.css (optical settings like colors, fonts, ...)
Administration:
---------------
-) Login to phpBazar with Webmaster (default Password: 'changeme')
you can edit or delete Entries with the Moderator-Functions
-) run the Admin-Panel, click [Admin-Panel] within LoginWindow (Statistics, Members, Categories, ...)
Support:
--------
-) Customer-Forum: http://www.smartisoft.com
-) E-Mail: [correo eliminado]
phpBazar-Customer (Member) Area
-------------------------------
we have launched a MemberArea at 'http://www.smartisoft.com'.
There you can find:
-) Member-Data (Name, E-Mail, ...)
-) Updates (FREE for one year from purchase)
-) Invoice (view and print your Invoice)
-) License Generation
----------------------------------------------------------
(c) 2003 SmartISoft ([correo eliminado])
All rights reserved.