Jump to content
UBot Underground

wacek

Fellow UBotter
  • Content Count

    31
  • Joined

  • Last visited

Community Reputation

0 Neutral

About wacek

  • Rank
    Advanced Member
  • Birthday 10/01/1978

Profile Information

  • Gender
    Male
  • Location
    London

Contact Methods

  • Skype
    ww4d666

System Specs

  • OS
    Windows 8
  • Total Memory
    6Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

4045 profile views
  1. I believe I was testing both, change file field(<name="async-upload">, "#imgupload") and change file field(<name="async-upload">, #imgupload) no result in either case What it does is, after click(<name="async-upload">, "Left Click", "No") file upload window pops out, but next commands are unable to fill the file name field. so: change file field(<name="async-upload">, "#imgupload") doesn't work in my case Does the code work for you Praney?
  2. Hi Praney, first of all, thanks for your code. Somehow it doesn't work for me. here what I have right now: // set path to image to be uploaded set(#imgupload, "{$special folder("My Documents")}\\WRuskiContent\\imgorg.jpg", "Global") //go to media - add new click(<href="media-new.php">, "Left Click", "No") wait(2) //click Choose file click(<name="async-upload">, "Left Click", "No") wait(1) // insert path to image to be uploaded change file field(<name="async-upload">, #imgupload) wait(1) //click Upload click(<name="html-upload">, "Left Click", "No") wait for browse
  3. Hi Praney, I've tried your solution - http://ubotstudio.com/forum/index.php?/topic/6655-posting-up-images-in-wp it's great for u3.5 however it needs a different shape and form in u4 as you there is no set active windows and no set dialog text commands available. Such a small thing, while very frustrating. I guess there is a workaround and I might be missing something I can click on Choose file button, but then I'm unable to fill the file name and click OK.
  4. Gents, Any idea how to upload images in wordpress using ubot4? I've checked old topics (ubot3.5) but it doesn't work now. Any code samples? Many thanks in advance. Wacek
  5. Hi JT, Many thanks for your code. I have developed similar ubot myself, and was really curious how you've dealt with a couple of things. I have to admit I have learned something new which is great, and many thanks for that. ahh, and btw., JT's ubot work like described. Regards Wacek
  6. simple instead of clicking the link, just navigate to: /wp-admin/update.php?action=install-plugin&plugin=wp-show-unresponded-comments&_wpnonce=81f0083ff4 so you need just $plugin name and $_wponce to get earlier and you're ready to go have fun
  7. wacek

    List to String

    simple set $string and make it to use list items insert list item with position 0, then 1... you got the idea, change the sequence to customise the string you're after hope it helps regards wacek
  8. it would be very easy if we could use 'remove from list' command, however... let's assume you get %rows list (with urls) from csv file, so you can have additional 'field' called status in there. It could be '1' a load. you can then create another list with url related data, so you'll have $url and $urlStatus then, do what you want, I mean select random list items and check if they have $urlStatus = 1, once you'll do whatever you want with the $url just set $urlStatus to 0, I think you got the idea.
  9. You can create a loop for that list, then validate it at some stage. Validated list items add to another 'clean' list you can use. Try to create clean list out of validated list items as soon as possible.
  10. dir /b > myfile.txt for a clean list of files
×
×
  • Create New...