mp3-Bazar A another multimedia engine
 Persian Community Media Persia Media Blog

Archive for the 'Tools' Category

Wordpress ODLinks Plugin

Open Directory Project

Links-Open Directory (Website Directory Project) is a Wordpress plugin
The plugin help you to start a profitable website directory which is the same as the DMOZ.org directory.

This plugin is under active development. If you experience problems, please first make sure you have installed the latest version. Feature requests, bug reports and comments can be submitted [here]
1) Click here to download the odlinks plugin last release

Installing the plugin:

1. Unzip the downloaded package and upload the odlinks folder into your Wordpress plugins folder
2. Log into your WordPress admin panel
3. Go to Plugins and “Activate” the plugin
3. “OD-Links Admin” will now be displayed in your Options section under Manage.
4. For first step instructions, go to Options “ODLINKS Settings”


Once you submit the Settings page of ODLinks it will set off the process of installing its tables and setting up its default settings.

5. Go to create and modify your Categories and Sub Categories under “ODLINKS Structure”
You will need to make the Smarty cache folders writable (chmod 777) :

./odlinks/includes/Smarty/cache
./odlinks/includes/Smarty/templates_c

Create some child category. It is not possible to post to the parent category.

Demo:

Test it right now ;)  OR wpcareers.com

Questions and Examples of Use

Frequently Asked Questions

Q. Why the main site gives me the 404 or Not Found error message or I cannot see the “Submitt a link”?

This usually occurs only when using a custom permalink structure (like /%category%/%postname%/).
This is a .htaccess 404 error message and you should update your .htaccess file in the WP root directory.

Normally you should not edit the htaccess, the Permalink link will be detect by plugin automatically.
The htaccess is a way to add the category name to the url or display the post title in the blog url.

An example for htaccess code to redirect to odlinks
You need an .htaccess file. The file will be create/modify by wordpress via the Permalink/mod-rewrite option.

Please edit the .htaccess file in the root folder of your Wordpress.
You use the default .htaccess file and modify the file as follow:
The redirect should look something like this

#RewriteRule . /index.php [L]
RewriteRule !^(classified|odlinks)/ /index.php [L]
RewriteRule odlinks/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=odlinks&_action=$1&id=$2&parent=$3 [QSA,L,R,NS]

Todo:

- included language files

Chang log:

Changes Nov 12/2008  v. 0.5
- implement the bookmark & sent to his friend’s button
- edit/move categories
- implement the conformation code (captcha)
Changes Oct 13/10/2008
- admin email notification
- include the Google AdSense

WordPress Classifieds Plugin

Description

With this plugin, you will be able to add a Classifieds Advertising for Personals, Auto or Business in to your wordpress blog.


Installing the plugin:

Please test the plugin with your theme on a develop machine or a local machine, if the test is successful install it on the production machine.

Click here to download the:

1) last release (classifieds Page in one column)

or you may check out a working copy over HTTP.

svn checkout http://svn.wp-plugins.org/wp-classified/trunk/

2) Extract the zip files


3) Upload folder to your site (./wp-content/plugins/wp-classified)
4) Login to the administration and go to “admin panel/plugins” and activate the plugin
5) Go to the “Manage” tab of your WP. You have now there a new tab called “WP-Classified Admin”.

6) Go into the Manage — wpClassified –
7) Click on “Add Category”
8) Categories are the MAIN sections of your classifieds. For example, Autos For Sale

9) Now that you have a category, click on “Add List” under the Add/Edit Categories menu.
10) Create a list and then choose its parent category.

Lists are your subsections on your classifieds. For example, “Trucks” would be a list whose parent category would be “Autos For Sale.”
Unless you create lists under your categories, you won’t see a thing on your classified page.


Configure the plugin

Make sure the folder images have the correct writing permissions.

You will need to make the following folders writeable (chmod 777) :

- wp-content/plugins/wp-classified/cache

NEW in THE VERSION 1.4
Add a public directory and upload the images public resources (the public folder must have write permission)

- wp-content/public/wp-classified/

If you upgrade from 1.3 to 1.4 please move all public images  form the folder wp-content/plugins/wp-classified/images into the wp-content/public/wp-classified/

Uninstalling the plugin

For uninstalling deactivate the plugin in the WordPress admin menu and delete the wp-classified directory from the /wp-content/plugins/ directory and the page and tables, which are installed by the plugins with drop table in phpMyAdmin.

IMPORTANT:

I create and tested on Wordpress version 2.3.2 on default and unchanged Permalink structure.
The plugin works successfully with the latest version of wordpress 2.7.

Demo:

- wpClassified version 1.3

Upgrade Instructions

  1. Deactivate the plugin from your Wordpress admin panel.
  2. Backup Database tables *_wpClassified_* and files.
  3. Upload the files to your /wp-content/plugins/ folder and overwrite the existing file.
  4. Activate the plugin from your Wordpress admin panel.
  5. Please Note: in ‘Classified Options‘ page in admin interface, check that all the required fields are filled in and save!

Questions and Examples of Use

Frequently Asked Questions

Q: Why the main site gives me the 404 or Not Found error message

This is a .htaccess 404 error message and you should update your .htaccess file in the wordpress root directory.

Q: Who can I collapse the categories as default instead of expanded as default.

Open the file ./includes/main_tpl.php in your favorite text editor.
Edit line: ca. 34
update the ’showAll();’ to ‘hideAll();’
That’s all ;)

Q: I would like to put the last ads in my sidebar. is it possible?

Inside the wordpress admin ‘Design’ menu, ‘Widgets’ submenu, add the wpCalssifieds widget to your blog where you want, then save the changes.

To support Permalink structure:

Normally you should not edit the htaccess, the Permalink link will be detect by plugin automatically.
The htaccess is a way to add the category name to the url or display the post title in the blog url.

This is an example for .htaccess file to redirect to wpClassified for the people who use ‘ /%category%/%postname%/’ as permalink structure
Please open the .htaccess file in the wordpress root folder in your favorite editor and look for line

RewriteRule . /index.php [L]

and replace it with:

#RewriteRule . /index.php [L]
RewriteRule !^(classified)/ /index.php [L]
RewriteRule ^classified/([^/\(\)]*)/?  /index.php?pagename=classified [QSA,L,R,NS]

May be by using  the ‘/%postname%’ or ‘/%category%/%postname%/’ as permalink structure the plugin must work correctly and you do not need change anything.

Q: Warning: imageftbbox() [function.imageftbbox]: Could not read font?

Enable the GD and FreeType Support in php configuration or unselect the ‘Show the confirmation code’ check box  in admin interface

Changelog

Changes 1.4 – January 17/01/2009
- January 18/01/2009 fix for Internet Explorer and xampp

- fixed for plugin auto-upgrade
Note: This bugfix release hove to install Manually.
- fixed for the plugin auto-upgrade. (must test with the next coming version)
- moved directories public resources to wp-content

Changes 1.3.1-b – February 09/02/2009
- modify to approve posts before they are published
- fixed the problem with re-size of thumbs images

Changes 1.3.1-a – January 25/01/2009
- update to cover changes between WP-Version  2.6 and 2.7
- fixed the widget control

Changes 1.3.0-a – October 13/10/2008
- Modify to expanded and collapses the Categories
- Modify to show the last post in footer

Changes in 1.3 – September 10/2008
- Update to display-style classified ads in one column
- Added the ad images viewer
- Allowed more images per ad
- All the pages using templates
- Added style sheet for page layout

TO-DO-List

- comments on individual listings/ads?
- implement the paid service and pay pal options?
- preventing the Bad languages

    Email: wpclassified@forgani.com
    (Please include wpclassified in the subject of your email.)

Web-Based Interface

Billing, Invoiceing, Ordering, Quoting, CRM

phpBMS Project phpBMS is web-based, open source, Business Management Software (BMS).
phpBMS is designed for small and mid-size enterprises looking for an integrated system to manage their business.

managing daily operations,
creating and printing invoices + orders + quotes,
tracking clients and prospects, and
fulfilling accounts receivable needs.

NolaPro The NolaPro suite is a flexible world-class system designed for any size business. This suite includes complete web-based accounting services and allied business functionality.
Vertical Overview: Accounting + Business Software
Licence Cost: $0 / Freeware

Complete Accounting

Receivables/Billing
Payables/Vendor Info
Payroll/Employee Data

Business Management

Inventory Tracking
Order Entry/Shipping
Administrative Control

Ecommerce Features

B2B Web Portal
Point-of-Sale (POS)
Editable Shopping Cart

PhreeBooks Accounting Was developed as an open source ERP (Enterprise Resource Planning) web-based application written for the small business community.

Licence Cost: $0 / Freeware

Separate Customer and Vendor Account Information
Full Inventory Management and Tracking
Complete Financial General Ledger Accountability
Banking Support, Including Check Writing, and Bank Account Reconciliation
Flexible Import and Export Capabilities
XML Interface To E-commerce Shopping Carts (currently Zen-Cart)
Robust Reporting and Form Capability
Expandable Shipping Manager
User Level Security
Context Sensitive Popup Help System (using PhreeHelp)

phpCoin phpCOIN is used by over thirty-five thousand people worldwide*, including web-hosts, designers, lawyers, accountants, and a school band.

- http://www.billmyclients.com
- http://www.invoicesmadeeasy.com
- http://www.invoiceplace.com/invoice
- http://www.invotrak.com
- http://www.simplybill.com
- http://www.simplyinvoices.com
- https://www.time59.com
- http://veetro.com
- http://invoicemachine.com

Graphic Plotter

Graphic Plotter is a useful program to draw different type of math.
It is written in Visual Basic 6 (ca. 18.1.2000), and consequently requires the Visual Basic runtimes in order to work.
You may well already have not these on your system, so I have included the files.

- Download Graphic Plotter
- Graphic Plotter “GraphPlot_2001.exe”
- Common Controls OCX “ComCtl32.ocx” 230K
- Visual Basic Runtime “Vbrun60.exe” 973K SP3

The files are compressed in .zip.

Installation instructions:

After you have downloaded graphic_plotter.zip, extract all the contents into the folder where you want it installed, z.B. c:\graphic_plotter for example.
If you have not to Visual Basic Runtime files on PC. you should be unzipped Vbrun60.zip, comctl32.zip and executed BEFORE running graphPlot.
Once all the files are in place, you can run GraphPlot_2001.exe.


Here are some screenshot of the Graphic Plotter