Skip to content

Bad URL decoding?

Hello, i just made my little engine for url shortener.

modify url=%targethost%/XXXXXX=%url%

Everything works fine, but in verified urls thats the url

http://www.x.gov/XXXXXX=http://www.google.com

And this should look like:

http://www.x.gov/XXXXXX=http://www.google.com

(manualy is working fine - something in script / Gsa i guess?)
Any ideas sven?

Comments

  • SvenSven www.GSA-Online.de
    use "encode post data=0". and share the engine? ;)
  • Where should i add that ""encode post data=0"

    After what line? Beacuse its not working for me
  • SvenSven www.GSA-Online.de
    should be put in same section as modify url. Though that URL is wrong and SER might encode it correctly.
  • It's still not working

  • [setup]
    enabled=1
    default checked=0
    url must have=X

    engine type=URL Shortener
    description=Creates a URL that redirects directly to your site
    dofollow=1
    anchor text=0
    creates own page=1
    uses pages=0

    extract keywords=0

    skip ext links on=0
    skip content on=0
    skip url content on=0
    posted domain check=2

    submit success=Go to External URL

    verify submission=1
    verify interval=1
    verify timeout=1
    first verify=0
    verify by=url
    verify url=%verifyurl%
    verify on unknown status=0
    verify search detail url=0

    encode post data=0
    modify url=%targethost%/X=%url%
    just download=1
    encode post data=0

    [URL]
    type=url

    [verifyurl]
    type=extract
    front1=Destination URL:
    back="

    [rnd_id]
    type=extract
    default=%random-1000000000-9999999999%

  • You have no [STEP]s setup. Take a look at the script manual and you'll see you need to define seperate steps for the engine to take: http://docu.gsa-online.de/search_engine_ranker/script_manual
  • SvenSven www.GSA-Online.de
    Actually this should work as well...STEP1 is not required if it's just a simple "modify url".
  • Yea STEP's are not required and its working, just decoding is bad.
    So STEP1 and encode post data there should work?
  • SvenSven www.GSA-Online.de
    next version will.
  • Next version will require and it will work did i get you ? :)
Sign In or Register to comment.