Xrumer Guide - How To Teach Xrumer New Forum Types And Modify Xurl.txt
The SEO Bay Xrumer Forum and SEO Community.
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 37
Like Tree3Likes

Thread: Xrumer Guide - How To Teach Xrumer New Forum Types And Modify Xurl.txt

  1. #1
    Big Boss jubei has a spectacular aura about jubei has a spectacular aura about jubei has a spectacular aura about
    Reputation:
    229

    Join Date
    8th Dec 2010
    Posts
    652
    Thanks
    69
    Thanked 228 Times in 127 Posts

    Lightbulb Xrumer Guide - How To Teach Xrumer New Forum Types And Modify Xurl.txt



    This is a bit of an advanced tutorial, explaining how to work with xurl.txt in Xrumer.
    The xurl file is used to tell xrumer the steps that need to be taken in order to work on a forum, so if you want to teach xrumer the steps in working with a forum type or if for some reason it is missing a step on a platform, you have to edit the file.

    Description on what this file does and how it works are not widely available in the english forums. So this is a first by TheSEObay for the English speaking forums that support xrumer. Many more guides will follow soon that will make you understand xrumer a lot better.

    In order to be able to work with the xurl.txt file you need to understand that there are only 2 rules in this file:


    the AND and the FALSE rule. Each line means AND, so xrumer will search a page for word1 AND word2 AND word..n .
    If a line holds a False statement it means that xrumer should NOT find such a statement in order for rule to apply. So it will search for for word1 AND word2 BUT if it finds word3 (marked as FALSE) It will not apply rule.
    Examples:

    Code:
    AddLinkRule([2,'<b>forumdisplay</b>',
                 
    2,'<b>f=</b>',
                 
    2,'<b>&page=</b>',
                 
    2,'<b>nojs=</b>',false 
                
    ],URL_TOSUBVIEW); 
    This Means that if xrumer finds in LINK the word forumdisplay AND f= AND &page= AND NOT nojs= it should know that this the url to subview (view subject?).

    In this case:

    Code:
    AddLinkRule([
                  
    0,'<b>title=post reply;</b>',
                  
    0,'<b>action=post</b>'
               
    ],URL_TOREPLY); 
    This means that if xrumer finds in LINK the word title=post reply; AND action=post it should use that link to REPLY on a post

    Also note that in order to totally IGNORE a link we just need to include it and add to it twice the ' sign.

    Example:
    Code:
    AddLinkRule([0,'<b>action=logout</b>'
    ]<b>,''</b>); 
    This means that if xrumer finds in LINK the word acton=logout it should IGNORE that link totally, note the '' after the , (in bold)

    Also, the 0,1,2,n numbers mean:

    PHP Code:
    link in lowercase;

    link as is in HTML-code;

    link with anchor in lowercase;

    before the link text (introduced in XRumer 7.7.42);

    reference the html attribute "id" (introduced in XRumer 7.7.42);

    reference  the html attribute "class" (introduced in XRumer 7.7.42); 
    Code:
    AddLinkRule([
                  
    0,'action=post;',
                  
    1,'paGe.HTml;',
                  
    2,'theseobay'
               
    ],URL_TOREPLY); 

    Update: As of Xrumer 7.7.41, Xrumer can also search for the presence of the special flag NICKNAME in the Xurl AddLinkRule section, which means it can search for the current user nickname

    ***********************By Jubei for TheSEOBay.com*****************************
    You have seen it first on [Only registered and activated users can see links. ],
    The rest are just copying from us.
    ************************************************** ***********************

    Similar Threads:
    Last edited by kensai; 19-03-2013 at 12:33. Reason: Updated information with new info for Xrumer 7.7.42
    kamwang and thesunjp like this.

  2. The Following 30 Users Say Thank You to jubei For This Useful Post:

    amadrig1 (27-02-2012), anqueens (03-05-2013), Arianserv (15-02-2013), betatango (13-05-2011), bukowina (04-09-2012), CustmrSvc (05-04-2011), dfwuxiao (24-04-2011), dlutsong (22-03-2013), fitzo (18-05-2011), fostinwd (25-05-2012), GODOVERYOU (26-04-2011), harr (10-12-2014), Helio (24-04-2011), helloworld (04-05-2011), JohnS0N (12-06-2011), j_data (07-04-2011), kamwang (09-12-2012), luohao618 (18-07-2011), macman (13-07-2013), malphas (15-05-2013), Matt (26-04-2011), NGtheTRUTH (05-04-2011), Roland32 (10-07-2012), scribbles (31-05-2011), Smoke (05-04-2011), thesunjp (02-05-2015), timber45 (05-04-2011), Tinus (15-02-2012), trulysuck (17-02-2012), young (18-10-2015)

  3. #2
    Shaman NGtheTRUTH has a spectacular aura about NGtheTRUTH has a spectacular aura about
    Reputation:
    172

    Join Date
    21st Mar 2011
    Location
    Sunny California
    Posts
    428
    Thanks
    36
    Thanked 172 Times in 54 Posts
    +1 Jubei for president!

    Check out my [Only registered and activated users can see links. ]
    Get my [Only registered and activated users can see links. ]
    Beat the SEO Learning Curve - [Only registered and activated users can see links. ]

  4. #3
    Deckhand dfwuxiao is an unknown quantity at this point
    Join Date
    22nd Apr 2011
    Posts
    14
    Thanks
    8
    Thanked 0 Times in 0 Posts
    thanks ,i know it now,good post


  5. #4
    Deckhand Helio is an unknown quantity at this point
    Reputation:
    2

    Join Date
    24th Apr 2011
    Posts
    21
    Thanks
    5
    Thanked 2 Times in 2 Posts
    Hi,

    thank a lot for such quality content.
    Which amaze me the most is that we can't find this kind of explanation in the official forum or at least I missed it.

    ++


  6. #5
    Big Boss kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all
    Reputation:
    635

    Join Date
    8th Dec 2010
    Posts
    2,221
    Thanks
    378
    Thanked 638 Times in 309 Posts
    You will find parts of this info only scattered around the net . Not even VIP sections have the information which TSB gives away for FREE.
    Enjoy and participate on the forums.


  7. #6
    Deckhand Matt is an unknown quantity at this point
    Reputation:
    2

    Join Date
    10th Apr 2011
    Posts
    16
    Thanks
    6
    Thanked 6 Times in 3 Posts

    additional information

    Additional information:

    When the semantic becomes "nonsense", e.g. in this example:

    AddLinkRule([2,'forumdisplay',
    2,'f=',
    2,'&page=',
    2,'nojs=',false
    ],URL_TOVIEW);
    AddLinkRule([2,'forumdisplay',
    2,'f=',
    2,'&page=',
    2,'nojs=',false
    ],URL_TOREGISTRATION);
    then XRumer will apply the 1st rule (here: URL_TOVIEW and ignore the 2nd rule, here URL_TOREGISTRATION) to "heal the logic which does not make sense"

    Interesting that sooner or later this kind of information is leaking into the English scene. If Kensai or Jubei will create a tutorial explaining the syntax of the mask files in the decaptcha folder, I can create a tutorial for xas_near and/or xmessages...

    Also I did not find out how to tell XRumer to fill out a form when the form is separated to more than 1 html page, e.g. when you have a button "continue" which you have to press several times and have to fill out some textfields on each page untill the registration is completed.

    All the best,
    Matt

    Last edited by Matt; 26-04-2011 at 00:50.

  8. The Following 3 Users Say Thank You to Matt For This Useful Post:

    amadrig1 (27-02-2012), betatango (13-05-2011), kensai (25-04-2011)

  9. #7
    Big Boss kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all kensai is a name known to all
    Reputation:
    635

    Join Date
    8th Dec 2010
    Posts
    2,221
    Thanks
    378
    Thanked 638 Times in 309 Posts
    Thanks for the information Matt, new info will come out soon and hopefully we can all contribute and dispel the myths, smokes and mirrors around xrumer.


  10. #8
    Praetorian GODOVERYOU is on a distinguished road
    Reputation:
    41

    Join Date
    28th Mar 2011
    Location
    Bunker in Cleveland
    Posts
    206
    Thanks
    18
    Thanked 41 Times in 26 Posts
    Highly unlikely to be AirForce, so to that I say cheers mate!

    Suprised that I just passed over this post for the past 2-3 weeks now...

    ON THESEOBAY.COM FIRST

    You needed an Avatar... I gotcha avatar "Right Here."
    Apparently you didn't hear about me and pictures, or my general deviant nature.

  11. #9
    Banned helloworld is an unknown quantity at this point
    Join Date
    4th May 2011
    Posts
    11
    Thanks
    6
    Thanked 0 Times in 0 Posts
    really really great stuff for xrumer users who want to learn deeply. In fact, each xrumer user needs. A BIG THANKS!


  12. #10
    Deckhand kaostyl is an unknown quantity at this point
    Join Date
    17th Mar 2011
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Thanks for this tutorial, but if you modify xurl you need to modify xmessage also right?



 
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast

Visitors found this page by searching for:

xrumer addlinkrule

xrumer xurl

xrumer guide

xrumer 7.7.46 cracked

xurl.txt

AddLinkRule xrumerxurl xrumerxrumer xurl.txtxurl.txt tutorialURL_TOVIEWxurl txt tutorialxrumer xbuttons.txtxurl.txt free downloadxbuttons xrumerxrumer check in xmessage.txtxrumer xmessages checkhow to edit the xurl.txt xrumer forum typeHow to train xrumer for new forumsadd link rule xrumerjehovah namexurl xrumer forumxrumer xurl explainteach xrumer post commentsxmessages.txt

Tags for this Thread