Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Error & Fix: (Errcode:28)
Forum: Ehcp HowTos
Last Post: Lavillsauro
05-05-2025, 10:32 PM
» Replies: 2
» Views: 17
|
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: Lavillsauro
05-05-2025, 10:31 PM
» Replies: 36
» Views: 65,195
|
Error & Fix: (Errcode:28)
Forum: Ehcp HowTos
Last Post: Lavillsauro
04-16-2025, 09:35 AM
» Replies: 2
» Views: 8
|
Install memcached
Forum: Ehcp HowTos
Last Post: Lavillsauro
04-14-2025, 11:55 PM
» Replies: 2
» Views: 10
|
I want install amavis on ...
Forum: Ehcp HowTos
Last Post: Lavillsauro
03-29-2025, 05:03 AM
» Replies: 6
» Views: 10
|
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: 68
|
EHCP auto startup nginx i...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 3
|
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: 4
|
|
|
How to chane -- 1.sayfa (1-10. kaytlar aras) listeleniyor.(her sayfada 10 satr) |
Posted by: Mazlan Bin Ayop - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- Replies (1)
|
 |
Hi,
How can i change the record navgation in the listing below
to English, please help me
ipti.edu.my domain email user List: :
email quota domainname
irwan@ipti.edu.my 10000000 ipti.edu.my
drsalwa@ipti.edu.my 10000000 ipti.edu.my
zan@ipti.edu.my 10000000 ipti.edu.my
kriss@ipti.edu.my 10000000 ipti.edu.my
ikin@ipti.edu.my 10000000 ipti.edu.my
manaf@ipti.edu.my 10000000 ipti.edu.my
myka@ipti.edu.my 10000000 ipti.edu.my
roz@ipti.edu.my 10000000 ipti.edu.my
kakrah@ipti.edu.my 10000000 ipti.edu.my
syafiq@ipti.edu.my 10000000 ipti.edu.my
1.sayfa (1-10. kaytlar aras) listeleniyor.(her sayfada 10 satr)
<< < > >>
Sayfalar:1 2 3 4 5 6 7 Record Count:67
Thanks
Restored from old drupal forum, for user uid:196 username:Mazlan Bin Ayop
You may reset your password to access your new account here.
|
|
|
Networking Guide for EHCP |
Posted by: BlackFire Predsident - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- No Replies
|
 |
Hello,
This guide is for new users of Ehcp and some networking.
Since i run Ubuntu on my server.
It's based on Ubuntu.
Although some other Linux Distro's will have alternative names.
This guide will show you how to do.
1. Basic Port Fowarding.
2. DNS Setup.
3. FTP Setup.
4. Website Setup.
5. MySQL Setup.
*This guide is also located in the Paid Support website of Ehcp.*
Read the new's for the link.
1. Port Fowarding.
Depending on what you use for internet you will have to do this to actually find your Routers Admin link.
Windows Users
Open up Run and type cmd
Type ipconfig/all
Find Default Gateway.
It ussually is 192.xxx.x.x
Now Type that in your browser.
Login with your Username and password.
Default is no user, password admin (Best to change that)
Now Every Router Web INF is different.
For LinkSys it's under Applications & Gaming Port Range Fowarding.
Most other Routers will have simular but different named of Settings.
Your best bet is reading the documentation of the router. Or you can look at all of the pages for it.
It's ussually a bunch of text boxes 2 per row.
Ok got it?
Good!
Now for Text box 1 (The one on your left)
type in port 80 (default web setup for Ehcp) And i would suggest ending it at port 81 It can go higher then this though.
You also need to open up these ports for Remote MySQL, FTP, and other Webserver access.
Mysql's port is 3306
By Default Mysql does not allow Remote access we will set that up later!
FTP's port is 21 by default.
Check if your sever is working by finding your external ip address.
I would suggest ipchicken.com
Then enter that type your ip into the web address bar. If all done correctly you should see your ehcp web panel.
===========================
2. DNS Setup.
Now I will be doing this setup the easy way.
All you really need to do is.
If you have a exiting domain you wish to use.
Use this service.
DNSEXIT.COM make a account and add your domain. Then enter in your External ip address found from ipchicken.
If you do not have a domain or do not wish to use one.
Use this Service.
DynDns.com
It's free and you can use a subdomain under another registered domain listed. Just make your domain and ur set! They detect your ip and enter it in for you.
To add other user's domains you may have to setup Bind9 or manually add there domains on these hosts.
The User and you have to add the DNS host's nameserver if you already have a domain.
===========================
3. FTP Setup
This does require installing
Login as root.
# apt-get install vsftpd
Choose standard.
Follow the on screen instructions.
Should auto start this program when complated.
If not enter in
# /etc/init.d/vsftpd (restart,stop or start)
Now go into ehcp admin.
http://YOURIP:80
Login and click FTP.
Create a new user. with password.
Open up any FTP cilent.
Login with those details.
Webserver is YOURIP and port 21.
If you get permisson errors.
You may have to edit your config file.
Use command.
# nano /etc/vsftpd/vsftpd.conf
To add approvel for users manually.
# nano /etc/vsftpd.ftpusers
Enter in anything else that might need ajustments.
It's pretty simple though.
=====================
4. Webserver settings.
1. # apt-get install apache2
2. # useradd -d /home/www r -m www
sudo passwd 123456
3. # mkdir /home/www/ If not auto added.
4. Add whatever directorys you might want with mkdir then use.
chown -www /home/www/examplefolder & chmod 775 /home/www/examplefolder/
5. # nano /etc/apache2/sites-available/default
In the config of that file.
Change your Directives to the folder's you made in WWW.
Make sure you also have added these Directives in FTP as well.
Upload a index.html file to test it.
Now view your website!
http://YOURIP/X/index.html
X=Folder of where index.html is contained.
It wont show up if you put it in the root of the website.
Since Ehcp has port 80.
========================
5. MySQL setup.
To install mysql
# apt-get install mysql-server mysql-client
the client is if you want to use mysql admin on the terminal or command line.
To Allow Remote access.
# nano /etc/mysql/my.cnf
Find the BIND-ADDRESS =127.0.0.1 line.
and Comment that out. by deleting the #.
To setup your ROOT password for MySQL.
#mysqladmin -u root password your-new-password
To login via Terminal.
# mysql -u "Usernamehere" -p
Enter in the password we made before.
create a new database.
# createdatabase example;
To allow Permisson of database to user.
grant CREATE,INSERT,DELETE,UPDATE,SELECT,DROP on example.* to IDENTIFIED BY '123456';
Edit if Needed.
So now you should have the database running and you can install any sort of scripts.
You can also use Ehcp's web interface to do PHPMyadmin *If installed*
Or to add and drop databases and users.
===========================
I hope i helped you today! If you have any questions. Just go to the paid
|
|
|
ehcp new features with new versions |
Posted by: ehcpdeveloper - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- No Replies
|
 |
I have many news....
after 6 new releases,
ehcp ver 0.28 released now...
New features as of ver 0.28:
* More Easy Script Installs - May be added by admin - 18 scripts now:
cms- joomla - 1.5.4
phpbb Forum script-3.02-tr
cms - drupal 6.6
CMS - xoops 2.0.18.1
netoffice Online Project Management
phpmyadmin 3.0
blog - b2evolution 2.4.5
cms - wordpress
phpfreechat
cms - modx
cms - e107
cms - tikiwikicms - Huge !
osCommerce
Gallery - Coppermine
cms - cmsmadesimple
cms - e-xoops
cms - MemHT 4.01
Mediawiki 1.13.2
ecommerce - Magento ..
(With this feature, you may install these scripts to your server/domains easily..
You may suggest other scripts for inclusion here.. as reply, or contact us. .)
* Server Backup Restore improved
* templates improved
* Mail user login&change self pass
* Mysql add db to same dbuser
* Easy Redirect domain to another domain/url
* Webstats - Webalizer
* Login for server admin, reseller, domain admin, mail user,
* Able to use separate mysql server for users- Intro to multi-server ControlPanel
new features as of ver 0.27:
new features:
* Easy Script installs (one-click installs)
* custom http
* custom dns
* subdomains
* password protected domains
* email forwardings
* domain transfer to another user
* webftp (net2ftp)
* multiple templates
* security, installer improved
Existing features:
* Mangement of :domains, dns, email, ftp, mysql, phpmyadmin, webmail (squirrelmail), resellers, panelusers,
* Opensource, GPL, full php, object oriented, modular, easily modifiable/extendable design..
* server backup/restore,
* Different Menus for Server Admin, Reseller, domain admin
How you can help/support:
more....
Turkce:
Bu bir hosting kontrol panelidir. beta aşamasında. Buna rağmen kullanan production sistemler var..
Daha fazla bilgi: www.ehcp.net
yeni ozellikler:
* tıkla web tabanlı program kur, joomla v.b.
* özel http, dns, subdomains,
* şifre korumalı dizinler
* email yönlendirmeler,
* hosting in başkasına transferi,
* webftp
* şablon/template desteği.
Varolan özellikleri:
* Bunların yönetimi:domains, dns, email, ftp, mysql, phpmyadmin, webmail (squirrelmail), resellers, panelusers,
* Açıkkaynak, beleş, Opensource, GPL, full php, object oriented, modular, easily modifiable/extendable design.
* server backup/restore,
* Herbiri için ayrı menüler: Server Admin, Reseller, domain admin
Sory for Turkish/English mixture,
English:
if you wish to support ehcp, you may do by means of providing the following, whichever you can:
1- Server
2- Virtual Server, vps,
3- Reseller Account for hosting
4- Hosting Account
5- Coding, programming support
6- html design support
7- Advertise support
8- Testing support, bug-report
9- Donate to ehcp (look here)
10- Suggest new features,
and so on..
Turkce:
ehcp'ye destek olmak isterseniz, imkanlarınız olcusunde
aşağıdakilerden birini veya birkacini saglayabilirsiniz:
1- Sunucu,
2- Sanal sunucu, vps,
3- Reseller hesabı
4- Hosting
5- Kodlama Desteği
6- Html tasarım desteği
7- Tanıtım Desteği
8- Test etme
9- ehcp ye bagis (look here)
10- yeni ozellikler onerin...
v.b...
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
mysql tables are not displayed in panel view |
Posted by: cbex - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- Replies (3)
|
 |
Hello,<br /><br />The mysql tables are not displayed in the panel view. For example:<br /><br />"this is banner.. you may write here somthing using server settings <br /> <br />Domain List: <br />id reseller panelusername domainname status comment <br /> Record Count:2"<br /><br />Do you have any suggestions to fix this? EHCP is on a new installation of Debian Lenny.<br /><br />Thanks,<br />Colin.
Restored from old drupal forum, for user uid:207 username:cbex
You may reset your password to access your new account here.
|
|
|
updating Easy Install Scripts - Adding more scripts |
Posted by: ehcpdeveloper - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- No Replies
|
 |
Mail:
> Hi bvidinli, I appreciate your work in EHCP. This is really a good piece of
> work. But, how do I add an easy install script further in that panel.
> Currently there are only two scripts listed available.
>
>
> Regards,
Yeah,
what you see is just a preview.
in next versions of ehcp, you will find many easy-install scripts...
To add yourself,
you should just add script url info to ehcp db->table scripts...
go to phpmyadmin,
go to ehcp db
go to scripts table,
click insert..
enter following:
scriptname : any name you wish,
filetype: directurl
fileinfo: url of script to install, for example http://sourceforge.org/download/youscript.tgz
scriptdirtocopy: this may be empty or, the httpdocs directory of script... some scripts are put in an htdocs directory, somes do not... you just test and see. you may examin other rows in this table..
And alternatively, you may update your scripts table by:
go to http://www.ehcp.net/scriptsupdate.sql
copy contents,
go to your phpmyadmin-> ehcp db -> SQL
Paste there,
run sql,
your scripts table are updated..
if you find usefull scripts, please send me too or write to ehcp Forums... so everybody can use that...
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
yerel ağdaki diğer bilgisayarların yerel ağdaki sunucuyu görmeleri |
Posted by: ehcpdeveloper - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- No Replies
|
 |
bir de bu sorularınızı forumdan sorarsanız daha iyi olur...
25 Eylül 2008 Perşembe 12:16 tarihinde bvidinli <bvidinli@gmail.com> yazdı:
> toplu yedek icin,
> old menu'ye gecin.
>
> sag altta server backup var.
> ona tıklayınca backup baslıyor..
> birkaç dakka içinde bitiyor.
> yedekleri /root/backups dizinine atıyor.. ordan kendiniz alabilirsiniz.
>
> aynı şekilde sağ alttan server restore yapabiliyorsunuz..
>
> localdeki notebook olayı da msnde anlattıgım gibi,
> şu üç adımı yaparsanız, sorunsuz diğer bilgisayarlardan baglanırsınız,
> ben de aynı şekilde bağlanıyorum:
> 1- ehcp settings -> This machine is used for Desktop access too
> (Update hosts file with domains) işaretlenecek
> 2- sunucuda /etc/hosts dosyasındaki domainlerin olduğu satırı alın,
> 3- o satırı diğer makinelerin windows ise:
> c:\windows\system32\drivers\etc\hosts dosyasına,
> linux ise /etc/hosts dosyasına yazın,
> artık diğer makineler sizin localdeki sunucunuzu ve domainlerinizi görür.
>
> selamlar.
>
>
> 23 Eylül 2008 Salı 14:49 tarihinde ali naci tun <tun.alinaci@gmail.com> yazdı:
>> merhaba
>> Ramazanın gelişiyle insanlarda bir tembellik oluyor...Ya da bende öyle
>> Şu ana kadar ehcp ile yaşadığım bir sorun yok
>> sadece webmail de parola değişikliği soruluyor. Hızlı ve SQL i hiç kasmıyor
>> diğer hostlarda genelde sql de bi yığın sorunla karşılaşıoyordum. Sorunum
>> bnutu ile ilgili ayrı monütör kulanmama rağmen safe mod da kuruluyor
>> herhangi bir update de ekrana iç içe geçmiş şekiller var bu u ana kadar
>> çözülememiş bir sorun tüm forum sitelerine bakıyorum sorun çözülmemiş
>> Herkesteyapmıyor
>> EHCP de toplu yedek sistemi ni çözemedim bazan gerekli oluyor.
>> Bİr deağa bağlı makinalarıon sadece desktop olanında yani host bilgilerim
>> olaında sitelerim çalışıyor. Diğerlerinde yok. Şuradan gerekli oldu laptop
>> bilgisayarımı bağlayıp çalışmak istiyorum
>> vhost dizininde ytapmam gerekn i söylerseniz asnırım çözerim
>> iyi çalışmalar çok teşekkürler...
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
Postfix auth.. |
Posted by: Erik Assunção - 04-14-2023, 10:07 PM - Forum: Ehcp General, uncategorized yet
- Replies (2)
|
 |
Can I enable the authentification on postfix server?
I'm sending emails, but they dont arrive.
It is easy to do?
I use Ubuntu 8.04 Server.
Tks
Restored from old drupal forum, for user uid:200 username:Erik Assunção
You may reset your password to access your new account here.
|
|
|
|