Feature requests » Different e-mail for auto submit please

added on May 11, 2009 by jim
I would like to have a different e-mail address given out when using auto submit, and please document just a little
explaining the auto submit feature, are there other options?

Off Topic: On the cheating issue, you could make it export the link list so people could save it at home and use a perl
script (on windows they have perl too) to check all the links using their home IP then print a list (in the same order)
and in 10 minutes you could ban all the idiots cheating.

In perl it would be a easy script, foreach loop and use wget to get the page then just look for a keyword
"domain.com", very easy.

If I post the script will you add the feature? (how do I post code here?)

BTW: Having lots of fun with this, it's a cool thing!

added on May 14, 2009 by v0id
Hi Jim,

I know, i know, the documentation sucks bigtime! :D I'm working on it
Being able to set the different variables on the autoadd is a nice idea, right now it uses the ones from the settings.

The export of links has been suggested before, but I believe that the export is already available, it's just a matter of
thinking a bit creative :)

Add a new category, and make a template like this:
{$URL}

or even like this:
{IF $FIRST}
<?xml version="1.0" encoding="UTF-8"?><links>
{/IF}
<link>{$URL}</link>
{IF $LAST}
</links>
{/IF}


et voila, you have the exported links in your output folder.

v0id

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.