Quite a trick, since there isn't any file named redirect.php.
the ping needs to send linktitle, linkurl, linkdescription and linkcatid.
Sounds like it should go in suggest.php right above if (!$template) $template = new template('redirect.tpl'); if (!$validated) $template->replace('{MESSAGE}', $language->suggest_link);
and should send $thislink->title, $thislink->url, $thislink->description and $thislink->catid
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on ping after link submission
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
i first added it to redirect.php
Quite a trick, since there isn't any file named redirect.php.
the ping needs to send linktitle, linkurl, linkdescription and linkcatid.
Sounds like it should go in suggest.php right above
if (!$template) $template = new template('redirect.tpl');
if (!$validated) $template->replace('{MESSAGE}', $language->suggest_link);
and should send $thislink->title, $thislink->url, $thislink->description and $thislink->catid