• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Outdated [Unfinished work] Teaspeak Hosting Panel

Status
Not open for further replies.

Nico

Well-known member
Hallo,
ich habe lange überlegt, ob ich es freigeben soll
aber ich habe mich dazu entschieden es freizugeben

was hat es beinhaltet
  • Login/Register
  • Paypal/Molli
  • Support Ticket System
  • E-Mail Bestätigung
  • E-Mail Blacklist für unerwünschte Emails
  • Spenden System
  • Benutzerverwaltung

Hello,

I thought for a long time whether I should release it

but i decided to release it

what's inside
  • Login / register
  • Paypal / Molli
  • Support ticket system
  • E-mail confirmation
  • Email blacklist for unsolicited emails
  • donate system
  • User administration

Virustotal: https://www.virustotal.com/gui/file/21726777996e998bb7df039894b7a122412da3351db6fd3daa3235b3a9c24258/detection
Result:1* /53

*Yandex doesn't know a pig that says no matter what you do the same thing

Download

screen #1
screen #2
 
Last edited:

mkll11one

TeaSpeak Team
Staff member
TeaTeam
There are at least some errors, possibly some things that are missing, so I probably will not use it. xD

(For example....because I don't have enough time to take a look - These tables are NOT on the SQL file)
Code:
PHP Warning:  include(): Failed opening 'resources/team/service/index.php' for inclusion
Base table or view not found: 1146 Table 'teaspace.teamspeaks' doesn't exist
Base table or view not found: 1146 Table 'teaspace.bot_nodes' doesn't exist
Base table or view not found: 1146 Table 'teaspace.store_products' doesn't exist
Base table or view not found: 1146 Table 'teaspace.webspace' doesn't exist
 
Last edited:

Nico

Well-known member
the forum language is english so i would like to ask you to leave your answers in english.
Info Deutsche seite = Deutsche Sprache
und übrings gibt es nirgendo wo was wo es vorgeschriben wird und wir sind nicht bei r4p3 sonder bei teaspeak.de .de=Deutschland domain

---- Automatically Merged Double Post ----

There are at least some errors, possibly some things that are missing, so I probably will not use it. xD

(For example....because I don't have enough time to take a look - These tables are NOT on the SQL file)
Code:
PHP Warning:  include(): Failed opening 'resources/team/service/index.php' for inclusion
Base table or view not found: 1146 Table 'teaspace.teamspeaks' doesn't exist
Base table or view not found: 1146 Table 'teaspace.bot_nodes' doesn't exist
Base table or view not found: 1146 Table 'teaspace.store_products' doesn't exist
Base table or view not found: 1146 Table 'teaspace.webspace' doesn't exist
Page no longer exists this is a lite version of my current panel
 
Last edited:

mkll11one

TeaSpeak Team
Staff member
TeaTeam
Page no longer exists this is a lite version of my current panel
You should fix it, so it works =)

Aka; If someone tries to "order" TeaSpeak-Server = nothing happened (because your code is reading after "TeamSpeaks" tables.
 

Nico

Well-known member
You should fix it, so it works =)

Aka; If someone tries to "order" TeaSpeak-Server = nothing happened (because your code is reading after "TeamSpeaks" tables.
I looked for your information, but it calls Teaspeak in the code
can you tell me where it should be that he calls Tea*Speak?
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
I looked for your information, but it calls Teaspeak in the code
can you tell me where it should be that he calls Tea*Speak?
Dude.
Base table or view not found: 1146 Table 'teaspace.teamspeaks' doesn't exist
Happened, if you "order" a server <-> aka, there will be a new page = nothing happened aka this error on log ;)
 

Nico

Well-known member
Dude.
Base table or view not found: 1146 Table 'teaspace.teamspeaks' doesn't exist
Happened, if you "order" a server <-> aka, there will be a new page = nothing happened aka this error on log ;)
Yes, I've looked where he calls it up, the error doesn't come up for me
 

Nico

Well-known member
PHP:
  $getNodeInfos = $db->prepare("SELECT * FROM `teaspeak_hosts` WHERE `id` = :id");
        $getNodeInfos->execute(array(":id" => $node_id));
        $nodeInfos = $getNodeInfos->fetch(PDO::FETCH_ASSOC);

        $sid_converter = json_encode($tea->createServer($node_id, $_POST['slots'], $port));
        $get_sid = json_decode($sid_converter);
        $sid = $get_sid->sid;

        $date = new DateTime(null, new DateTimeZone('Europe/Berlin'));
        $date->modify('+' . $_POST['duration'] . ' day');
        $new_date = $date->format('Y-m-d H:i:s');

        $SQLInsertBot = $db->prepare("INSERT INTO `teaspeaks`(`slots`, `user_id`, `node_id`, `teaspeak_ip`, `teaspeak_port`, `sid`, `expire_at`, `price`) VALUES (:slots,:user_id,:node_id,:teaspeak_ip,:teaspeak_port,:sid,:expire_at,:price)");
        $SQLInsertBot->execute(array(":slots" => $_POST['slots'], ":user_id" => $userid, ":node_id" => $node_id, ":teaspeak_ip" => $nodeInfos['login_ip'], ":teaspeak_port" => $port, ":sid" => $sid, ":expire_at" => $new_date, ":price" => $db_price));

        $user->removeMoney($price, $userid);
        $user->addTransaction($userid,'-'.$price,'Teaspeak Server Bestellung');

        $_SESSION['success_msg'] = 'Vielen Dank! Dein Teaspeak Server wird nun eingerichtet';

        header('Location: '.$helper->url().'dashboard');
so that's the code i looked through everything it calls teaspeaks and not teamspeaks
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
so that's the code i looked through everything it calls teaspeaks and not teamspeaks
Yeah, I found out why. ;)
Btw, you should edit/fix your code, before release.

Not possible to click on "Mein Account", after clicking on "ACP"
IF it's "LITE version" remove anything with:
TS3AudioBots
Service

Or release the full version. =)
 

Nico

Well-known member
Yeah, I found out why. ;)
Btw, you should edit/fix your code, before release.



IF it's "LITE version" remove anything with:
TS3AudioBots
Service

Or release the full version. =)
FYI it's a beta release not an official release With the acp I look at the error again in the course of the day And I cannot and will not publish the full version
 
Info Deutsche seite = Deutsche Sprache
und übrings gibt es nirgendo wo was wo es vorgeschriben wird und wir sind nicht bei r4p3 sonder bei teaspeak.de .de=Deutschland domain

---- Automatically Merged Double Post ----


Page no longer exists this is a lite version of my current panel
It's been a while, but just as a hint... Yes, here a .de Domain is used, look however simply times, where the server stands! The forum software is also in English by default
 
Status
Not open for further replies.