+ Reply to Thread + Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Writing custom Xrumer wordpress mod - No Post Forms Found (RESOLVED)

  1. #1
    Noobie
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Writing custom Xrumer wordpress mod - No Post Forms Found (RESOLVED)

    Just getting my feet wet in writing mods for xrumer but can't seem to get past the error message "No post forms found". I wanted to start off with nonlogin forms first then work my way to login based blogs, guestbooks, etc.

    I started with a default xrumer install and default xas file. I then added the following to all the files:

    Code:
    xurl.txt
    
    AddLinkRule([0,'wp-comments-post.php'
    		],URL_TONEWPOST);
    Code:
    xas.txt
    #author
    NICKNAME
    #email
    EMAIL
    #url
    HOMEPAGE
    #comment
    MESSAGE
    and nothing to xmessages.txt. Wordpress doesn't send out a message on successful posts.

    Heres the debug info from some random blog I came across:
    Code:
    URL: http://www.question-defense.com/2010/02/16/setup-wordpress-comment-notifications-to-your-iphone-using-wordpress-wptouch-plugin-and-prowl/
    
    Form used in experiment:
    
    <form action="http://www.question-defense.com/wp-comments-post.php" method="post" id="commentform">
    	<input type='hidden' name='comment_post_ID' value='5135' id='comment_post_ID' />
    <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
    
    	<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" />
    	<label for="author"><small>Name (required)</small></label></p>
    
    	<p><input type="text" name="email" id="email" value="" size="22" tabindex="2" />
    	<label for="email"><small>E-mail (will not be published) (required)</small></label></p>
    
    
    
    	<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
    
    	<p>
    		<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
    
    		<input type="hidden" name="comment_post_ID" value="5135" />
    	</p>
    <p><input type="hidden" id="comment_reply_ID" name="comment_reply_ID" value="0" /><input type="hidden" id="comment_reply_dp" name="comment_reply_dp" value="0" />
    Code:
    FormFields id8.txt
    
    =====[ FormAction: http://www.question-defense.com/wp-comments-post.php, FormEnctype:  ]=====
    [hidden]  comment_post_ID = 5135
    [hidden]  comment_parent = 0
    [text]  author = medsneofs
    [text]  email = johnson@whatever1.com
    [textarea]  comment = Johnson
    [submit]  submit = Submit Comment
    [hidden]  comment_post_ID = 5135
    [hidden]  comment_reply_ID = 0
    [hidden]  comment_reply_dp = 0
    =====[ FormAction: http://www.question-defense.com/, FormEnctype:  ]=====
    Code:
    Associations.txt
    
    [9/4/2010 11:10:14 AM] URL: http://www.question-defense.com/2010/02/16/setup-wordpress-comment-notifications-to-your-iphone-using-wordpress-wptouch-plugin-and-prowl ==================================
    Empty result! Text length = 74676
    [9/4/2010 11:10:30 AM] URL: http://www.question-defense.com/category/technical-discussions-information-and-thoughts ==================================
    Empty result! Text length = 65473
    [9/4/2010 11:10:30 AM] URL: http://www.question-defense.com/category/technical-discussions-information-and-thoughts ==================================
    Empty result! Text length = 65542
    [9/4/2010 11:10:32 AM] URL: http://www.question-defense.com/2010/02/19 ==================================
    Empty result! Text length = 42178
    [9/4/2010 11:10:32 AM] URL: http://www.question-defense.com/2010/02/19 ==================================
    Empty result! Text length = 74676
    Code:
    Get content id8.txt
    
    GET http://www.question-defense.com/2010/02/16/setup-wordpress-comment-notifications-to-your-iphone-using-wordpress-wptouch-plugin-and-prowl HTTP/1.0
    Accept: */*
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0
    Referer: http://www.question-defense.com/2010/02/16/setup-wordpress-comment-notifications-to-your-iphone-using-wordpress-wptouch-plugin-and-prowl
    Host: www.question-defense.com
    Proxy-Connection: Keep-Alive
    Cookie: 
    
    
    GET http://www.question-defense.com/category/technical-discussions-information-and-thoughts HTTP/1.0
    Accept: */*
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0
    Referer: http://www.question-defense.com/category/technical-discussions-information-and-thoughts
    Host: www.question-defense.com
    Proxy-Connection: Keep-Alive
    Cookie: 
    
    
    GET http://www.question-defense.com/category/technical-discussions-information-and-thoughts HTTP/1.0
    Accept: */*
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0
    Referer: http://www.question-defense.com/category/technical-discussions-information-and-thoughts
    Host: www.question-defense.com
    Proxy-Connection: Keep-Alive
    Cookie: 
    
    
    GET http://www.question-defense.com/2010/02/19 HTTP/1.0
    Accept: */*
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0
    Referer: http://www.question-defense.com/2010/02/19
    Host: www.question-defense.com
    Proxy-Connection: Keep-Alive
    Cookie:
    Code:
    Path id8.txt
    
    ---> ChangeProxy: xxxx.xxxx.xxxx.xxx:6735
    ---> Got form action = "http://www.question-defense.com/wp-comments-post.php":
    ----> Changed Variables = 3
    ----> May Post Message  = True
    ----> May Post Ad       = False
    ----> May Post Agree    = False
    ----> Force Subject     = False
    ----> Force Textarea    = False
    ----> "New" pressed     = False
    ----> Logged in         = False
    ---> Got form action = "http://www.question-defense.com/":
    ----> No any changed variables and important flags, so ignore this form
    [PM_NEWMESSAGE block]
    -> forum/guestbook link found, following it: http://www.question-defense.com/category/technical-discussions-information-and-thoughts
    -> forum/guestbook link found, following it: http://www.question-defense.com/category/technical-discussions-information-and-thoughts
    -> forum/guestbook link found, following it: http://www.question-defense.com/2010/02/19
    ---> Got form action = "http://www.question-defense.com/wp-comments-post.php":
    ----> Changed Variables = 3
    ----> May Post Message  = True
    ----> May Post Ad       = False
    ----> May Post Agree    = False
    ----> Force Subject     = False
    ----> Force Textarea    = False
    ----> "New" pressed     = False
    ----> Logged in         = False
    ---> Got form action = "http://www.question-defense.com/":
    ----> No any changed variables and important flags, so ignore this form
    [PM_NEWMESSAGE block]
    ---> Got form action = "http://www.question-defense.com/wp-comments-post.php":
    ----> Changed Variables = 3
    ----> May Post Message  = True
    ----> May Post Ad       = False
    ----> May Post Agree    = False
    ----> Force Subject     = False
    ----> Force Textarea    = False
    ----> "New" pressed     = False
    ----> Logged in         = False
    ---> Got form action = "http://www.question-defense.com/":
    ----> No any changed variables and important flags, so ignore this form
    [PM_NEWMESSAGE block]
    ---> Got form action = "http://www.question-defense.com/wp-comments-post.php":
    ----> Changed Variables = 3
    ----> May Post Message  = True
    ----> May Post Ad       = False
    ----> May Post Agree    = False
    ----> Force Subject     = False
    ----> Force Textarea    = False
    ----> "New" pressed     = False
    ----> Logged in         = False
    ---> Got form action = "http://www.question-defense.com/":
    ----> No any changed variables and important flags, so ignore this form
    [PM_NEWMESSAGE block]
    -> exiting the loop, because passes was more than the maximum value 11
    [report to file Results:using proxy xxxx.xxxx.xxxx.xxx:6735 no post sending forms are found;]
    Advanced options: All posting options are unchecked.

    It seems to be finding the form link
    Code:
    http://www.question-defense.com/wp-comments-post.php
    and then properly passing the refer:
    Code:
    Referer: http://www.question-defense.com/2010/02/16/setup-wordpress-comment-notifications-to-your-iphone-using-wordpress-wptouch-plugin-and-prowl
    as shown in Get content id8.txt so it should be passing the initial parameters.

    I tried something similar on an open guestbook but receive the exact same results. Anyone have an old mod I could reference from or if possible do you see the error above?

    I've written bots with php/curl for open and closed wordpress so at the very least I understand the logic behind it so hopefully it's something minor I forgot. I tried to be as detailed as possible but if I've missed anything please let me know and I'll provide it.

    Thx



    ---------- Post added at 01:47 PM ---------- Previous post was at 01:46 PM ----------

    Found it.

    Someone had a similar problem with "no post forms found" message over at botmaster and that solution worked for me.

    Added this:

    <textarea name="comment" id="comment"

    to the ends of FORCE_TEXTAREA and FORCE_SUBJECT in xmessages.txt. Post appears.
    Last edited by johnferinda; 09-04-2010 at 08:49 PM.

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Jun 2008
    Posts
    58
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    250,000 for $20?!?! SUPER CHEAP!!! Never heard of a deal like that?! Probably too good to be true.

  4. #3
    Noobie
    Join Date
    Aug 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah I would like to know more about how that deal went down, if it did. 250,000 for $20 sounds like a dream deal, key word "dream."

  5. #4
    Noobie
    Join Date
    Sep 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i am currently doing invites for cheap if interested pm me
    Posted via Mobile Device

  6. #5
    Noobie
    Join Date
    Jul 2008
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I can invite thm mate.. I got lots

    PM Sent

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    264
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    im also interested in increasing my fan page size, pls pm for some fans invite quotes thanks.

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    345
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The inviting of people dosn't make a plain vanilla fanpage go viral, its the name of the page & the idea thats behind it. Funny, shocking, social warning type pages are the multiplier effect that turns mass invites into viral surges

  9. #8
    Noobie
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i got a page/profile blocked because i bought some fans who were from accounts that had already been spammed to death. be careful

  10. #9
    Junior SEO Specialist
    Join Date
    Apr 2008
    Posts
    301
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    LOL, you must see what happened to me first before order facebook services from fiverr

    Code:
    http://www.blackhatworld.com/blackhat-seo/blackhat-lounge/230219-someone-fiverr-has-27111-facebook-friends-1-account-lol.html
    beware!

  11. #10
    Noobie
    Join Date
    Apr 2008
    Posts
    93
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i can sell you real fans, not just invites.

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

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