Page 1 of 2 12 LastLast
Results 1 to 15 of 19

Thread: Is a quick hack possible ?

  1. #1
    Join Date
    Aug 2003
    Posts
    233

    Default Is a quick hack possible ?

    Hi all,
    I'm getting bombraded with online casino subbmissions and sex sites every day EVEN with the image validation so I am sure they are manual submissions.

    Can someone tell me how when deleting links I can have an OPTION to now send link rejection e-mail as maybe this way they will stop submitting if they dont realize I reject the entrys all the time ?????

    This is getting frustrating...

    all the best,
    Lewis
    Best
    Lewis
    www.AtoZfitness.com/indexu

  2. #2
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    their is always a link rejection email anyway... try it... if you dont get one you have a problem somewhere.

    Maybe some javascript form validation that stops a user pressing the submit button in the description, or url contain the word "xxx casino etc"
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  3. #3
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    try this

    http://www.jsmadeeasy.com/javascript...gine/index.htm

    but if you do that, then also include a ban on the page in your robots.txt you dont want the search engines finding those words in the javascript as they will for sure think your spam
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  4. #4
    Join Date
    Aug 2003
    Posts
    233

    Default this is great

    Thanks for a super fast solution !!!

    Quote Originally Posted by inspireme
    try this

    http://www.jsmadeeasy.com/javascript...gine/index.htm

    but if you do that, then also include a ban on the page in your robots.txt you dont want the search engines finding those words in the javascript as they will for sure think your spam
    So this can be tested in the add form html ?
    Also how do I "include a ban on the page in your robots.txt "
    do you mean to exclude add form.html from spider ?
    Best
    Lewis
    www.AtoZfitness.com/indexu

  5. #5
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Quote Originally Posted by lewisw
    ...I'm getting bombraded with online casino subbmissions and sex sites every day EVEN with the image validation so I am sure they are manual submissions....
    if you are being "bombraded with online casino subbmissions" then I doubt they are doing it manually. and i suspect the email account is not monitored and all incoming emails deleted immediately.

    I read somewhere recently that these attempts using CAPTCHA are just that: attempts. Apparently, they have sophisticated programs that "read" the numbers off the image.

    I am using a different method to require human intervenion for my Add/Edit MOD (not the AddLinks/EditLinks MOD). see http://www.indexuhelp.com/indexu51/a...add_select.php.



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  6. #6
    Join Date
    Aug 2003
    Posts
    233

    Default

    Hi Esm,
    I went to the page you indicate and I received a login prompt.
    Is this what you mean ?
    Best
    Lewis
    www.AtoZfitness.com/indexu

  7. #7
    Join Date
    Aug 2003
    Posts
    233

    Default

    I think I get it Esm you have enabled account required for submission .
    However and the reason I disabled it prviously if a webmaster does NOT have an account and the login page shows up it should have a link to Not registered ? Click-Here to create your account now.
    Best
    Lewis
    www.AtoZfitness.com/indexu

  8. #8
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Quote Originally Posted by lewisw
    I think I get it Esm you have enabled account required for submission .
    However and the reason I disabled it prviously if a webmaster does NOT have an account and the login page shows up it should have a link to Not registered ? Click-Here to create your account now.
    Sorry about that. I should have been more specific. enter a URL and go to the next page. The first field is the validation field.

    It requires a logical answer. I just need to make it random somehow. Or maybe different logical question each time.



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  9. #9
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    I bet they construct searches on google to find submission forms automatically, one of the quickest methods could be to rename add.php to something less obviously a submission form like "anything.php"

    esms idea is good, and quite easy to implement without changing the add form have you done this mod?

    ps. is that FCK editor? is it easy to implement? I was thinking of allowing sponsored links to use FCKeditor on the modify form...
    Last edited by inspireme; 05-11-2006 at 01:25 PM.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  10. #10
    Join Date
    Aug 2003
    Posts
    233

    Default

    I still can;t figure out how to see what you and Esm are referring too .
    Okay I feel dense right now.

    Esm ,
    can you walk me through it as it sounds like yet abnother one of your mods I will purchase.
    Best
    Lewis
    www.AtoZfitness.com/indexu

  11. #11
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    its okay it doesnt work on the demo, i just understood what he ment.

    basically, you ask a question to the user, such as "what colour is grass" everybody knows the answer so they will physically type green into a box. A computer doesnt know what to do so you can catch out the bot.

    When the user submits the form, you check that the box contains the word "green" and if so it submits, if not they return to the add page with "please enter the correct colour for grass"

    Thats the basic idea anyway. Personally i would do this on a page before the add screen, so you have a single box asking for the colour of grass and if they enter it correctly then they get to view the add form.

    Its called a turing test, and is a lot better for accesibility, people with poor eyesight or dyslexia would find the CAPTCHA codes a lot harder, (although the indexU one is much easier than some)
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  12. #12
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Yep, I think logical questions are good. maybe even record the IP address and prevent more than 1 addition in specified period of time



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  13. #13
    Join Date
    Aug 2003
    Posts
    233

    Default

    Thanks inspireme ,
    I was going crazy trying to figure out where to see this
    Best
    Lewis
    www.AtoZfitness.com/indexu

  14. #14
    Join Date
    Aug 2003
    Posts
    233

    Default

    I'd love to try it out and be your gunea pig
    Can you pm me instructions if Esm does not mind?

    Best
    Lewis
    Best
    Lewis
    www.AtoZfitness.com/indexu

  15. #15
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    http://www.tradesmanguide.co.uk/addselect.php?cat=12

    i did a quick one as well, to see how it would work :P

    its different from esms. you can type green GrEeN Green with spaces etc but anything else will echo "your a computer".

    Ok i lied, it only works for "green" but its not hard to fix im tired and lazy.
    Last edited by inspireme; 05-11-2006 at 03:08 PM.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

Similar Threads

  1. i need hack transfer
    By mutair in forum v3.2
    Replies: 27
    Last Post: 12-12-2003, 09:09 AM
  2. hack v.0.2 (stable)
    By dody in forum v3.2
    Replies: 11
    Last Post: 10-03-2003, 08:32 AM
  3. possible hack ?
    By lewisw in forum v5.x
    Replies: 9
    Last Post: 09-23-2003, 12:39 PM
  4. Hack Freeclicks.de
    By Tom in forum Sites in Action
    Replies: 4
    Last Post: 04-28-2003, 05:20 PM
  5. Top Rated Hack?
    By Hart_House in forum v3.2
    Replies: 0
    Last Post: 04-28-2002, 05:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •