Jump to content
UBot Underground

zharfan

Members
  • Content Count

    52
  • Joined

  • Last visited

Posts posted by zharfan

  1. Aymen got many Videos about that.

    And what u want is one of the easiest things with the Postplugin.

    Everybody who watch the Video can do this.

     

    the forum and all the guys here has unwritten rulez evrybody knows.

    one of that is "how to ask for help"

    the next "is the person who ask willing to try things by self"

    what we do is helping each other, but no one of us will be willing write u a script if we see u dont have any idea about coding and ubot.

    learn things and show what u have done and then ask in a rigth way and im 100% sure u will get answer !

     

    But if u need someone who write a script for u, then tell us your budget and maybe u find a person who do that for u.

     

    Helping each other is fine but a giveaway and if ppl wanna get help there have to deal with some rulez!

     

    LEARN IT !

     

    Ok thanks for your advice buddy, Hmm can you tell me the link ? i tried it before but i dont understand so i decide to ask in this forum

  2. I have two url and then i want to use http post to do this...

     

    visit this link http://eeruibarbosa2009.blogspot.com/ if show page like that 

    Blog not found 

     i want to add this to available list and visit this link also http://educacaos.blogspot.com/ if show page like that 

    Blog has been removed 

    I want to add this to not available list ....

     

    i want to do this with http post aymen plugin what the script ?? thanks

  3. Have you tried using fiddler or HTTP ANALYZER to see the underlying traffic.

    You should be able to see whats going wrong and correct it.

     

    could you check the problem for me? because i dont understood about http post method please

  4. clear list(%Link Blogspot Profile)

    ui block text("Keyword"#Keyword)

    ui stat monitor("Total Link Profile"$list total(%Link Blogspot Profile))

    add list to list(%Keyword$list from text(#Keyword$new line), "Delete""Global")

    ui save file("Save File Location (*.txt)"#Save File Location)

    clear list(%Increment Page)

    ui drop down("Footprint Blog""site:blogger.com/profile,site:blogger.com/profile admin,site:blogger.com/profile keyword"#Footprint Blog)

    add list to list(%Increment Page$list from text("0

    10

    20

    30

    40

    50

    60

    70

    80

    90

    100

    110

    120

    130

    140

    150

    160

    170

    180

    190

    200

    210

    220

    230

    240

    250

    260

    270

    280

    290

    300

    310

    320

    330

    340

    350

    360

    370

    380

    390

    400

    410

    420

    430

    440

    450

    460

    470

    480

    490

    500

    510

    520

    530

    540

    550

    "$new line), "Delete""Global")

    loop while($comparison($list total(%Keyword), ">", 0)) {

        set(#google_results$plugin function("HTTP post.dll""$http get""https://www.google.com/search?q={#Footprint Blog} \"{#Keyword}\"&start={$list item(%Increment Page, 0)}"$plugin function("HTTP post.dll""$http useragent string""Firefox 27.0 Win7 64-bit"), """"""), "Global")

        add list to list(%Link Blogspot Profile$plugin function("HTTP post.dll""$xpath parser"#google_results"//div//h3//a[contains(@onmousedown,\'rwt\')]""href""HTML"), "Delete""Global")

        remove from list(%Increment Page, 0)

        set(#google_results$nothing"Global")

        if($comparison($list total(%Increment Page), "=", 0)) {

            then {

                add list to list(%Increment Page$list from text("0

    10

    20

    30

    40

    50

    60

    70

    80

    90

    100

    110

    120

    130

    140

    150

    160

    170

    180

    190

    200

    210

    220

    230

    240

    250

    260

    270

    280

    290

    300

    310

    320

    330

    340

    350

    360

    370

    380

    390

    400

    410

    420

    430

    440

    450

    460

    470

    480

    490

    500

    510

    520

    530

    540

    550

    "$new line), "Delete""Global")

            }

            else {

            }

        }

        save to file(#Save File Location%Link Blogspot Profile)

    }

     

     

     

     

    I want to scrape link in all page in google but the script didn't work when the %increment page greater than the start=40 , any solution?  

  5. load the code above in ubot open it up and remove the box document text,go to your toolbox,type in http get,and drag the http get to where the document text was

     

    edit here is the full code below

     

    set(#aa,$replace regular expression($find regular expression($find regular expression($plugin function("HTTP post.dll""$http get""https://www.blogger.com/profile/03248869042676796945"""""""""),"dir=\"ltr\"><a\\shref=\".+?\""),"href=\".+?\""),"href=\"|\"",""),"Global")

    ok i will try it..

     

    and 1 question , i have this script

     

    clear list(%Link Blogspot Profile)

    ui block text("Keyword"#Keyword)

    ui stat monitor("Total Link Profile"$list total(%Link Blogspot Profile))

    add list to list(%Keyword$list from text(#Keyword$new line), "Delete""Global")

    ui save file("Save File Location (*.txt)"#Save File Location)

    clear list(%Increment Page)

    ui drop down("Footprint Blog""site:blogger.com/profile,site:blogger.com/profile admin,site:blogger.com/profile keyword"#Footprint Blog)

    add list to list(%Increment Page$list from text("0

    10

    20

    30

    40

    50

    60

    70

    80

    90

    100

    110

    120

    130

    140

    150

    160

    170

    180

    190

    200

    210

    220

    230

    240

    250

    260

    270

    280

    290

    300

    310

    320

    330

    340

    350

    360

    370

    380

    390

    400

    410

    420

    430

    440

    450

    460

    470

    480

    490

    500

    510

    520

    530

    540

    550

    "$new line), "Delete""Global")

    loop while($comparison($list total(%Keyword), ">", 0)) {

        set(#google_results$plugin function("HTTP post.dll""$http get""https://www.google.com/search?q={#Footprint Blog} \"{#Keyword}\"&start={$list item(%Increment Page, 0)}"$plugin function("HTTP post.dll""$http useragent string""Firefox 27.0 Win7 64-bit"), """"""), "Global")

        add list to list(%Link Blogspot Profile$plugin function("HTTP post.dll""$xpath parser"#google_results"//div//h3//a[contains(@onmousedown,\'rwt\')]""href""HTML"), "Delete""Global")

        remove from list(%Increment Page, 0)

        set(#google_results$nothing"Global")

        if($comparison($list total(%Increment Page), "=", 0)) {

            then {

                add list to list(%Increment Page$list from text("0

    10

    20

    30

    40

    50

    60

    70

    80

    90

    100

    110

    120

    130

    140

    150

    160

    170

    180

    190

    200

    210

    220

    230

    240

    250

    260

    270

    280

    290

    300

    310

    320

    330

    340

    350

    360

    370

    380

    390

    400

    410

    420

    430

    440

    450

    460

    470

    480

    490

    500

    510

    520

    530

    540

    550

    "$new line), "Delete""Global")

            }

            else {

            }

        }

        save to file(#Save File Location%Link Blogspot Profile)

    }

     

    I want to scrape link in all page in google but the script didn't work when the %increment page greater than the start=40 , any solution?  

  6. set(#aa,$replace regular expression($find regular expression($find regular expression($document text,"dir=\"ltr\"><a\\shref=\".+?\""),"href=\".+?\""),"href=\"|\"",""),"Global")

     

    my regex sucks bad,but you might learn from it since it is so basic ha

     

    replace $document text with your http get node

     

    thanks for your help and i dont understand what is http get node?

  7. hello everybody i want to ask you

     

    i have some list :

     

    :ubot,ubot forum,ubot 6

    ubot review:ubot,ubot forum,ubot 6

    robot:robot php,curly,robot machine

     

    and then i want to $find index regex just this sentence

     

    :ubot,ubot forum,ubot 6

     

    so the conclusion is i want add list with nothing word/number in the front :

     

    what the code regex using iF?

     

  8. hello every body...

     

    i have list -> hand tattoos tumblr:simple hand tattoos tumblr,tree hand tattoos tumblr,side hand tattoos tumblr,rose hand tattoos tumblr,guy hand tattoos tumblr,flower hand tattoos tumblr

     

    and then I would like to take the hand tattoos tumblr without : so the result will be like hand tattoos tumblr 

     
    what the regex code?
  9. Hello everybody i need your help guys....

     

    This is the issue, if i have 6 keyword :

     

    2000 ford f150 accessories

    2000 ford mustang accessories

    2000 ford ranger accessories

    2000 jeep cherokee accessories

    2000 jeep grand cherokee accessories

    2000 jeep wrangler accessories  

     

    How to combine words into one sentence the same?

    the above example would be:

     

    2000 ford f150 mustang accessories

    2000 jeep grand Cherokee wrangler accessories 

     

    Please i need your help Thanks :D

  10. Hello every body,

     

    When i use $http get and scrape google web result and then appear error massage "The remote server returned an error: (413) Request Entity Too Large."

     

    What the solution to fix it?

     

    Thanks for help me for many times

×
×
  • Create New...