Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TexxhornTV

Pages: [1]
1
Update released.

- Added Webbased Pointsystem
    - Add Points
    - Set Points
    - Del Points

- Added Webbased TopUsers
    - Check the Top Users by Points

Read More : https://github.com/Customcoder/DeepBot-PHP-API-V2/commit/d19779bc5ac849e6e5b6fcf23430c0a3f0a1a3cf

2
Feature Requests / DeepBot API Requests!
« on: May 24, 2016, 06:56:31 PM »
I would ask if you can create a api for

- SetMod

Thanks... Code in PHP are ready!

Quote
<?php

if (isset($_GET['server']) && isset($_GET['secret'])) {
   $server = $_GET['server'];
   $secret = $_GET['secret'];
   
   // Load depedencies
   require dirname(__FILE__) . '/config/config_inc.php';
   require dirname(__FILE__) . '/vendor/autoload.php';

   $bot = Deepbot\API::instance(array(
      'server'    => $config['server'],
      'port'      => $config['port'],
      'secret'   => $config['secret']
   ));

} else {
   echo 'Not Set Up';
}

if (isset($_GET['user'])) {
   $user = $_GET['user'];
   $mod = $_GET['mod'];
   $bot->setUserVip($user, $mod);
   if ($mod == '1') {
      $mod = 'Level 1';
   } else if ($mod == '2') {
      $mod = 'Level 2';
   } else {
      $mod = 'None';
   }
   echo 'Set ' . $user . ' ' . $mod;
} else {
   echo 'UnSet';
}

?>

3
Today i will release the DeepBot VIP Script for your Webserver and DeepBot Applicatzion :)

It is better as version 1, now it works on windows and linux :)

You can do many thinks with this, like set a user to the vip group, check your usercount and many more :)

Download : https://github.com/Customcoder/DeepBot-PHP-API-V2

4
Help/Support / DeepBot API only VIP feature ?
« on: May 22, 2016, 06:05:14 PM »
i got this error:

Quote
$bot->getUser($username)



Fatal error:  Uncaught exception 'Exception' with message 'vip exclusive' in C:\xampp\htdocs\ws\src\ev0\Deepbot\API.php:45
Stack trace:
#0 [internal function]: ev0\Deepbot\API->ev0\Deepbot\{closure}('{"function":"re...', Object(Ratchet\Client\WebSocket))
#1 C:\xampp\htdocs\ws\vendor\evenement\evenement\src\Evenement\EventEmitterTrait.php(64): call_user_func_array(Object(Closure), Array)
#2 C:\xampp\htdocs\ws\vendor\ratchet\pawl\src\WebSocket.php(155): Ratchet\Client\WebSocket->emit('message', Array)
#3 C:\xampp\htdocs\ws\vendor\ratchet\pawl\src\WebSocket.php(48): Ratchet\Client\WebSocket->handleData('\x81={"function":"...')
#4 [internal function]: Ratchet\Client\WebSocket->Ratchet\Client\{closure}('\x81={"function":"...', Object(React\Stream\Stream))
#5 C:\xampp\htdocs\ws\vendor\evenement\evenement\src\Evenement\EventEmitterTrait.php(64): call_user_func_array(Object(Closure), Array)
#6 C:\xampp\htdocs\ws\vendor\react\stream\src\Stream.php(133): Evenement\EventEmitter->emit('data', Array)
#7 [internal function]: React\Strea in C:\xampp\htdocs\ws\src\ev0\Deepbot\API.php on line 45

So is it a only vip feature ?

5
Name Changes / Request: Name change!
« on: May 22, 2016, 05:37:20 AM »
Current Stream Name: LoomarTV
Current Bot Name: TexxhornJR

New Stream Name: TexxhornTV
New Bot Name: TexxhornJR

Thanks

6
Help/Support / Re: Can no Login
« on: October 10, 2015, 02:03:30 AM »
Really ? I startet a topic other user start spamming about me, wtf ... pls rename my Login man ! Don't troll me i have pay man !

7
Help/Support / Can no Login
« on: October 10, 2015, 01:52:23 AM »
Yesterday my Brother has delete my Twitch Account, so i create a new Account, can you change the Streamer Account Permissions please ?!

From TexxhoenTV to LoomarTV

Thank you... Why old Topic was deleted ?

8
Where did you hear about DeepBot from? I was in the team here but i left the team !
Your stream name? TexxhornTV
Twitch bot account name? TexxhornJR
Your streaming schedule? [Days/Approximate time] 5 - 12 Houres a day !
Is your stream partnered with Twitch? Nope
Average number of users on your channel? Unknown
Do you need to migrate an existing points system over to DeepBot? Nope

Transaction ID : 6T884956GU047264C

System Edit : Application Accepted. Install complete. Thanks for the support!

Pages: [1]