Author Topic: Set VIP Command  (Read 2896 times)

0 Members and 1 Guest are viewing this topic.

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Set VIP Command
« on: April 16, 2016, 01:42:03 AM »
hi all,

i need a set vip command or a work around to set by command the vip rank from a user.

thx for help in advance  :)

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Re: Set VIP Command
« Reply #2 on: April 16, 2016, 06:26:37 PM »
thx for ur answer.
but it doesnt work.
i think that the deepbot api not work. if i call localhost:3337 in my browser, it is loading endless. i forwarding the port 3337 in router and windows, connect my account on lawlypopzz and try to use http://api.lawlypopzz.xyz/setvip/?secret={mydeepbotapi}&user={mytestuser}&vip=3&days=30
again an endless loading... :(
any idea? big thx for all help in advance!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Set VIP Command
« Reply #3 on: April 17, 2016, 12:37:29 AM »
You filled in your API key and name in the URL when you did it, right?

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Re: Set VIP Command
« Reply #4 on: April 18, 2016, 03:14:01 AM »
yeah ofcourse
{mydeepbotapi} and {mytestuser} are placeholder. i used correct dates

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Re: Set VIP Command
« Reply #5 on: April 20, 2016, 02:11:41 AM »
nobody an idea? still have the problem with the endless loading...  :'(

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Set VIP Command
« Reply #6 on: April 20, 2016, 03:06:36 AM »
Can you verify port 3337 is open? Made sure windows firewall isn't blocking it? Maybe an anti-virus is blocking it?
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Re: Set VIP Command
« Reply #7 on: April 21, 2016, 01:45:28 AM »
on localhost and all things like firewall and antivirus is closed.
still dont work :(

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Set VIP Command
« Reply #8 on: April 21, 2016, 03:01:22 AM »
In this url you are entering your values like so:  http://api.lawlypopzz.xyz/setvip/?secret=E11AFKQYJebJMeefAOPbDf&user=@target@&vip=3&days=30

Of course the API key might be longer, I just randomized the letters.
@target@ can be an actual user. Example: expertsonline
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Re: Set VIP Command
« Reply #9 on: April 21, 2016, 04:08:35 AM »
hm no lawlypopzz won't work.
but i was succes to coding now my own websocket client...

thx :)

chr0m

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ingame_de
Re: Set VIP Command
« Reply #10 on: April 21, 2016, 04:25:06 AM »
damn..
next problem. i use @costumapi@ and call http://localhost/index.php?user=@target@&level=3&days=30
if i call it in a browser, it worked. but the bot command gives the content of the file. but no call. whats happend here^^