Jump to content
UBot Underground

zikria.akbar

Members
  • Content Count

    25
  • Joined

  • Last visited

Posts posted by zikria.akbar

  1. Dear Fellow UBotters,

     

    I am planning to automate a series of blogs. My idea contains the following.

     

    Scrapping one news from different news channels' websites. (up to 10)

     

    Shuffling the content and creating a brand new article.

     

    Creating a brand new seductive title for the post.

     

    Publishing the article with content and relevant images (3,4) also Inserting anchor text (3,4).

     

    I would love to listen to your ideas and experiences.

     

    I look forward to hearing from you soon.

     

    Have a good night from Milan Italy.

     

    Bests,

     

    ZIkria Akbar

     

     

     

  2. Thank you guys for your responses. I was out so could not answer you.

     

    Alas! I was looking for something which can work natively for iOS. Well, i hope soon UBot will have it on board.  

     

    By the way, with your answer, it raises another question in my mind if it is possible to compile for Android?

     

     

    Thanks once again.

     

    Zikria

  3. Hey Guys,

     

    here I made a short video to show my problem with Ubot.

     

    https://www.youtube.com/watch?v=xzZ3_pSqtps&feature=youtu.be&hd=1

     

    The Bot is hanging just after 10 to 15 minutes after a run.

     

    Then even if I am closing the application, it is not working for me directly from the interface. I have to open task manager to close it. I tried older version too but in vain. :(

     

    Also, Did everything as instructed by support.. even changed PC as well. But both having windows 10. but different securities.

     

    below are the instruction by support. 

     

    Let's try this. Uninstall and re-install using these instructions.

    1. Uninstall UBot Studio from your system.

    2. Using %APPDATA% (open windows explorer and paste that into the path of
    the address bar), then select the Roaming folder and Delete the folder named UBot
    Studio. If you have any 3rd party plugins make sure that you have those backed up.

    I would also reboot your computer after doing the uninstall to ensure that there is
    not a residual UBot file running in memory.

    3. Disable any AV, Anti-Malware software, Firewall, Proxies as well as Microsoft's
    User Account Control. Make sure your internet connection has a decent speed.

    4. Re-install UBot Studio 5. I suggest downloading a fresh copy from your UBot
    Studio Dashboard. Here is the link: (you will use the ID & password that
    your
    UBot Studio uses to talk to our license servers).
    https://ubotstudio.com/customers/login/

    Also, you can use the older version using the link I gave to you.

    5. Start UBot Studio

     

    ciao

  4. I am totally pissed... The application is not working for me properly as well on my own computer since I have installed some windows updates and ubot studio update...

     

    Today support sent me the link to install old version 5.9.37. But it does not working well for me too. After scraping 30 to 40 pages (specifically on LinkedIn) freezing even without compiling. 

     

    I removed all the security things on my PC like firewall, antivirus, windows defender and dragged account control to never notify me, did the same on my client side too.
     
    Also, Just tried to remove javascript.
     
    But nothing worked for me yet. :( But old compiled bots are still working fine.
     
    I am trying other solutions, meanwhile. can you please suggest me something else? 
     
    Regards,
     
    Zikria 
  5. haha,, 

     

    Actually, It's happening on my system now...I guess, there was an update from Ubot recently which trigger some issues with my app. 

     

    Also, If I am running the code without compiling in Ubot app, my app is freezing. I have to go to the task manager to close the app and restart it.

     

    By the way, I am running my BOTs mostly on LInkedIn.

     

    I have sent an email to support as well.

     

    Awaiting there response.

     

    Well, thank you so much.

     

    Best,

    Zikria

    • Like 1
  6. Good Morning From Italy,

     

    I am experiencing hanging/freezing issues on windows 10, BOTs are not running more than 15 minutes and then ends up in freezing not only the browser also interface of BOT is hanging/freezing. 

     

    Anybody else is facing this issue or any remedy for this annoying issue... I have BOTS which needs to run 24x7.

     

    Any help Gurus? 

     

    Saluti,

    Zikria

  7. Hello everyone, By the way I stuck now on another point now. Maybe you guys can suggest me something again.
    LinkedIn was showing this kind of result in search: "" 10000 results, save search"

    So, to get right loops to scrape LinkedIn results, I was using the following path.

     

     

            set(#scrape,$scrape attribute(<id="results_count">,"innertext"),"Global")
            
    set(#lenvarscrape,$text length(#scrape),"Global")
            
    if($comparison(#lenvarscrape,">= Greater than or equal to",50)) {
                
    then {
                    
    set(#varlengthtodel,52,"Global")
                }
                
    else {
                    
    set(#varlengthtodel,21,"Global")
                }
            }
            
    wait(3)
            
    set(#finallength,$substring(#scrape,0,$subtract(#lenvarscrape,#varlengthtodel)),"Global")
            
    if($comparison(#finallength,"> Greater than",1000)) {
                
    then {
                    
    set(#loops,100,"Global")
                }
                
    else {
                    
    set(#loops,$divide(#finallength,10),"Global")
                }
            }

     

    With above I was removing the on going text from the numeric value. Now LinkedIn is showing results like this “”Showing 34,083 results””” so on both sides we have some text. Can you guys help me to remove the text on both sides to get the numeric value only.
    Thank you so much in advance.
    Best, Zikria
  8.  Thank you so much, guys, here and also, on email.  I solved the issue with following. 

            type text(<data-artdeco-is-focused="true">,your_text,"Standard")
            type text(<data-artdeco-is-focused="true">,"\{DOWN\}","Standard")
            click(<class="type-ahead-result-info">,"Left Click","No")
            plugin command("WindowsCommands.dll", "keyboard event", "Enter", "Key Press")

    Also, Thank you for the suggestion not to build the BOT these days. But I am updating my BOTs with new interface.

    Thank you so much once again.

    Best,
    Zikria

×
×
  • Create New...