Jump to content
UBot Underground

dankass

Fellow UBotter
  • Content Count

    279
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by dankass

  1. The date on this post is Jun 02, 2014, but the date on the plugin in the download link is Apr 08, 2014... so the dl link has not been updated I dont think... I was trying to get filtering working and I cant, so trying to see if I had the newest version where you said that had been fixed, and I cant figure out if I have the fixed one or the broken one. Any help? Thanks
  2. I solved my own problem... sorry... it was an issue with the particular endpoint for this call... all the others worked just fine, will have to contact the vendor of the api to find out whats wrong...
  3. I'm a little confused cuz I have not followed along with all of this... the only reason I bought the communications plugin, was for the client server communications portions of it... is all that stuff now just completely gone from this?
  4. if anyone wants to make a quick $50 by writing me a couple quicky defines like the one above (but actually works), with a GET example as well as a POST example, let me know asap. I am tired of screwing with this. PM me if you want to do it and I'll set you up with api keys and the url to the endpoint. I do need this to work with variables as I am looping through a list of sites and I'll be needing to generate lots of requests, so a define that I can simply pass in api keys and root url for the site and some params or whatever would be great. a simple snippet that can pull in the json for a lis
  5. Thanks for the reply dan... I am unable to click anything on the form you referenced... nothing seems to happen for me at all. I tried it in firefox and chrome both. Wierd... I tried the HMAC SHA1 plugin without the base64 hex also and it did not work either. they referenced a link to a twitter api doc on being helpful with generating a signiture, and the one they showed there looked much closer to the HMAC SHA1 base64 hex one than the regular one... I really have no idea if maybe this is the issue, and might look into trying something else to create the hash, any suggestions?
  6. Well, I had everything with this working fantastic on a site that happened to have an SSL cert... which made it much easier... but now I am simpy trying to overcome the oauth 1.0 stuff to be able to authenticate... with an https request it was simple matter of passing the woocommerce consumer key and secret in a url parameter... but I cant do that with my other sites that dont have ssl certs and I have to use oauth... But, I dont seem to be understand what this is saying or something, even though it seems to make sense...although very detailed, I think I understand it completely... but cant un
  7. bump... I am interested if anyone has figured something like this out as well... I am in need of remote file storage... considering using google drive only because @pash has a plugin for that, but I'd prefer amazon s3,,,
  8. I cant seem to get FTP to work at all... I instantly get this error message... I mean instantly, there is no time to even try and make a connection, so this "period of time" is like milliseconds apparently. I have tried it with my hostgator account and my hawkhost account... I can connect just fine with filezilla... I don't understand what can be doing this. I even tried disabling the firewall and tried using the IP instead of the host name, and nothing works. Anyone have this problem? Whats weird is I cant get the ubot 5.5.13 ftp command to work, nor can I get aymens plugin to work... its lik
  9. Thanks alot Dan, I had not even thought about using fiddler to see the response. Doing that allowed me to see the error... Apparently a simple thing like an image url not existing was enough to just barf the whole thing, and fiddler allowed me to see the more detailed error response and fix it. So YEEA! I Got it working... Now to just figure out the far more complex task of all the other things I need to create a "real" json packet with alot more info in it with variations and things than this example had in it... but I was able to do a get request to return an existing record so I sorta have
  10. I am at an absolute total loss on how to make this work... I am trying to make a ubot that can post products to a woocommerce website using the rest api v2... Here is the page that has the documentation http://woothemes.github.io/woocommerce-rest-api-docs/#create-a-product Tried some basic queries to pull a record out by ID just to test the connection before I get into posting things... But all I ever get is a 404 error using the http get command, and saying the token is wrong or something... but its because of some kind of encoding thing I guess... After googling around I found a way to add
  11. I have no idea... any suggestions? I am on windows 8.1 64bit, with an AMD processor and 8gb of memory... any of those things seem like anything that might cause a conflict or anything? I also removed the config .txt files in the documents folder thinking that might be the reason, but thats not helping either... I'm at a loss... it only seems to happen if I have code in ubot that is using one of the commands from a plugin that has been updated also... if I leave ubot open without anything loaded, it seems to sit there ok and not close. I am also using SSUB for the interface, which pulls in
  12. and... once again... my ubot studio closing on me automatically in the middle of working... guess I gotta stop everything and go download the update.
  13. @Dan I seem to have isolated this down even further now... it was not a funky character, its throwing this error if there are any of the results that contain a null value. I went through and bas64 encoded all the fields, and still had the problem, and there were 3 fields that were null... I added some dummy text and it worked fine... I worked my way column by column through my database and had the same issue with ever column if there were any null values in it. At least thats what is happening on my end, can you confirm this? Do any of your columns that the query returns contain null values?
  14. This is a screenshot of pash's command in the advanced data text file plugin to create a table from a string... maybe create something like this? I just wouldn't know what else needs to be in there to be able to break it back apart into a table. http://i59.tinypic.com/28lag7.jpg
  15. You mean something like this? But I think I know what you mean... I think it would take a new command to create a new table from the deserialized state, and a parameter would not work because you cant seem to insert a parameter into this add table to table command. plugin command("TableCommands.dll", "add table to table", &niches, &niches2)
  16. Interesting... yes, my db was created using sqlite manager, and the only datatypes I use are varchar, integer and text... I will experiment with this to see if maybe that's the issue. Thanks for your help. Whats wierd about is tho, it works just fine on the same database using ubot studio 4.... I just tinkered a little bit with it, and maybe it has to do with the mixed datatypes... if I do not use the wildcard and choose the specific columns I want it works. Again, whats strange is, it woks fine in ub 4 with the wildcard and on the exact same file. The error being thrown is "object not set
  17. @Dan , Thanks, Yes, that function/parameter works fine, it is the COMMAND "SQLite Get Data" that returns the results in a table that is not working. Can you see if that command is working for you? And thanks for the tip on the sqliteexpert software, it looks really nice. I just use sqlite manager plugin for firefox. I am pretty comfortable with sql, been using it for many years, but I do like to use visual tools too, and this looks alot nicer than sqlite manager, I think I'm gonna pick this one up:)
  18. command "wordpress get pages" does not return all the pages, only the first 10.
  19. Pash, I know you said you removed the close ubot part of your license, but here is what happened to me yesterday when yo updated another plugin. My ubot closes after just a couple of minutes, every time... until I installed the updated plugin, then everything works fine and ubot doesnt close by itself. Now today is exact same thing with this plugin... it kept closing every couple of minutes, (did this 5-6 times) I install this update and now it all works fine. so somehow my ubot is being closed every time you do an update to a plugin.
  20. Only file that was new that I did not already have installed was this one... and ubot studio 5.5 is no longer closing on me... did you just remove the dialog popup dialog warning from your license, or are you now just closing ubot with no warning at all now?
  21. I just updated them all yesterday... like I said, now there is no message at all, just closes ubot... the previous problem had popups.... but I will download them all again to make sure.
  22. Just curious if its not having this new update thats crashing my ubot again (this time with no message at all, just closes randomly) or if this closing of ubot is actually just a ubot 5.5.13 bug... I've become totally paranoid about saving my work to protect myself from your license now... its closed on me 3 times in the past hour now, but cant say for sure if its a "Pash Got Cheated Again" issue or a real one. It only seems to happen in ubot 5.5 now, and ubot 4 does not close and I have them both open.
×
×
  • Create New...