Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,067
» Latest member: MichaelPurce
» Forum threads: 1,045
» Forum posts: 1,114

Full Statistics

Latest Threads
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: RichardCrite
11-24-2024, 02:03 AM
» Replies: 29
» Views: 53,072
EHCP API1 error
Forum: Ehcp Development
Last Post: robind99
04-14-2023, 10:14 PM
» Replies: 4
» Views: 3
EHCP API Setup subdomain
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 67
EHCP auto startup nginx i...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
VSFTPD
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 3
» Views: 5
PHP failed copy
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 3
install echp + node js
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
About Beta Software, Ehcp...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1
La marque de l'enseigne C...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 0
On portera une attention ...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1

 
  How do i modify the EHCP Login Box ?
Posted by: carl97 - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (3)

I have looked everywhere and can't come up with a solution
Therefore i submit it here....

I am trying to customise the EHCP login
Nothing inside Just the Blue and Orange Landing page and the Brown Login Page there after. I managed all but to get rid of the Stats on the bottom of the Login Form. Please could someone help me as to what i need to change and what file ?

Basically i want to have a simple Username and Password The options to signup, lost password option and possibly a Smarty or Security Image or something better.

I want to remove this as i is a bulls eye to a hacker if they see i am hosting thousands of domains.
Thanks ;-)

Restored from old drupal forum, for user uid:3933 username:carl97
You may reset your password to access your new account here.

Print this item

  utility : wma to mp3 converter
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux - Replies (1)

i found this script on web,
when i run,
i got :
-waveheader has been removed. Use -ao pcm:waveheader instead


i replaced it... now the script is like that: copy and past this in a file, then do chmod a+x wma2mp3.sh :

for i in *.wma ;
do
mplayer -vo null -vc dummy -af resample=44100 -ao pcm -ao pcm:waveheader "$i" && lame -m j -h --vbr-new -b 160 audiodump.wav -o "`basename "$i" .wma`.mp3";
done;
rm -f audiodump.wav





Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  mysql root password recovery - reset password
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux - Replies (1)

If you ever loose your mysql root password (remember is not the same as the system root password) you can recover it following this steps,
But before those steps, i should say that i put them in a program at www.ehcp.net/other/resetmysqlrootpass.sh.txt
You may download that prog and run on your server, or you may directly run that in your ehcp dir.

Here are manual steps:
first, stop your mysql, by
/etc/init.d/mysql stop
then,

Start MySQL in safe mode
mysqld_safe --skip-grant-tables &
Enter the console as root

mysql -u root
UPDATE mysql.user SET Password=PASSWORD('new_password') WHERE User='root';
update mysql.user set plugin='' where User='root';
FLUSH PRIVILEGES;

After this, you may use your new_password... for ehcp install or anything..

note that, ehcp asks for your mysql root password to install its mysql data..

Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  php mysql türkçe sorununu halletmek için utf8
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux - Replies (1)

<pre>
/*
* php de türkçe sorununu halletmek için
* 1- vt de kodlama utf8_turkish_ci olmali,
* 2- php dosyalarinin karakter kodlamasi utf8 olmali,
* 3- html head kısmında meta http-equiv="Content-Type" content="text/html; charset=utf-8" / olmalı
* 4- mysql e baglantı kurunca mysql_query("set names utf8"); calıstırılmalı..
*
* */
</pre>


Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.

Print this item

  use sftp instead of ftp?
Posted by: jason0 - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (1)

Hello,

I see (roughly) how the pam configuration is altered so that vsftpd uses user account data from mysql. I would like to use sftp which is ssh based. Does anyone have any recommended pam modifications for ssh to allow mysql-based accounts in addition to the system logins?

--jason


Restored from old drupal forum, for user uid:5936 username:jason0
You may reset your password to access your new account here.

Print this item

  release soon?
Posted by: jason0 - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (3)

Hello,

I have been testing the latest ehcp on a trial deployment in ubuntu 12.04 lts. I have also noticed that certain functions work better such as the active/passive domain switch in the latest version.

Will there be an official release soon?

--jason

Restored from old drupal forum, for user uid:5936 username:jason0
You may reset your password to access your new account here.

Print this item

  Billing Module
Posted by: thyraven - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (2)

I know there is a thread on the forums already about a billing / account management system for EHCP but I want to revive it.

I was able to get in contact with Travis, he was building Dime. He was able to grab some of the orignal code and post it on github so we can continue on with the module.

Now I am not that good with PHP yet, still learning. So I am posting this in a effort to get some help with the module so we can get a billing / account management module built into EHCP so we don't need to rely on other software that costs an arm and a leg to run without any built in support for EHCP.

Here is the link to the repository to the files for Dime - https://github.com/plowdawg/Dime

Restored from old drupal forum, for user uid:4470 username:thyraven
You may reset your password to access your new account here.

Print this item

  runop operations
Posted by: jason0 - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (2)

Hello,

I am digging through classapp.php, and seeing all of the function references in runop() and runop2(). I realize the ops are called from the gui, but I wonder: is there some sort of text or diagram showing what these functions are actually for, and why they would be called?

--jason

Restored from old drupal forum, for user uid:5936 username:jason0
You may reset your password to access your new account here.

Print this item

  problem in apatche2 after Subdomain
Posted by: siteplanet - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (2)

Hello


I have one big proble

I add one sub domain in my panel and when i

do restart my dedicate machine apache2 can t start the error messege into ssh is:

root@Ubuntu-1104-natty-64-minimal:~# /etc/init.d/apache2 start
* Starting web server apache2 apache2: Syntax error on line 232 of /etc/apache2/apache2.conf: Syntax error on line 29 of /var/www/new/ehcp/apachehcp_subdomains.conf: Could not open configuration file /etc/apache2/fastcgi_params;: No such file or directory
Action 'start' failed.
The Apache error log may have more information.
[fail]


what can i do?

thank you for your time.



Restored from old drupal forum, for user uid:3988 usernameConfusediteplanet
You may reset your password to access your new account here.

Print this item

  Web directory file permissions seem insecure by default? maybe...
Posted by: ingram - 04-14-2023, 10:11 PM - Forum: Ehcp for Developers and Programmers/Designers - Replies (7)

I'm just going off what I know here, so maybe some of you guys can correct me if I'm wrong.

Using EHCP, all files that are uploaded through ftp have an owner of "vsftpd" and a group of "nogroup".

When thinking in terms of Owner-Group-Other, this leaves the "www-data" user in the Other group. As far as I know, it's basically ok to let the "Other" group have read access to everything in a web root folder. However, I didn't think it was ok to give the "Other" group write permissions on anything. If you are using some time of php or other dynamic web application, this is what you will likely have to do. In my case, I am using Drupal.

Drupal requires certain directories to have write access from the user "www-data", but since the "www-data" user is in the other group, so does "Other", which could be who knows what on a production system.

This seems like an insecure setup to me. It would seem more reasonable if the group were set to "www-data" by default. If that were so, you could have permissions like this:

Owner - vsftpd - write on select folders - always read access
Group - www-data - write on select folders - always read access
Other - 000

But again, I'm not a security expert, this is just the way I thought it should be setup. So if there are any people that know more about permissions than me, feel free to let me know where I'm wrong at.

Restored from old drupal forum, for user uid:4185 username:ingram
You may reset your password to access your new account here.

Print this item


Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping