Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Aymen

  1. I don't think namespaces are supported in the native System.Xml , but that can be achieved using LINQ , so i'll see about adding a LINQ parser in future updates
  2. I'm not sure why you are not getting any result but it worked fine for me http://screencast.com/t/gtMSvpVKl The only difference is that i put "show datagrid" first plugin command("DataGridUI.dll", "show datagrid", "URLS") add list to list(%urls, $list from text("www.gc-entertainment.com www.abdkhalil.com www.furlasweetbrand.com www.pickupmarcbymarcjacobs.com www.schroonriverinn.com www.kidsbikesntrikes.com www.money-online-review.com www.fxzhiyao.com www.splicethis.com www.tyres-info.com www.wuteshoes.com www.qingdaogangchang.com www.szzycar.com www.bjqsfs.com www.htmbicycle.com www.tssrcw.
  3. Yea i know it's been a while , i have not forgotten about the update , as soon as i finish the http post update i'll release something for this aswell! Just been really busy with other stuff! Regards!
  4. Been real busy Dan , i'll try to check it out soon!
  5. That type fo request should not be allowed to get converted! I'll work on a fix for that!
  6. i working on an update , i'll release it in few days!
  7. if the parsing is not picking anything , that means something is off about the xml document structure , could be the namespace , i'll investigate about this and let you know! Regards
  8. such xml documents with no exact nodes pattern are not table friendly , i would suggest instead to use $xml nodes values function to get the values you need example set(#nodes, $plugin function("xml plugin.dll", "$xml nodes values", #xml doc, "//SalesRank/Rank", "InnerText"), "Global") It will then give you all the ranks in the xml document!
  9. Not for the moment! I'll have something for Ubot5 when it is stable enough!
  10. Launch discount is over! Price went up to $47
  11. Allright , Let's imagine you have a database table column in your users table called membership : 0,1 and 2 0 stands for Free 1 stands for Pro 2 stands for Platinum Let's also imagine that you want to grab the user's ip adress to check it in your records (last used ip for example) In total you will need 4 parameters : 2 comes in default : "user" , "pass" , and 2 optional that you need to add : "membership" , "ip" Now you won't have to worry about user and pass parameters because they will be sent automatically , what you have to set is membership and ip you would pretty much go like this : m
  12. All this you customize in your wordpress blog (or any other script you are using) , the plugin simply puts a dialog lock when you open the bot , all the rest you do via wordpress , please see the wpauth.php (and vb3loginverify.php for VB3 Forums) to see how things works!
  13. When you will sell your bot protected with this plugin , you will want to give each customer a unique username+password , when you run a membership site you will give unique access details to each member of course so these members will use their unique details to access their online membership + all the bots under that one membership using the same credentials they have (noting every member will have a unique credential of course) Setting the parameters is very easy , they are pretty much the extra post data you may need (if you want to customize the php script further more) to add extra fea
  14. in case of an SMTP error the plugin won't stop working and should just go to the next email account! Regards
  15. 1- i didn't say it is one IP per session 2 - it is only tested with Ubot4 , i'll test it later on Ubot5 3 - it works as long as it has a username+password access , see the wpauth.php file to see how you can customize it for your own usage 4 - you should do that with wordpress or any other script (can be easily done FYI ) this has nothing to do with this plugin Regards
  16. the script doesn't allow you to do that but this can be easily customized!
  17. WordPress Login Checker Plugin http://ubot-plugins.com/wp-content/uploads/2014/09/headline3.png http://ubot-plugins.com/wp-content/uploads/2014/09/headline2.png Get This Now for $47 Limited Time Offer http://ubot-plugins.com/wp-content/uploads/2013/03/download.png
  18. Clear Cookies is not necessary ! Again , i need a code snippet of the part generating that error to see it is is a bug or not! Use the subdomain
  19. the first issue could be about a duplicate cookie parameter name! send me an example code via PM , i'll check it out tomorrow!
  20. You can use set http headers to set any header you want! For the keep alive part it should be set correctly when you use the command assigned to that! You can clear all http headers and set your headers again!
×
×
  • Create New...