Home > AJAX, CSS, Javascript, Localhost, PHP, Wordpress > WordPress Exchange Links Plugin – AJAX Version

WordPress Exchange Links Plugin – AJAX Version


Advertisement



September 26th, 2008 Admin Leave a comment Go to comments

Let me introduce a new plugin called WpExLinks. This is my first plugin for WordPress that enable you to build your links network with other webmaster. This proccess now more easier in WordPress realm. We can automate the proccess and we’ll get some notification email in the end of proccess. Here are some feature from my plugin :

  1. Auto checking error if this fields were blank (name, email, website title, website URL, reciprocal URL, website description)
  2. Checking for valid format of email, website url, reciprocal url
  3. Checking for status reciprocal url before submitted
  4. Auto blocked same domain submitted
  5. Integrate AJAX CAPTCHA and AJAX sending form in user interface
  6. Notification email for admin when some submit link
  7. Edit Links Page! available
  8. Widget already
  9. Easy manage links (delete, approve, unapprove, check reciprocal links) from Options page

Here are installation step :

  • Make sure you upload a whole folder WpExLinks into your wp-content/plugins, please keep the structure files
  • Activate both WpExLinks plugin and WpExLinks widget from your Dashboard
  • Create a new page, give a title as you like (ex. Exchange Links) and paste the code in the textarea and publish
<!--wpExLinks-->
  • Set WpExLinks options if you need from Settings > Wp Exchange Links options page (default is enough to run)
  • Finished! Now everyone want to do exchange links with you just refer to Exchange Links Page :)

Screenshot :

WpExLinks options page.  You can set website url, title, description, and email address for notification.  Also you can manage all links from here.

Example WpExLinks page submit form

Because this is BETA version, so i need input from you all. Please report bugs here.

History version:

Tested up to 2.6.5

  • V1.0 – 28 Sept 2008, first release WpExLinks WordPress Plugin
  • V1.1 – 7 Oct 2008, Change to HTML email, repair bugs function show list without widget, fix admin options area, add description to anchor link as title/alt
  • V1.2 – 8 Oct, Fix HTML email, add Edit Links Page!, add permalink to Exchange Link Page in Options Page, etc . Please read changelog in readme.html for details.
  • V1.3 – 17 Oct, Change CAPTCHA method hope will fix compatibility issues, add new option to use captcha or not. Please extract to wpExLinks folder and upload all files.
  • V1.4 – 10 Nov, Change default widget to display all links or use 0 to do it, Change AJAX system using Simple AJAX Code-Kit (SACK) to avoid “Invalid Captcha” problem, Fixed minor bugs

Download Code
Now hosted by WordPress :)

Update note :
You can show links list without widget, just add this code into your themes, not post/page textarea! Anyway you can do it if you have execPHP plugin installed in your WordPress :)

<?php if(function_exists('wpExLinksList')) {wpExLinksList();} ?>

Default will show links list in unordered list with div id=”wpExLinks” for setting in CSS and no limit number links, order by name, and ASCENDING. Please refer to readme.html file for details.

Enjoy my plugin :)

Related posts:

  1. Making WordPress Exchange Links Without Plugins
  2. Simple AJAX Captcha
  3. Free CB Plugin Simple Invitation (Invite Friends)
  4. AJAX POST GET Form With Multiple Checkbox, Radio, Select Option
  5. Bypass Links by Urlcash.net, Usercash.com, Anonym.to, Lix.in, Linkbucks.com and Get Direct Links.
  1. Marcos
    October 29th, 2008 at 20:12 | #1

    Hello, I need some help, how I can display all links?
    With wpExLinksList(20, ‘name’, ‘ASC’); the script will display 20 links but If I have 21?
    Should I use wpExLinksList(100, ‘name’, ‘ASC’); ??!?!?!

    Thanks for this Great Plugin!

  2. October 30th, 2008 at 00:05 | #2

    Thanks your message has very much helped me:)

  3. Admin
    October 30th, 2008 at 17:52 | #3

    @Marcos

    U right .. for this time u must set to larger than links u have ..

    maybe in the next release i’ll set default to display all links :)

    Thnx for use it and response .

  4. Admin
    November 10th, 2008 at 19:16 | #4

    Now u can display all links with default setting :)

    please download latest version and refer to readme file for details :D

  5. Blaster
    November 14th, 2008 at 01:40 | #5

    I Got below error, Please help!

    WordPress database error: [Table 'mydom_mytable.wp_wpxlink' doesn't exist]
    SELECT COUNT(web_url) FROM wp_wpxlink WHERE web_approve=’Unapprove’

  6. Admin
    November 14th, 2008 at 07:54 | #6

    @Blaster

    Hi …

    Why ur MySQL Table have double prefix?

    Please check ur mysql table from phpmyadmin and see the structure .. n report here so i can help you :)

    Regards

  7. Blaster
    November 14th, 2008 at 08:31 | #7

    I’m successfully activate the plug in but the ‘wp_wpxlink’ table failed to create, so I can’t check the table structure.

    [Table 'mydom_mytable.wp_wpxlink' doesn't exist]

    Hope this will answer your question.

  8. Admin
    November 14th, 2008 at 08:52 | #8

    Yeah .. ur table structure have double prefix … try to look original table WP … do they have same prefix “mydom_mytable” ?

    By default, this plugin will create “wp_wpxlink” without other prefix . wp_ is default prefix from WP.

    Try to create manual ur table “wp_wpxlink” from phpmyadmin and create this column ..

    id mediumint(9) NOT NULL AUTO_INCREMENT,
    ip VARCHAR(100) NOT NULL,
    time TIMESTAMP NOT NULL,
    name tinytext NOT NULL,
    email tinytext NOT NULL,
    web_title tinytext NOT NULL,
    web_url VARCHAR(55) NOT NULL,
    rec_url VARCHAR(55) NOT NULL,
    web_desc text NOT NULL,
    web_approve VARCHAR(15) NOT NULL,
    UNIQUE KEY id (id)

    regards:)

    btw where’s ur hosting?

  9. November 16th, 2008 at 14:22 | #9

    I’m confused with the part, create new page and paste this code in the text area then publish?

    Just this code?

    Nothing happens when i published the page…the submit form didn’t appear…

  10. Admin
    November 16th, 2008 at 15:11 | #10

    Please create your page in HTML Code :)

    Not visual ..

    regards.

Comment pages
1 2 3 4 5 6 ... 19 75
  1. September 27th, 2008 at 00:48 | #1
  2. December 4th, 2008 at 12:43 | #2