Directory Auto Submit !!!

Discussion in 'PHP' started by pulikuttann, Mar 31, 2007.

  1. #1
    I am thinking of a package that can submit the links automatically to the directories that I specify.

    Is it possible ?
    I want to directly send the link and details to the directories from my input box !!!
     
    pulikuttann, Mar 31, 2007 IP
  2. metallic07039

    metallic07039 Peon

    Messages:
    272
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can put all the form submission values in variables and then inject them into the directory forms. In other words, get the action of the submission forms and other form hidden tags and then make your own auto submitting forms.

    I hope all that makes sense.
     
    metallic07039, Apr 1, 2007 IP
  3. pulikuttann

    pulikuttann Banned

    Messages:
    1,839
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah !
    But can u plz make the injection method little more clear !
     
    pulikuttann, Apr 1, 2007 IP
  4. metallic07039

    metallic07039 Peon

    Messages:
    272
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Something a little more visual might help to get my point across:

    If this is the form on the submission page (the one on the directory site):
    <form action"SUBMIT.PHP" action="post">
    <input type="text" name="site" />
    </form>

    This would be your form:
    <form action="http://www.directory.com/SUBMIT.PHP" action="post">
    <input type="text" name="site" value="<?PHP ECHO $SITE_VAR ?>" />
    </form>

    I have made what you need to look at in all caps.

    You could just submit the form on your site with simple Javascript (form.formName.submit() is the code if I remember correctly). One thing to remember is that this would load the success/failer page on the directory site so a good idea might be is to put these submissions [form pages] into frames to view the return messages.

    Make sense now?
     
    metallic07039, Apr 1, 2007 IP
  5. JochenVandeVelde

    JochenVandeVelde Peon

    Messages:
    412
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    phpLD has a built-in function to prevent that. What you could do is use cURL.
     
    JochenVandeVelde, Apr 1, 2007 IP
  6. manilodisan

    manilodisan Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Almost all of the directories out there have captcha which is hard to trick. Webmasters try to prevent automated queries and spam bots and the procedure is organic, in permanent change so I doubt you will ever have a reliable/stable solution to automate your task. This is just one process that needs to be done the way it should I guess. Anyways, I don't use directories any more except for DMOZ. There are some new players out there that you might wanna try and make advantage of...:). The visitors from web dir. are very very very rare and the link back is invisible to google unless that dir. is very well ranked. It doesn't worth the pain, time and work.
     
    manilodisan, Apr 1, 2007 IP
  7. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Take a look at DirZap I believe that site is also for sale. Give me a good Rep if you find my post useful.
     
    sadcox66, Apr 3, 2007 IP
    Rub3X likes this.
  8. RECEP

    RECEP Well-Known Member

    Messages:
    1,855
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    195
    #8
    as friends said some of the directories allow us to submit our sites with outomated softwares and scripts , but most of the directories which have high page rank is blocking outomated submissions, spams or un backlinked requests.
    You should use a software, l can advice you site submitter l am using it and its good to submit your site in lots of directories..
    But also this software also is a non automated software, its only getting submit.php pages and fills the forms, you should enter the security codes and click the "submit" button.
    Is there any Full automated software you can submit your site in 100's of directories just for one click ?
     
    RECEP, Apr 3, 2007 IP
  9. Rub3X

    Rub3X Well-Known Member

    Messages:
    1,902
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    135
    #9
    Cool service but the pages load very very slow
     
    Rub3X, Apr 3, 2007 IP