Version: 1.5, by Dean C
Developer Last Online: Nov 2023
Category: Miscellaneous Hacks -
Version: 3.6.7
Rating:
Released: 09-03-2007
Last Update: 01-23-2008
Installs: 125
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
Introduction
Dear Friends,
After much thought I have decided to release part of my upcoming DCSEO modification to the community for free.
What does this modification do?
This modification offers you the facility to track URLs that link to threads on your forum. Instead of me trying to explain to you what a linkback actually is I'll link you to wikipedia's explanation of it: http://en.wikipedia.org/wiki/Linkback
This modification implements refbacks, but not trackbacks or pingbacks (these will be included in the DCSEO modification). Any sites that the system *thinks* link to you, are put into an approval queue in the admincp which you will see in the left-hand nav after you install the mod. This moderation queue can be turned off, but I would strongly reccomend never turning it off!
The reason this will offer you a major benefit to your search engine rankings and PR (for google), is that it will create relevant inbound and outbound traffic to your forum which the search engines love.
Installation
Download the attached zip and open the readme.txt file, and follow the instructions within it.
Support
I will be around to offer support wherever possible, but please do not PM me asking for support, as I will not respond. If you have any bugs, report them in this thread and I'll fix them as soon as possible. I am rather busy at the moment with work during the day, and full-time development of the DCSEO product in the evenings, so please be patient with me if I take a little while responding to your posts.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Thanks, it's realy good idea, but your mode can be more developed.
Also there is a problem for me: when I want to moderate more than one linkback at once it doesn't work. It works on the last linkback and nothng happens to others while I have choose to approve or disapprove them...
Invalid SQL:
CREATE TABLE linkback (
`linkbackid` smallint(6) unsigned NOT NULL auto_increment,
`pageurl` varchar(250) collate latin1_general_ci NOT NULL,
`pagetitle` varchar(250) collate latin1_general_ci NOT NULL,
`approved` tinyint(1) NOT NULL default '0',
`type` tinyint(1) unsigned NOT NULL,
`dateline` int(10) unsigned NOT NULL,
`threadid` smallint(6) unsigned NOT NULL,
PRIMARY KEY (`linkbackid`),
KEY `threadid` (`threadid`)
) ENGINE=MyISAM;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL,
`pagetitle` varchar(250)
Error Number : 1064
Date : Monday, October 8th 2007 @ 11:31:25 AM
Script : http://www.chaosprogramming.com/foru...=productimport
Referrer : http://www.chaosprogramming.com/foru...?do=productadd
IP Address : XXXXXX
Username : XXXXX
Classname : vb_database