Skip to content

Can anyone give examples of "easy" engines for SER?

DeeeeeeeeDeeeeeeee the Americas
edited February 2019 in Need Help
looking for engines for SER that are not pages and pages long.

Anyone have a quick list?

At the heart of SER is scraping and more importantly, the engines for checking and posting.

Those are three areas I'm murky on, as ironic as it is. I've learned so much peripherally important stuff, but not the main idea.

This is my goal in the next 14 days. Learn a LOT more about scraping. Learn about SER engines (finally.)

Anyway...

Hope you all are having fun!!!!!!!!!!!!!!!!!!!!!!!!!!! :p

Comments

  • royalmiceroyalmice WEBSITE: ---> https://asiavirtualsolutions.com | SKYPE:---> asiavirtualsolutions
    edited February 2019
    @Deeeeeeee

    Engines used in GSA SER are not list but they are .ini files (configuration file ), sorted of like a little program to tell GSA ser how to use that engine.

    If you scroll to : C:\Program Files (x86)\GSA Search Engine Ranker\Engines  you will see all the engines.

    Use notepad++ if you want to see what is in each file \ engine
    One engine is just under 200 lines of code, which look like the below

    [setup]
    enabled=1
    default checked=0
    
    page must have1=themes/dolphin/js/jquery.js|Powered by <a href="http://phpDolphin.com"
    
    engine type=Social Network
    description=Creates a profile link
    
    dofollow=1
    anchor text=0
    creates own page=1
    uses pages=0
    
    search term="Powered by phpDolphin"|Archives "All time" About Born Gender Homepage "View website" Bio "Log-in to Like, Comment, or Share"|About Born Gender "Log-in to Like, Comment, or Share"|"Here comes your About website info..." "Lorem Ipsum"|"Here comes your ToS info..." "Lorem Ipsum"|"Here comes your Disclaimer info..." "Lorem Ipsum"|"Here comes your Privacy Policy info..." "Lorem Ipsum"|"Here comes your contact info..." "Lorem Ipsum"
    add keyword to search=2
    use blog search=0
    extract keywords=0
    
    skip ext links on=0
    skip content on=0
    skip url content on=0
    posted domain check=1
    
    
    [Your E-Mail]
    type=email
    static=1
    
    [URL]
    type=url
    
    [About_Yourself]
    type=memo
    allow html=0
    html to bbs=0
    allow return=1
    must be filled=1
    hint=Please fill this with some information about yourself. Use the spin syntax heavily here.
    auto modify=0
    default=%file-about_yourself.dat%
    max length=160
    
    [Login]
    type=login
    must be filled=1
    hint=The login for websites that need an account. Use numbers and letters only.
    min length=5
    static=1
    upcase=0
    
    [Password]
    type=password
    must be filled=1
    hint=A password used for websites that need an account. Use numbers and letters only.
    min length=6
    static=1
    
    [profile_url]
    type=extract
    find link=%login%
    find url=*index.php?a=profile&u=%login%
    default=/index.php?a=profile&u=%login%
    
    [Twitter_URL]
    type=text
    hint=Enter the Twitter URL you might use for the projects Website. Leave this empty if you don't have one.
    must be filled=0
    allow html=0
    
    [Facebook_URL]
    type=text
    hint=Enter the Facebook URL you might use for the projects Website. Leave this empty if you don't have one.
    must be filled=0
    allow html=0
    
    [facebook_profile]
    type=extract
    input=%facebook_url%
    front=://
    front2=/
    back=/|?
    
    [REGISTER_STEP1]
    modify url=/
    submit success=title="Log Out"|?a=feed&logout=1"|/logout.png" /></div></a>
    submit failed=This e-mail is already in use.|<h5>Error</h5>
    submit failed retry=This e-mail is already in use.
    submit success skip verify=title="Log Out"|?a=feed&logout=1"|/logout.png" /></div></a>
    captcha failed=Invalid captcha
    
    form name=*register*
    
    verify submission=1
    verify interval=10
    verify timeout=30
    first verify=5
    verify by=email
    verify on unknown status=1
    
    set unknown variable=%leave%
    
    username=%login%
    password=%password%
    email=%your e-mail%
    captcha=%captcha%
    
    [LOGIN_STEP1]
    modify url=/
    
    submit success=title="Log Out"|?a=feed&logout=1"|/logout.png" /></div></a>
    submit failed=<h5>Error</h5>
    
    form name=*Login
    
    ;verify on unknown status=1
    
    set unknown variable=%leave%
    
    password=%password%
    username=%login%
    
    [STEP1]
    link type=Profile-URL
    
    submit success=Your settings has been successfully updated.|Settings Saved|notification-box-success
    submit failed=<h5>Error</h5>
    
    verify submission=1
    verify interval=1
    verify timeout=1
    first verify=0
    verify by=url
    verify url=%profile_url%
    verify on unknown status=1
    verify search detail url=0
    
    find link=Edit Profile
    find url=*?a=settings
    
    form name=*Save Changes
    form url=*?a=settings
    
    variable must be used=url
    set unknown variable=%leave%
    
    avatarselect[]=%profile_image%
    first_name=%spinfile-names.dat%
    last_name=%spinfile-lnames.dat%
    email=%leave%
    day=%random-1-28%
    month=%random_option%
    year=%random-1980-1990%
    gender=%random_option%
    location=%columnspinfile-address_data.dat-3%
    website=%url%
    private=%leave%
    privacy=%leave%
    offline=%leave%
    facebook=%facebook_profile%
    twitter=%twitter_url%
    gplus=%leave%
    ads=%about_yourself%
    bio=%about_yourself%
    
    [DELETE_STEP1]
    find link=Edit profile
    find url=*?a=settings
    alternative url=/index.php?a=settings
    
    form name=profile*submit|profile*
    form url=*account/profile/*
    
    form name=*Save Changes
    form url=*?a=settings
    
    set unknown variable=%leave%
    
    first_name=%leave%
    last_name=%leave%
    email=%leave%
    day=%leave%
    month=%leave%
    year=%leave%
    gender=%leave%
    location=%empty%
    website=%empty%
    private=%leave%
    privacy=%leave%
    offline=%leave%
    facebook=%facebook_url%
    twitter=%twitter_url%
    gplus=%leave%
    ads=%empty%
    


Sign In or Register to comment.