Jump to content
UBot Underground

kev123

Fellow UBotter
  • Content Count

    731
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by kev123

  1. https://www.youtube.com/playlist?list=PLhq7kqloVlM8eVYqw_cv_-fi4buaIpgLq
    

    the above link is a good introduction series to c# and covers many things that someone new to c# or even object based programming would get caught out by. Its goes at a slow pace and explains in detail so ideal for someone new to programming using c#

     

    thanks

    Kev123

  2. sounds like a nice feature.

     

    seth quick one thou from a conversion point of view I think a lot of people are talking about a straight text conversion. Not using any ubot existing files/plugins or manipulating them or some tool for vb.net to control ubot or vice versa.

     

    heres a basic example of what I think people are talking about.

     

    taking a if statement in ubot and outputting a if statement in VB and so on for rest of commands not using any ubot file structure basically what the linked to tool does below for VB to c#

    http://www.developerfusion.com/tools/convert/vb-to-csharp/
    
  3. it can't be against terms if you take a text file and convert it. maybe a ubot compiled exe or .ubot file.

     

    I did c# one year or so ago to save time for a specific project. you just need to make a parser and a dictionary for conversion pretty simple.  One I made was specific to my project but to cover all the commands would probably be a bit more work for someone.

  4. I think people after getting burned are starting to understand the one time payment just doesn't work for a complex project. I'm not talking about a basic scraper but something that requires active development monthly. I've seen in several forums recently potential customers before purchase questioning new applications that clearly shouldn't be a one time payment because they don't want to get burned.

     

    I do stuff for local business using initial payment then monthly support model and its stuff I virtually never have to update. They key thou is these business don't want to find its not working on a Monday morning and have to email you waiting a day for a response . They want to ever have the update in there inbox or a email from you given a firm time when it will be fixed so they can plan. There's many business willing to pay a premium for this service especially if it's replacing time a employee would spend working on. All of which is easy if your organised and create simple scheduled test scripts for the applications/bots.

     

    Back onto IM projects I would be interested in peoples thoughts on monthly or yearly sub talking specifically about IM products. As its a area i'm moving into shortly.

  5. the first one just needs the license.dll changing and the version check php script changing.

     

    the second one you need to see if your cart has a IPN and create new or mod one of the existing scripts. you can even have it post back with the new generated license rather than email it which is what I do with one payment processor. Which has it advantages of the license and download being sent by the payment processor.

     

    thanks

    kev123

  6. its a good idea probably needs a bit of polish to make workable for most people. As anyone knows manual is a pain for digital license product delivery. People will chargeback /refund if they don't receive within 24hrs sometimes. Probably be a bit different as looking at it only ubot users can purchase. Still IPN needed.

     

    Also are ubot technically the reseller now as they accept payment and product vendors just receive the commission of sale even if it is currently 100%. This would make life easier for a few people but i'm not sure if ubot have meant for this to be like this or even realise,

  7. that error is because there's not enough memory to read all the file into memory. I know dan got to around 7 million but never tested higher. Not sure if ubot runs as 32bit or 64bit.

     

    You could try and get it working the easier option is when you downloaded this plugin you should have got access to my other free plugins. The file plugin has a part read file command you could try combining that with the large data plugin and seeing what the results are like.

     

    I haven't tried this combo but worth a try.

     

    thanks

    Kev123

  8. Here is tentative feature list:

    - Add date of when license was added to database.

    - last access data, last access ip, and last access verion added to licenses.

    - smtp mailing

    - https support

    - changelog window on update

    - option for mutex that only lets one bot run at a time.

     

    I also have additional security features planned which might break backward compatibility. I am still not sure how to work them in. I am also waiting for new Ubot version to be released, since there might be major changes there.

    cool i've added

     

    -last access date

    -last access ip

    -last access version

    -first access date(the first time user activated license and hence ran software)

    -number of times ran

     

    so should be a easy fix for me to adjust when you update.

     

    could i suggest that you also add first access date and number of times ran. The reason for this is any extra info is pretty useful for any paypal disputes. As you can show when they first ran the software, how many times ran and the last time ran and of course IP

     

    I have the code if you want its slightly modified from aymens update so you may have some of the code already.

     

    Also i'm using for a .net app mainly for the update feature not security i always assummed ubot locker needed visual studio c++ 2010 as its been mentioned in this thread before after installing tests on clients machines this seems to not be the case? was this infact just a ubot requirement and or the UbotLocker compiler requirement.

     

    thanks

    kev123

     

     

×
×
  • Create New...