Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 6,055
» Latest member: Na3ePrior
» Forum threads: 1,045
» Forum posts: 1,166
Full Statistics
|
Latest Threads |
How To Edit The Login Pag...
Forum: Ehcp HowTos
Last Post: shali012
09-05-2025, 02:37 PM
» Replies: 5
» Views: 10
|
Change DNS to new hosting
Forum: Ehcp HowTos
Last Post: Lavillsauro
08-27-2025, 04:22 AM
» Replies: 4
» Views: 20
|
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: Lavillsauro
08-27-2025, 04:21 AM
» Replies: 57
» Views: 76,043
|
attackers or hackers that...
Forum: Ehcp HowTos
Last Post: Lavillsauro
08-21-2025, 11:46 AM
» Replies: 2
» Views: 14
|
I want install amavis on ...
Forum: Ehcp HowTos
Last Post: Lavillsauro
08-20-2025, 04:30 PM
» Replies: 7
» Views: 15
|
run ehcp on rasperry pi
Forum: Ehcp HowTos
Last Post: Lavillsauro
08-20-2025, 05:49 AM
» Replies: 2
» Views: 14
|
Error & Fix: (Errcode:28)
Forum: Ehcp HowTos
Last Post: Lavillsauro
08-19-2025, 05:50 AM
» Replies: 3
» Views: 10
|
www.data
Forum: Ehcp HowTos
Last Post: Lavillsauro
08-08-2025, 12:09 AM
» Replies: 2
» Views: 7
|
Error & Fix: (Errcode:28)
Forum: Ehcp HowTos
Last Post: Lavillsauro
07-25-2025, 11:41 AM
» Replies: 4
» Views: 24
|
Error & Fix: (Errcode:28)
Forum: Ehcp HowTos
Last Post: Lavillsauro
06-22-2025, 12:36 AM
» Replies: 2
» Views: 6
|
|
|
install chromium in Ubuntu |
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: Ubuntu Topics
- Replies (1)
|
 |
chromium is not exactly same as google chrome.
google chrome is based on chromium, and has many improvements above chromium.
Chromium lacks many user interface and many things.. such as password dialog, options and all menus...
anyway, chromium can be installed in Ubuntu easily as:
apt-get install chromium-browser
i did it, no much download,
and i post this item from within chromium.
Very fast, crashes sometime, but recovers upon re-open..
I am using and testing now... see you.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
PHP Error |
Posted by: beenfishing - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (2)
|
 |
Hi
Does anybody know why this mail gets sent to my root account every 30 minutes?
PHP Warning: Module 'mysql' already loaded in Unknown on line 0
Restored from old drupal forum, for user uid:3328 username:beenfishing
You may reset your password to access your new account here.
|
|
|
Bandwidth |
Posted by: beenfishing - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (3)
|
 |
Good Day
I am hosting mail and a couple websites on my server using ehcp.
One of my clients has a downloadable pdf on the website which is using all my outgoing bandwidth to a point where mail is just queuing up and websites are loading very slowly.
Is there a way to throttle this website or websites in general on ehcp.
Please, any advice would be much appreciated as my other clients are starting to get very upset.
Thanks
Restored from old drupal forum, for user uid:3328 username:beenfishing
You may reset your password to access your new account here.
|
|
|
Interface 'Iterator' not found error, php bug. |
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
 |
English below.
--
Eğer php programınız,
Interface 'Iterator' not found
hatası vererek kapanıyorsa,
ozaman php'niz Türkçe ayarlarıyla çalışırken büyük I harfi içeren fonksiyonları okuyamıyor demektir. bu konudaki php bug'ı şu: https://bugs.php.net/bug.php?id=18556
Bu bug, ne hikmetse 2002 yılından beri düzeltilmemiş.
Tek çıkış yolu, ilgili php/apache init scriptinin içine şunu yazmak:
export LOCALE=en_US.UTF-8
export LANG=en_US.UTF-8
bunu yazıp, /etc/init.d/php5-fpm restart
demek.
böyle yazınca bende çalıştı.. başka biçok şey denedim, olmadı, bu oldu.
English:
if you have error "Interface 'Iterator' not found error", then, most probably you are using Turkish locale and php has a bug related to this.
the only solution that I found is:
put following into init.d/startup scripts of related programs, php or apache.
export LOCALE=en_US.UTF-8
export LANG=en_US.UTF-8
at start of it.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
python format strings |
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
 |
# format % 2
%d : '2'
%5d : ' 2'
%-5d : '2 '
%05d : '00002'
%.2e : '2.00e+000'
%.2f : '2.00'
%s : string, applying str()
%-20s : left-adjust
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
Creating Server Based Programs |
Posted by: ehcpuser - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (5)
|
 |
Alright so here is the situation. I want to create my own ubuntu based daemon, as you did with ehcp. I am ging to make it a php application on a web server. What did you do to allow ehcp to run on a Ubuntu? What language did you make ehcp daemon out of? I know it's not just PHP, or it wouldn't install on the server. I posted what I wanted to make here.
http://ubuntuforums.org/showthread.php?p=8712689&posted=1#post8712689
Help would be appreciated.
Restored from old drupal forum, for user uid:2687 username:ehcpuser
You may reset your password to access your new account here.
|
|
|
|