Jump to content
UBot Underground

Jeagr

Fellow UBotter
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Jeagr

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hey guys, I am trying to figure out a way to script copying files to different servers using FTP. I have about 50 websites that I would like to update the robots.txt and .htaccess files on. Rather than doing this manually, I was hoping that there was a way to uBot it instead. Any ideas? Any help would be appreciated. Jeagr
  2. Jeagr

    Appending a List

    Josh, unfortunately it isn't doing that. And sorry, John. I can not give out the real URL. It's a private script behind a firewall. The only way around this has been to add another item to the list "***" between each iteration of the loop, and then copy the final scraped list into Word and replace the "***" with "^p" Anyone have any ideas?
  3. Can someone please help with this? I am scraping a Text Box, and then adding what is insdie the box to an existing list. Inside the Text Box I might have something like: Google Bing and then the next time: Yahoo Yandex and then... Baidu DogPile At the end though, when I save the list, I end up with something like this: Google BingYahoo YandexBaidu DogPile Is there a way to make sure each time an item goes onto the list, it starts on a new line? Here is my code: ================ navigate("http://scrape_the_box.com/", "Wait") wait for element(<id="mainBox">, "", "Ap
  4. Has anyone been able to figure this out yet? I keep having issues with Wordpress renaming the damned widgets each time I try to create a flow. One minute it's 'text-2' and the next time I try to test it only 'text-1' works. I can't seem to grasp the logic behind these changes. I can' find a consistent link that works. Any help would be appreciated
  5. I am testing a new script, and as part of that test I am creating a wordpress site, testing my changes, then deleting the site....all through scripting. All of a sudden, I can no longer access the wordpress admin. If i keep trying, it will eventually load...after about 20 times . If I copy the URL into the another browser, it loads fine. its like something in the uBot user-agent or memory is glitched. Is there a way to clear all memory/browser cache before starting a script?
  6. Hey Everyone, I am trying to replace a simple "5" with "25" in WordPress, and I can't get it to work for the life of me. Basically, I'm trying to change the number of recent posts shown from 5 to 25. Any ideas how to do it? I tried $replace, but I can't seem to get it to work correctly...it just appends 25 to 5, so I end up with 525. Any help would be appreciated. http://screencast.com/t/9TwyTxdqFs
  7. Hey everyone. I am trying to create a bot that copies my random WordPress admin password and saves it to a file. Saving it to a file I can do, but scraping the value is driving me crazy. Can anyone help? Here is a pic of my final build: http://screencast.com/t/m5dT6B8YpqMR I want to scrape that password and save it to a variable that I can then manipulate. When I try to scrape the text, it saves that specific test text instead of the random text that appears on each WordPress build. Any ideas on what to do next? Also, using scrape attribute, here is the code I can isolate. So I ne
  8. So I am trying to automate the configuration of my client's WordPress installations. I basically want to go in after the site is up, and run a bot that configures the insides of the blog for me. I have been doing very well until I hit the "Appearance" > "Widgets" section. In this section, you drag elements over to where you want them to display. In my case, I want to drag a few custom widgets onto the right-sidebar for display. I can't for the life of me figure it out. Can anyone help? Thanks, JJ
×
×
  • Create New...