Jump to content
UBot Underground

cүвεя_נυηкιε

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by cүвεя_נυηкιε

  1. Hey UBOTEM, Is this going to be back on sale in the near future ? I see at the site it has said this for a while now : any rough ETA mate ? Cheers CJ
  2. Hey Meter, .. quick question for you, On "some" of my bots i use "Resource Hacker" to modify the information that pops up when you hover over your exe file and displays in the right click Properties window, Would this have any adverse effects on the processed "Locked" exe file created with UBotLocker ? Im not 100% certain but trying to think back to when the error popup i mentioned first appeared, I dont "think" i got this error before i started to use the Resource Hacker .... I could be wrong but its the only thing that i do differently before releasing a bot now Also, .. just throwin
  3. Off the top of my head, .. You can achieve this a few ways, .. 1) Loop through the datagrid rows and delete each one that the checkbox is set to "True" 2) Add the rows with the checkbox set to true into a list and then loop through the list and delete the rows that match items in the previously created list Cheers CJ
  4. Hey meter, apologies for late reply i hadnt noticed your reply til now, .. I have recompiled setup files for my bots that were showing the error so ill let you know if the error popup shows again, In complete honesty my work folder needs some Serious tidying up so I couldnt rule out the possibility that the error may have been caused by human error, .. or me lmao and I would hate to waste your time, So i opted to add licenses from scratch and see what happens. Thanks for the quick reply, .. (even if my reply was a week late lol) CHeers CJ
  5. Hey Cob007, Apologies for the delayed reply, .. it seems i slip into an alternate reality when im working on a project, my poor wife is all i can say lmao Sure, although i cant share the code as it just wouldnt make sense unless modified for your case i can explain a little for you Yes i can not get any context menu to show so i just eliminated the need for one by using a button to do the same task that i would have set in a context menu, So, ... Rather than using the context menu here is an example of using a button to perform an action ... 1) Create a define with your action
  6. Np Cob007, Im sure Aymen will be on top of it at one stage, hes pretty good like that In regards to using 2 datagrids, ive not tried, but if i have multiple sets of data I usually use the same datagrid then clear and re-populate with other data from a stored table or file, I find that this way you can pretty much use the data grid for as many sets of data as you like, .. The only con to this is that you cant have more than 1 set of data in view at one time. Cheers CJ
  7. Hi meter Havent had any issues up til now and not sure whats happening as nothing has changed or been changed, I am seeing an error message when a locked bot is updating : http://i.imgur.com/bNI00s0.png at first it was only happening to a couple of random cases, but recently it has started to happen to 4 bots, If continue is clicked about 5 - 10 times then the error eventually goes away, but one one bot in particular after an update the bot refuses to start :/ Ill point out that both the License entry form and update skin has been modified (just an image in the background an
  8. Im with you on this, .. I cant use the context menu at all in any way when using the XAML plugin, the only viable workaround i had to come up with was to include a few extra buttons in either the UI or a UI Html window and then have the attached defines perform a command/s using "$datagrid selected index" Not pretty but does the trick, .. most of the time Cheers CJ
  9. Hi cob007, Ive noticed a similar bug in the past, but found that if the #var/%list/&table are entered as "text" each on a new line then it works fine, but if i drag the same things in from search then a file is saved but nothing restores. Here is an example of what i mean : http://i.imgur.com/yFoEl3F.png Im not sure how you are entering them as you didnt leave any code to pick at lol, but it may help. Cheers CJ
  10. Confirmed, same update loop at my end, The file in the "update" zip is V7.5 so im guessing thats why its looping. Cheers CJ
  11. If your displaying the table in a Load Html node then you can use the "Change Attribute" command to change/modify/update the result on the page in real time, just make sure you give the table rows an ID of some sort so you can easily select the value you need to change If you have any problems with the above you can also just update a table with your esults in and simply re-load the load html node a billion other ways popping into my head as i type but i believe the first solution above would be the best and most efficient Cheers CJ
  12. Hey Abbas, Sorry mate, didnt get a new reply notification for some reason, Thanks for the reply, sure, ill PM you with my email now. Cheers CJ
  13. Hi Abbas Im back with a status update lol I went searching for queries and I can difinitively confirm that the 'EUtil.Net.MailClientException' error alert is caused by a Gmail IMAP bug with folders/labels with spaces in, for the moment its not too much of a problem and having them removed between downloading and processing each folder, The other issue i was facing regarding emails downloaded there is the text instead of the email/message : This is still a mystery as it only happens to "some" emails, .. Didnt really find much when searching for resolutions or workarounds, but th
  14. Hi, Ok i figured this one out, I tried uninstalling UBot, installing an earlier version there was no change, I tried disabling ALL other plugins but still the same, The problem this time is that any "folder" or "label" within GMail that has a space in gives me this error http://i.imgur.com/UfTduXh.png I removed the space from the folders/labels that had them and it is now working again I did try replacing spaces with its html counterpart " " but exactly the same result, Pheww, .. see i told you, .. something simple haha Ill let you know if i run into anything else, but finger
  15. Thanks for the extra info Yes indeed I am mate, what started as a "quick job" project has turned into a full software suite, had a boost of inspiration that led to what is now a major project Regarding the Imap settings, yep thats exactly how my gmail is setup although i still get the same error "sometimes" if i use Position 1 ... I put the Exact imap commands in an empty project with no other code or plugins to test but the error popup still shows, after i watched your video a few times i saw that the only thing that was different was that you were using a variable to set the p
  16. Hi again, Im pretty sure ive got the hang of this now, but i keep running into this notice of an error : http://i.imgur.com/XKIBes2.png This is using the exact same working code as yesterday no changes or modifications, It will do this for a while and then resolve itself eventually, but i would rather know what is causing it to prevent it happening all the time. Here is the code that throws this (alerts added for testing) : plugin command("UltimatePlugin.dll", "Imap Container Command", #HostName, #Port, #GUser, #GPass, "Yes") { alert($plugin function("UltimatePlugin.dll", "$Imap L
  17. Your welcome make sure to check out Helloinsomnia's "Regex Builder" and Brutals "Regex Cheater" (both here in the forum) both incredibly useful Have fun Cheers CJ
  18. Depending what you want to scrape you can use regex to extract your data You can extract the data before you assign to a variable or you can do it by transferring to another variable, probably a few more ways you can achieve it, just think outside the box Cheers CJ
  19. Hey Abbas, Thanks mate, i get it now, although there is 1 bug i think, .. If i delete the emails in reverse order (10, 9, 8 ..etc.. 2,1) they delete no problems at all and perfect every time, but if the emails are deleted the other way around (1,2,3 ..etc.. 9,10) then only "every other" gets deleted (1,3,5,7,9) Its the weirdest thing and had me changing, re-writing the code because i thought i was doing something wrong hahah lmao I was actually quite euphoric when i figured it out and just needed to modify my original coding to read the emails in reverse order, but hey, ill take it,
  20. Hi Kev, Ive been struggling with mail tasks (which is why i just stumbled across your thread lol) I am not using POP3 but i think i may be able to help, Also i should probably point out that im using the email commands/functions from the Abbas's "Ultimate Plugin" but again i think the process is the same, Ok, so i too was farting around with the positions number as i thought that position 0 was either the first email or the last email, however, I was wrong, .. I "THINK" the position number i s the "ROW" within the table that you downloaded the emails into, So to clarify, ..
  21. Hey Abbas, Scratch that last post i think i figured it out, .. The position number is the position of the downloaded email in the table, .. please do let me know if im wrong. EDIT : Nope back to square one, .. I seem to be having problems deleting emails using Imap, I have the $Imap Total Messages before and after and it is telling me that the delete is successful and the total messages request is correct, but the email is still in my Gmail, Please can you put me out of my misery Thanks CJ
  22. Hi Abbas I had forgotten how powerful this plugin is however i am a bit confused with the imap position setting within "Imap download emails" and "Imap delete email by position" I am using Gmail, .. If i am using the command below, is that going to delete the first (oldest), or the last (most recent) email in the specified folder ? .. plugin command("UltimatePlugin.dll", "Imap Delete Email By Position", "FOLDER_LABEL", 1, #delresult)And the same for this, is that going to download the first (oldest), or the last (most recent) email in the specified folder ? .. plugin command("Ultim
  23. Nice, .. and helpful is the understatement of the century lol Cheers CJ
  24. Old thread i know, .. but saved my life never the less, i was trying to use "onselected" and a million variations of, Cheers CJ
×
×
  • Create New...