Greenguy's Board


Go Back   Greenguy's Board > Link Lists & Getting Listed
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-10-12, 01:59 PM   #1
Klove
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2004
Location: Montreal, Quebec
Posts: 156
Send a message via ICQ to Klove
Features for LL Script

Since I am building my own script, what would be your must need features in a LL script?

1) Categories
2) Partner Accounts
3) Customizability

Help me come up with a bunch of stuff Stuff you wouldnt be able to live without.
__________________
Klove
----------------------------
<a href="http://www.smutdaily.net/webmasters/">Submit To SmutDaily.Net</a>
Klove is offline   Reply With Quote
Old 2004-10-12, 02:35 PM   #2
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
Being able to blacklist on all kinds of different things.

Spot multiple submits in different ways.

Block auto submits.
swedguy is offline   Reply With Quote
Old 2004-10-13, 12:15 AM   #3
Klove
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2004
Location: Montreal, Quebec
Posts: 156
Send a message via ICQ to Klove
I got two ways to stop multi-submits, cookies and recording ip's

Any other ideas out there?
__________________
Klove
----------------------------
<a href="http://www.smutdaily.net/webmasters/">Submit To SmutDaily.Net</a>
Klove is offline   Reply With Quote
Old 2004-10-13, 12:20 AM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
captcha/human verification will stop most autosubmitters.

Other cool stuff will also break autosubmitters like assigning a public key and scrambling the form submission field names, and using that public key to decrypt the field names.

Recording IPs is not really that helpful -- its too easy to get proxy servers, a little more difficult to find clean proxy servers.

Perl's LWP will handle cookies without a problem -- even across sessions, however, if I don't accept your cookie, when I autosubmit and you find no cookie, am I able to resubmit because you don't think I submitted?
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2004-10-13, 12:35 AM   #5
Agent
You can now put whatever you want in this space :)
 
Join Date: May 2004
Posts: 631
I'm writing a new LL management system myself within the next few months.

One handy feature I'll be sure to implement in my own is a method for allowing users to report a bad/abusive link. If you implement this make sure you make the user tell you why they are reporting the site, maybe with a form (comments box, radio buttons with pre defined reasons, etc.). If you don't make them do this they will click and report links for the hell of it and it will be useless.

Users like clicking things to see what they do. Make them do a little work and they won't click more than they have to.


I love this monkey.
__________________
Brihana.com
Agent is offline   Reply With Quote
Old 2004-10-13, 08:37 AM   #6
Danny
Ahhh ... sweet pity. Where would my love life be without it?
 
Join Date: Jan 2004
Location: ISP hell...
Posts: 200
Send a message via ICQ to Danny
- Automatically edit titles and descriptions to a format choosen by you.
- Banned word list
- Possibility to ban certain sponsors or affilate codes
- Transparent blacklist
- Cron for automatic update on already reviewed sites so you actually can take a few days rest now and then.

If anyone knows of a script - or mods for links2.0 - that do this I'll be happy to know.
__________________
Private Holes
Danny is offline   Reply With Quote
Old 2004-10-13, 10:59 PM   #7
Klove
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2004
Location: Montreal, Quebec
Posts: 156
Send a message via ICQ to Klove
More Good Ideas, thanks.

I've spent that last 2 days coding my LL script, Im inputing submits by hand, because I haven't dont any error checking todate, and dont want the public messing with the script.

I've gotten it Broken down into categories, and it works pretty damn good so far.

Now I just need to get every page/category that I want up so I can persue programming the script.

Most of these features seem very easy to implement.
__________________
Klove
----------------------------
<a href="http://www.smutdaily.net/webmasters/">Submit To SmutDaily.Net</a>
Klove is offline   Reply With Quote
Old 2004-10-14, 10:26 PM   #8
Klove
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2004
Location: Montreal, Quebec
Posts: 156
Send a message via ICQ to Klove
Another Day, My Script is now up and running at smutdaily.net

Took a lot of work 3 days of intense coding to get this far.

1. Accept Submits
- Auto Response E-mail Is Sent

2. Reviews Submits
- Add Them To The Link List
- Check Back Links, To See If They Exist
- Auto Response Acceptance E-Mail
- Delete Submits

3. Displaying Links
- I display 7 day old Links on the main page
- Category Links are Randomly Displayed

What im working on tomorrow.

Being able update submits from the admin panel, and impement a banned list.

This is more fun than making free sites and submitting them all day.
__________________
Klove
----------------------------
<a href="http://www.smutdaily.net/webmasters/">Submit To SmutDaily.Net</a>
Klove is offline   Reply With Quote
Old 2004-10-15, 04:24 PM   #9
KCat
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
KCat's Avatar
 
Join Date: Sep 2003
Location: Pacific NW
Posts: 313
Send a message via ICQ to KCat
Ohhhhh, one that Danny posted would be handy:

- Possibility to ban certain sponsors or affilate codes

I wouldn't have thought of it, but that makes so much sense for when a sponsor goes belly up & redirects to pop up hell or starts installing dialers etc.
KCat is offline   Reply With Quote
Old 2004-10-15, 08:53 PM   #10
Klove
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2004
Location: Montreal, Quebec
Posts: 156
Send a message via ICQ to Klove
Adding a few ban lists are easy, I think the hard ones will be getting to do a lookup on the domain, and checking for banned registrars and hosts.

Well Today is Another day,

I implemented,

Empty field submission checks today
Impletented the two easiest ways to block submits to every 24 hours, as I discussed above. Next is to try some of the harder stuff.
Implemented one way to block autosubmiter scripts.

Was a busy little day, maybe tomorrow Ill get around to the ban lists atleast partially.
__________________
Klove
----------------------------
<a href="http://www.smutdaily.net/webmasters/">Submit To SmutDaily.Net</a>
Klove is offline   Reply With Quote
Old 2004-10-16, 03:43 AM   #11
Mishi
I want to live. I want to experience the universe, and I want to eat pie.
 
Mishi's Avatar
 
Join Date: Aug 2003
Location: Where the wind comes sweeping down the plain
Posts: 661
Send a message via ICQ to Mishi
Quote:
Originally posted by KCat
Ohhhhh, one that Danny posted would be handy:

- Possibility to ban certain sponsors or affilate codes

I wouldn't have thought of it, but that makes so much sense for when a sponsor goes belly up & redirects to pop up hell or starts installing dialers etc.
Just to make sure I'm reading this right - you want to be able to scan a submitted site and reject it if it contains certain affiliate codes? Is that right?
Mishi is offline   Reply With Quote
Old 2004-10-16, 09:35 AM   #12
Klove
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Sep 2004
Location: Montreal, Quebec
Posts: 156
Send a message via ICQ to Klove
correct, like those sites that promoted drunk moms doing theiy boys. etc etc.
__________________
Klove
----------------------------
<a href="http://www.smutdaily.net/webmasters/">Submit To SmutDaily.Net</a>
Klove is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:41 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc