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 - erm3nda

Pages: 1 ... 3 4 [5] 6 7 ... 13
61
PHP / Re: LibSSH2
« on: April 10, 2015, 03:04:49 PM »
I've downloaded directly the autoinstallerd and worked like a charm.
Good job and thank you.

62
Information / Re: CentOS Server Log Files Location
« on: April 10, 2015, 02:54:05 PM »
I think i try to restart services and didn't create it.

But i test all the other stuff and finally someone did it.
So, file has been created again.

Anyway, a list of all logs created by cwp would be nice.
I know there are some post with a few, but a full one would be best.

Regards.

63
PHP / LibSSH2
« on: April 09, 2015, 04:46:12 AM »
I have problems on install libSSH2.

I've follow some guides here and there and finally comes up to:

Code: [Select]
yum install gcc php-devel php-pear libssh2 libssh2-devel
pecl install -f ssh2
touch /etc/php.d/ssh2.ini
echo extension=ssh2.so > /etc/php.d/ssh2.ini

The pecl install stop was "failed with":
Code: [Select]
Warning: opendir(/tmp/pear/temp/pear-build-rootzlWRuA/install-ssh2-0.12//usr/local): failed to open dir: No such file or directory in /usr/lib64/php/PEAR/Builder.php on line 188
I watch at phpinfo() and the module seems loaded, but didn't recognize the ssh2_connect() comand (
Code: [Select]
Fatal error: Call to undefined function ssh2_connect() in)

The directory /tmp/pear/temp/pear-build-rootzlWRuA/install-ssh2-0.12 is not anymore so i cannot dig for files. I think that must be fixed on the install. If you see carefully, you will see that there's no space on the last paths.

Code: [Select]
Warning: opendir(/tmp/pear/temp/pear-build-rootzlWRuA/install-ssh2-0.12//usr/local)
Actually i don't know how to fix that :(

64
PHP / Re: PHP short tags do not work?
« on: April 09, 2015, 04:39:45 AM »
I love sed from the same day i discover it.

Anyway, you may explain a little about edit a plain text instead ask users to run commands that doesnt undertand :P

65
CentOS 6 Problems / About permisions on the users
« on: April 09, 2015, 03:59:27 AM »
I have tested some new things and getting into troubles.

Usually i used root shell access to main things, but now im developing a web interface using a sub-account with shell grants. I've set the inode to 0, n processes to 100 and n opened files to 300.

Im experiencing a lot of stronge errors.
As example, i run into the ssh sub account then run vncserver. That runs, but when i try to run some X program i got error like "Error forking proccess", including one time with the simple "ls" command.

I used CWP to fully manage users on that VPS, but i need to create/use a NON restricted user. I don't know what does your script setup to accounts or if it's related, but i cannot make run.

I don't wanna to dig into php's ssh dlls, i like to use each account capabilities.

Any suggestion???

66
CentOS-WebPanel Bugs / Re: Heavy GUI Slow Menu
« on: April 09, 2015, 03:53:36 AM »
Thx banane, i also prefer a static full menu instad a buggy javascript...

Little buttons, less scroll, less wait :D

67
Other / Re: Donation made and i am very happy with that!
« on: April 09, 2015, 03:52:17 AM »
Im sorry but http://www.gamecreate.com/ is not same than the website i say about Danniel Gibbs.

http://gameservermanagers.com is a bunch of bash scripts (CLI) that are EASY to implement to any web interface you like.

As Bullten post, is nothing special. If you can face a server, no matter if it's sound streaming or gaming. Obviosly that depends on the level of your implementation. Buy any move costs money on develop.

Actually i don't know any GOOD free game panel, but using CLI from Gibbs would be easier. I don't check about licenses between CWP and that.

68
Information / Re: Outdated info over mysql conection error cwp panel
« on: April 09, 2015, 03:45:44 AM »
Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf

Check if both matches.

69
Other / Re: Donation made and i am very happy with that!
« on: April 05, 2015, 04:52:02 AM »
I don't see the problem on that.

If you donate, for sure you will get ALL the stuff.

There's no difference about interface a streaming program to interface a game program.
Is all about to know the commands then put them in the form.

For anyone insterested on game server panel, i can suggest Daniel Gibbs software. His stuff is also published as main code of the valve developer website.

Has been moved to some sites, but actually is on http://gameservermanagers.com/ site.
This bunch of scripts are the mother of the new gameserver script era. I can assure you.

Admins feel free to check for them to implement a working code instead reinvent the wheel.

Best regards.

70
CentOS 6 Problems / Re: Error removing user
« on: April 05, 2015, 04:36:16 AM »
Thank you.

I have tried to reproduce the error again and i found the problem.
Yes, the problem has the error on the screen, but didn't rollback the creation things.

I have used r00t as first user, and get a invalid name. (home not created, named files created, quotas not set, vhost created with FAIL cuz no directory is present). The second test i was using user porky and all was okey.

So, if you supply an invalid name you got a huge fail, you put down your httpd server and you have to manually dig on the vhost/named files to fix them. I have not see a list of invalid users and i guess that is handled on Linux not on the CWP. You have to check for the Unix user blacklist then do not proceed with bad parameters.

That's all.
Please fix your user creation script :)

71
Information / Re: CentOS Server Log Files Location
« on: April 05, 2015, 04:18:50 AM »
I've deleted suphp.log (or whatever name it has).
I've created a new one but seems is not working.

I got blank screen when clicking Search button on the Softaculous admin and no warning is saved on the new suphp.log, so i guess i didnd't create them properly.

I wanna ask about if there's any script or easy way to RE-create all the logs involved on the cwp.

Best regards.

72
CentOS 6 Problems / Error removing user
« on: March 29, 2015, 05:19:38 AM »
Im not sure what is the correct thread for that question. I don't see any "Users" category.

I've try to remove a user and didn't work.
Later i try to remove it from vhost.conf and passwd file, also from users table on the cwp database.

Now i cannot create again the same user.

Wich files/sites do i need to check for?

I don't know why didn't delete it, but my goal is to create again because you cannot edit the domain once is created.

Thank you.

73
CentOS-WebPanel Bugs / Re: Heavy GUI Slow Menu
« on: March 29, 2015, 05:12:31 AM »
The problem i about the main screen, not just the load function.

All the data on the main panel has a little time interval to refresh. Every time you click on the menu, all the panel seems waiting for synced javascript code execution untill you can press a item again.

If you go to some other menu section and play the menu doesn't became slow.

I guess all this is about sync/async javascript functions.

74
iptables / Re: Execution time of large ip blacklist.txt
« on: March 29, 2015, 05:04:42 AM »
That was a Joke. Maybe a bad joke...

Blocking Nigeria because the known issue about trade with them (packet lost)
The joke is about that are TCP packets, not real shipped packets.

Blocking Russia because the hackers.
The joke is about put a firewall to block a real hacker.

The joke would be easy to understand with a "I wanna block Obama, from whatever Country it is trying to see my webpage"

75
DNS Manager / Re: Access denied you are not an administrator
« on: March 29, 2015, 04:58:23 AM »
I wonder where do i see "limit of 3"... damn.
You're right Admin.

Pages: 1 ... 3 4 [5] 6 7 ... 13