phpExchange

version 1.0.beta
phpexchange.sourceforge.net
All code from Irisco, irisco@users.sourceforge.net
* It is free for any use, just keep the credits intact *




*EXCUSE ME FOR MY BAD ENGLISH, PLASE HELP ME!*




INSTALL
-------

1. Create a directory called, for example, "phpexchange" in your htdocs dir,
   then create "banners" in your new phpexchenge dir. Set full permissions.

2. Unpack there all the files in the package.

3. Edit the config.php file and set up following my remarks.

4. Edit header.html and footer.html as you want

5. Create a database called (ie.!) phpexchange.

6. Edit phpexchange.sql changing 'admin' with your login name and
   'password' with the password you want.

7. Create the tables with 'mysql -u root -p phpexchange < phpexchange.sql'
   or others tools.



HOW TO USE
----------

To add a new client/user/banner...
 http://www.yourdomain.com/phpexchange/index.php?op=add_client

To the user control panel...
  http://www.yourdomain.com/phpexchange/index.php

The admin interface is still underdev (unusable!)...
  http://www.yourdomain.com/phpexchange/admin.php

Html sample code...
  <iframe align=top width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src="http://www.yourdomain.com/phpexchange/engine.php?op=viewbanner&cid=3"></iframe>
  (I think IFRAME is the best solution... now IE&NS support it! But you can modify it as you want!)



TODO
----

- Admin control panel

- More configurable

- Multimedia/Html banners support

- Multilanguage support

- Interface-lifting

- (whatdoyouwant?)



*EnjoyIT!*