welby
Members-
Content Count
35 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout welby
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows 10
-
Total Memory
< 1Gb
-
Framework
v3.5
-
License
Developer Edition
Recent Profile Visitors
2375 profile views
-
@LazyBotter are you still discounting for previous users of SSUB ?
- 446 replies
-
[Sell] Ubotter Unleashed Licensing [Ubotlocker Ready]
welby replied to Macster (UBotter Labs)'s topic in Bots and Scripts
Hi - any update on this as I am being forced to switch over to PHP 7.x on my server which means this won't work after the end of December? -
[Sell] Ubotter Unleashed Licensing [Ubotlocker Ready]
welby replied to Macster (UBotter Labs)'s topic in Bots and Scripts
HI there, thank you for the reply - I look forward to seeing a new release - thanks again -
[Sell] Ubotter Unleashed Licensing [Ubotlocker Ready]
welby replied to Macster (UBotter Labs)'s topic in Bots and Scripts
HI Any update on this? Thank you -
It's OK I have developed the app in another platform - but thank you for your reply
-
OK - I had to resort to a shell command and call out the wmplayer.exe, which is a shame as I wanted to do this all in the GUI without resorting to third party tools. I have to say the wmplayer is very limited to control by the command line. Think I will have to find a thirdparty player that behaves well and can be controlled better by the commandline. Pants!
-
welby started following How To Play Audio In A Jukebox "style" Interface
-
Hi all, I was wondering if anyone has created a simple Audio Jukebox in ubot studio? I was wondering if it can be done in the native gui of ubot without resorting to java and html? i have started to investigate and I can play the audio file using the "Play Sound" function but cannot find a way of pausing the audio or stopping the audio. I tried to use "Sound>Stop sound" but I am guessing that relates to the OS System sounds and not the sound being played directly from the ubot? Anyone tried this? Here's my basic starter code. ui button("Play") { verify audio libraries p
-
[Sell] Ubotter Unleashed Licensing [Ubotlocker Ready]
welby replied to Macster (UBotter Labs)'s topic in Bots and Scripts
Hi I have been using ubotlocker for a while now and works as intended. However ny hosting is moving to PHP v7.0 for security reasons, so the PHP mysql is being depreciated in version 7. This means that the PHP code will not work once the switchover is complete. MySQL using the legacy `ext/mysql` PHP extension will not be supported, MySQLi or PDO MySQL must be used instead Can you tell me if you have any plans to amend the PHP code to work with PHP 7.x Kind regards, Mark -
HI all, rather than using Ubot to perform the clicks etc needed to make a post on Facebook I decided to go doen the route of using Facebooks API (what a nightmare compared to Twitter's api) Anyway I now have an approved facebook app that has the correct permissions (had to jump through hoops to get this far) Ok so onto the Ubot Studio part. I am using Apichai Facebook plugin which works fine using my own Facebook User Access Token. The problem comes when you want to use the Facebook App as another Facebook User you can't, which really sucks If I create a temp 60 day User Access Tok
-
Ahh yes I see now. so I can always clear the log variable at different intervals if needs be - thank you.
-
Hi there, do yo have any simple samples to follow - my bot is slow to load The meta-tag method seems to be the simple starting point, but couldn't find any exmaples on here. I have onloads and defines but not sure how you would debiug a "loading issue" to see what is causing the bottle neck. I have purchased easy-crypt but I am not sure how to use it ti its full effectiveness in terms of speeding up the loading process? Any help appreciated. Mark
-
HI all, I have a ubot which makes use of the LOG function and I was wondering how much information can the log store? Is there a limit? The reason I ask is that my bot will be running continuously and I need to know what happens if the log got full. Does it reach a limit and then reset itself? thanks in advance.
-
Hi Michael, thank you for the advice and love the ubotlocker - works just as you state! Mark