Skip to content
toggle menu
GSA SEO Forum
GSA SEO Forum
Categories
Mark All Viewed
GSA
Manuals
Donate
Categories
Mark All Viewed
GSA
Manuals
Donate BTC
Donate PayPal
Sign In
Register
Sign In
·
Register
×
Home
›
GSA Search Engine Ranker
›
Need Help
GSA SER project files
coral99
April 2022
edited April 2022
in
Need Help
hi
@Sven
can you share which file contains the verified links of a project (.verify? .success?)
also, what is the format of this file?
we're writing some automation utilities that need this information.
thanks!
Comments
Sven
www.GSA-Online.de
April 2022
*.success is the one you need. The format is line based with 0xFF as separator.
URL DATE Engine Category Anchor PR DoFollow IndexFlags ExternalLinks InternalLinks LinkURL AccountID ArticleID LastCheckData Country IP
Thanked by
1
coral99
coral99
May 2022
edited May 2022
hey
@sven
,
what is the structure of the *.articles?
and, how can we set a project to be active or inactive via the config files (and not from the app gui) ?
Thanks!!
Sven
www.GSA-Online.de
May 2022
format: title 0x01 summary 0x01 body 0x01 id
You can not start it by modifying the project file.
coral99
May 2022
Thanks
we want to create this .articles file using our tool.
what is the id? some random value? checksum?
cherub
SERnuke.com
May 2022
Just a random hex value like 569ADCE1 works fine. In perl I use
sprintf("%04X", rand(0xFFFFFFFF))
Thanked by
1
coral99
Sven
www.GSA-Online.de
May 2022
it should be a unique id, so maybe use crc32 or some other hash over the body.
Thanked by
1
coral99
Sign In
or
Register
to comment.
Comments
what is the structure of the *.articles?
and, how can we set a project to be active or inactive via the config files (and not from the app gui) ?
Thanks!!
we want to create this .articles file using our tool.
what is the id? some random value? checksum?