Jump to content
UBot Underground

diskwizz

Members
  • Content Count

    158
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by diskwizz

  1. Please read. I would like to clarify that I personally own all the rights to the product and source code that was sold by Bliss/Jane as the communicator plugin in the uBot market place and ultimately I have the final say in deciding what happens with my source code. As I have created the source code, license server source code, the example scripts and the majority of the text content and was not paid for / nor agreed to give up any rights to my work. Both parties agreed on certain "chores" would be done at the beginning of the project. That is the sole reason that there was a decision to sto
  2. Like Bliss said I am not allowed to distribute the application as a Ubot plugin as she is the license owner. Even tough I am the sole owner of the source code, I still have to abide by the rules Ubot applied on us as it is there platform.
  3. As recently noticed there has been no activity on the forum from Bliss or me for a long time. The reason for this is that I requested Bliss to do the support as that was her part of the JV. She consistently refused that, stating she was to busy for ubot and that she has never used the plugin so she couldn't help them. As of April I told her I would stop the support on the forum hoping she would be forced into it, but unfortunately at no effect. There for I want to announce that I am no longer working together with Bliss on this project. This means that support will drop completely and that th
  4. Xpath is designed to parse xml/(x)html, it understands the structure. It is more forgiving then regex and much easier to master. Its actually frowned upon in the programming community to use regex for xml/(x)html. Look at the quotes below from other professional programmers. The last quote is defenitly a must read for every true geek!
  5. I know and it wont open unless the server is back, it does not affect compiled bots though. So your customer wont have any issues. Anyway its Bliss her server where it runs on and this was her response.
  6. You do have to rewrite all the parts of the browser code, so all non browser commands and functions like "add to list" dont need to be replaced. All commands are similair named and have similair attributes and functionality, this makes it easy to convert your code. Ubot locators are supported but we encourage to use xpath, because once you understand xpath then it becomes much easier to locate elements. Dan for example also never worked with xpath before. After a little guidance from our support he understood xpath and now he prefers it. He is also not the only one
  7. The only issue is no one will ever create it because it's prob just one or two people who will buy it.
  8. Nice little trick! Try this regex out "(?<=useragent=\")(?=.*Chrome|Mozilla|Opera)(?!.*Mobile).*?(?=\")" it filters all user agents that contain Chrome, Mozilla, and Opera, but it leaves out all that contain Mobile.
  9. Your more then welcome, literally took me halve a minute to write it down
  10. How to ask a programming question
  11. Have you tried using fiddler or HTTP ANALYZER to see the underlying traffic. You should be able to see whats going wrong and correct it.
  12. 1. What part did you get stuck? 2. What did you try so far to fix it? 3. You have the code to show where your stuck? If your new to HTTP then consider to buy this HTTP Plugin Tutorial Video Series
  13. There you go "[1-9]+[0-9]*|^[0]$". So it get's the number without leading zero's but also captures the number if it's just 0.
  14. Yes i did ask you that simply for the reason when you just bought the plugin you asked me repeatedly questions. After asking you if you had taken your time to watch the examples and video's you replied no. I did take my time to help you out, i find it also disappointing that after helping you out for over three hours you respond in this fashion. But i don't think it's unreasonable to ask you to check out the videos and examples. The reason we made those videos and examples is to help people teach how to use the plugin and of course we help people out if they have issues. Also understand s
×
×
  • Create New...