CodeCanyon

Terminal

  • Has been a member for 2-3 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Beta Tester
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 500 and 999 items
  • United States
Daniel_R says

you definitely have some skills…this is awesome!

2 years ago
  • Has been a member for 2-3 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 50 and 99 items
  • Romania
TudorB says

Wow.. Just awesome.

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
  • United States
logicsurge says

Hey, the screenshots page shows a different PHP class (possibly something you’re working on next?).

2 years ago
Author
Sitebase Sitebase replied

Whoops :). I will change this.

2 years ago
Default-user logicsurge replied

Kinda ironic, I was working on something similar too!

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Canada
entonbiba says

Hi,

Can this be used as a actual command line consol for dedicated servers, vps?

Regards

2 years ago
Author
Sitebase Sitebase replied

That is correct :).

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • United Kingdom
jcisthebest2000 says
Purchased

Hi there, just purchased this script and trying to use it but when i open up the file in my browser it just says Loading terminal window… but thats it.

I have put in the username and password for my web server, any ideas?

2 years ago
Author
Sitebase Sitebase replied

Can you send me the url so I can take a look. You can email me from my profile page here on codecanyon.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • United Kingdom
jcisthebest2000 says
Purchased

Did you manage to take a look at the link i sent through to you?

2 years ago
Author
Sitebase Sitebase replied

I’ve taken a look and I think the problems is that you’re PHP version doesn’t have the json_encode function. I will release a new version one of the next days where this problem will be fixed.

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 1 and 9 items
  • Australia
charliesome says

In before script kiddies start using this :p

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
iAlex says

Looks like a very useful script.

May have to buy this and try it out ;)

2 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • South Africa
  • Referred between 1 and 9 users
Morg says

Very nicely done. looks great. Will try it out at some point. :)

2 years ago
Author
Sitebase Sitebase replied

Thanks :)

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Davidmoreen says

Would you know if I can run sql commands with this?

2 years ago
Author
Sitebase Sitebase replied

I think that the mysql command has a parameter -e to execute queries but didn’t test it yet.

2 years ago
Author
Sitebase Sitebase replied

Or you can try something like this to import SQL files:

mysql -u username -p password database_name < queries.sql
2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • Australia
abs0lut says
Purchased

Hi,

I’ve just bought this item, and i would love it if…

i have this issu:

Undefined index: loggedin in /home/ftp/.../terminal.php on line 36

line 36 > if($_SESSION‘terminal’ && isset($_GET[‘file’])) {

System Info: PHP Version 5.2.4-2ubuntu5.12 Server software Apache

Thanks.

2 years ago
Author
Sitebase Sitebase replied

Replace line 36 in terminal.php

if($_SESSION['terminal']['loggedin'] && isset($_GET['file'])){

with this:

if(isset($_SESSION['terminal']) && isset($_SESSION['terminal']['loggedin']) && $_SESSION['terminal']['loggedin'] && isset($_GET['file'])){
2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
fantome2024 says
Purchased

Hi I’m running a brand new centos 5.5 server and changed the user/pass and I’m just getting a “Loading Terminal Screen” message.

1 year ago
Author
Sitebase Sitebase replied

What PHP version are you running?

1 year ago
Author
Sitebase Sitebase replied

The json_decode function that is needed for this script is only availabe from PHP 5 .2 and higher.
Download this file and include it in your terminal.php:
preview.sitebase.be/scripts/fixes/json_5_1_fix2.zip

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
fantome2024 says
Purchased

running 5.1

1 year ago
Author
Sitebase Sitebase replied

The json_decode function that is needed for this script is only availabe from PHP 5 .2 and higher.
Download this file and include it in your terminal.php:
preview.sitebase.be/scripts/fixes/json_5_1_fix2.zip

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
  • Chile
proventacl says

I got a question, Whats the diference between this and a regular “shell” like the one defacers use? like c99 r57 or b374k m1n1?

10 months ago
Author
Sitebase Sitebase replied

That all the regular ones will trigger the virus scanner of the server and that’s not something you want to do ;)

10 months ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
  • Chile
proventacl says
Purchased

Its a nice script, I already got it =)

10 months ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • United Kingdom
Xitude says
Purchased

How easy would it be to turn this into a ssh console? If easy how? Can you provide information?

8 months ago
Author
Sitebase Sitebase replied

Do you mean something like putty? To connect to remote servers? Because that is not be possible.

8 months ago
  • Has been a member for 0-1 years
  • Bought between 50 and 99 items
  • Guernsey
mightymango says
Purchased

I have a slight problem. I don’t know if it’s a problem with the script or the server setup:

I sign in successfully and there are no error messages but when I enter a command it just prints a blank line in the console window.

This happens whatever command I enter.

I’m using PHP 5 .2.17

6 months ago
Author
Sitebase Sitebase replied

Probably the feature to execute commands using PHP is disabled on your server.

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Arabvpsnet says

Hello there can i using it for remote servers 2

5 months ago
Author
Sitebase Sitebase replied

No, that is not possible. It can only be used to execute commands on the server that the script is running on.

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davidedwin says

I got a question With your terminal can i connect use the $ screen command in linux? can i attach to a screen process? This normaly works with you have TTY terminal or something like this.

Can you please tell me ? I really need this. Willing to pay

4 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
jonmalave says
Purchased

VERY COOL ! Can I ask, how does this work? How does it authenticate with the server to allow commands to execute?

23 days ago

by
by
by
by
by