Недавний контент Vladimir99

  1. V

    ***BUY SMTP SERVER*** Unlimited ✅▶️ %100 Clean IP's ▶️ %100 Dedicated

    [Venomsoftware.org] be vigilant, it's a scam i ordered an smtp server from him via telegram, he never replied to me again
  2. V

    ***BUY SMTP SERVER*** Unlimited ✅▶️ %100 Clean IP's ▶️ %100 Dedicated

    [Venomsoftware.org] be vigilant, it's a scam i ordered an smtp server from him via telegram, he never replied to me again
  3. V

    Just-tg.com | Professional service for promoting channels and bots in TELEGRAM. DIRECT SUPPLIER 24/7

    be vigilant, it's a scam i ordered an smtp server from him via telegram, he never replied to me again
  4. V

    ***BUY SMTP SERVER*** Unlimited ✅▶️ %100 Clean IP's ▶️ %100 Dedicated

    be vigilant, it's a scam i ordered an smtp server from him via telegram, he never replied to me again
  5. V

    ***BUY SMTP SERVER*** Unlimited ✅▶️ %100 Clean IP's ▶️ %100 Dedicated

    [Venomsoftware.org] be vigilant, it's a scam i ordered an smtp server from him via telegram, he never replied to me again
  6. V

    Send email SMTP in C++ office365

    Hello, I try to send email in C++ with SMTP server, i have specific issues with SMTP office 365. " Executing action CSharp OwnCode.id: fb347ae2-e0d4-4838-9dd4-4027f2709d92 Error in processing. The server response was: 5.7.3 STARTTLS is required to send mail...
  7. V

    Mail service settings bug

    Hello Team, There is a bug in the mail service settings, some domain extensions (ltd) are not recognized and not accepted: click .online .space .website Of course I haven't tested them all, but some of them work. I would also like to know if it is possible to send mail with a proxy and in...
  8. V

    Decrease memory after thread

    Ok thanks, i will try this option. I have test to run Rammap.exe in my templates to decrease memory, but is not enoguh.
  9. V

    Decrease memory after thread

    I'm working on a without browser template that deals with large 2GB text files. I bind this large file to list (save list change to file) and i search to this file all lines contain specific text. I have a memory problem which prevents me from running the template in zennoposter for attempts...
  10. V

    Infinite scroll facebook page

    I created a template to scrape the id of all the members of a facebook group, the problem I encounter is that the more I scroll the page the more the template becomes long to execute (capture attached), do you have any advice to give me to solve this problem.
  11. V

    Impossible to run virtual machine

    Ok Thanks @VladZen
  12. V

    Impossible to run virtual machine

    Hi Vladzen, is not working for me, zennodroid create virtual machine is ok and it start it the memu instance start and load when finish to load 99% it closes by itself, as if it had crash and i have message error in zennodroid : Executing the Run virtual machine from group of actions id...
  13. V

    Impossible to run virtual machine

    I can't run virtual machine and start my template i have this message error: Executing the Create virtual machine from group of actions id: 4aff24c7-d760-47fa-ad83-e0d6d4665067 Required image is missing I have Last version of Zennodroid and Memu on VPS Windows 2012R2. Somebody can help me...
  14. V

    Email address regex

    Ok fine, thanks I hadn't thought about it :)
  15. V

    Email address regex

    Hi everybody, I need your help for regex: I want to extract email in webpage DOM, actually i use this regex that working fine : [a-zA-Z0-9._%-]+\@[a-zA-Z0-9.-]+\.[a-zA-Z]+ But sometime there is in page source code this element : [email protected] (it's css or something else but not...