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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,015
» Latest member: Raymondfroky
» 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: 52,821
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

 
  Bonuses and Online Pokies
Posted by: Sandrine - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (1)

The trend of playing pokies at the traditional clubs has been changing, now people like to play the same games at their home through online pokies websites. There are numerous reasons behind this change and one basic reason is the bonuses which are available to the online pokies account holders. These bonuses are available on signing up the account as well as playing the games on it. You can win bonus from $500 to $1,000 from the website of some casinos. However, just like any other business, there are some conditions involved with such type of bonuses. So, before clicking on the accept button you should also go through the terms and conditions page to make sure what are you accepting.
There are two types of bonuses available at the signing up of the account and these are No Deposit and Deposit Matching bonuses. Detail of both of these bonuses is described below;
No Deposit Bonus
In this type of account, the website deposits the amount of bonus in your <a href="http://onlinepokies777.com.au/casino-online">casino online</a> account without asking you to deposit any amount in your account. In this way you can enjoy the luxury of playing with the money of the website. However, obviously they cannot allow you to withdraw this amount from your online pokies account.
Deposit Matching Bonus
This is the second type of account in which bonus is not transferred to your account unless you also make a deposit in it. They contingent the amount of bonus with the amount of initial deposit in your online pokies account with a certain upper limit. For example, if you would deposit $1000 in your account you would get a free bonus of the same worth. As previously mentioned, you cannot withdraw this amount from your account due to wagering agreements.
Wagering Requirements
As we have already discussed about the hidden terms and conditions. One of such terms is the wagering requirement. For example, if your website says that the wagering requirement is 5, it means you have to have at least $500 to withdraw $100 from your online pokies account.

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

Print this item

  Upgrade to 0.30.9
Posted by: swg1cor14 - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (1)

Most of the forum posts are for upgrading from back before the new folder structure. So what is the easiest step by step instructions to upgrade these newer releases?

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

Print this item

  Problem upgradiong
Posted by: dtpro - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (5)

I get a error when i try to upgrade:

root@server:/# ./upgrade_to_yeni.sh
-bash: ./upgrade_to_yeni.sh: Permission denied

Do you know what the problem can be?

David

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

Print this item

  ugrading
Posted by: sale972 - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (3)

hello,

I installed a 0.29.15.4. could you pls send me full info step by step how to upgrade to last version?

and

how I can upgrade php, apache and mysql if i want to use last versions?

best regards

Nedja

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

Print this item

  password generator
Posted by: lamzaks - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (2)

First of all I want to tel that I`m not good at English so here may be some mistakes.. Smile

so I added password generator. How? here will be some notes:

Version: 0.29.13

in file <code>/var/www/vhosts/ehcp/config/dbutil.php</code>
about line #3466 find <code>case 'password':</code>
replace that with:
<code>
case 'password':
$res.="\n<td>
<script>
var keylist='abcdefghijklmnopqrstuvwxyz123456789'
var temp=''
function generatepass(){
temp=''
for (i=0;i<8;i++)
temp+=keylist.charAt(Math.floor(Math.random()*keylist.length))
return temp
}
function populateform$alanadi$alantipi(enterlength){
$('#$alanadi').val(generatepass(enterlength));
$('#$alanadi$alantipi').val(generatepass(enterlength));
}
</script>

<form name=\"pgenerate\">
<input id='$alanadi' type='$alantipi' name=$alanadi value='$varsayilan'>
<input type=\"button\" value=\"Generate Password\" onClick=\"populateform$alanadi$alantipi()\">
<input id='$alanadi$alantipi'><br />
</form>
";
$res.="</td>\n";
break;
</code>

if You want to add special symbols add them in linde
<code>
var keylist='abcdefghijklmnopqrstuvwxyz123456789'
</code>
password length is set with number <strong>8</strong>. edit line

And this is it Smile
it works form me Smile
<code>for (i=0;i<8;i++)</code>

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

Print this item

  problems loading new ehcp by command line
Posted by: chrisbmo2000 - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (4)

Ok im having a problem installing the new ehcp. when i run the above "wget" line I get the error as follows: wget: invalid option -- 'z'
Usage: wget [OPTION]... [URL]...

Am I doing something wrong?

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

Print this item

  phpmyadmin
Posted by: cameron - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (4)

i just installed the latest ehcp by coping the ehcp folder (without config.php) to my old ehcp folder and it seems everything is working but phpmyadmin is not opening and showing the blank page. please help me how to solve this problem,

thanks,

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

Print this item

  release date 0.29.13?
Posted by: budgierless - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (4)

any idea when we may expect that udpdate?

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

Print this item

  Backup and restore problem
Posted by: si458 - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (2)

hiya,

i was using ubuntu 8.10 and it was amazing but i had a few problems

i needed to install mod_security and other php extensions which were only available for ubuntu 9.04

so i desided to upgrade my server a little,

i backuped everything from within the ehcp control panel (USING BACKUP SECTION OF CONTOL PANEL) AND also from within phpmyadmin (using export as .sql) AND using mysqldump -p --all-databases> databases.sql

so i have 1 or 2 backups of my server,

i then reformatted my server and installed ubuntu 9.04 and ehcp
i setup the server how it was setup last time just with version 9.04 instead of 8.10

and then i went into the restore panel in EHCP and clicked restore and entered the file and it then restored it woo!!!

but when the page refreshed it had lots and lots of errors all over the page

it was errors like CANNOT CONNECT TO MYSQL!!!, ACCESS DENIED TO MYSQL, www-data access DENIED ALSORTS

what am i doing wrong here?

cheers
SASmith
Simon Smith
Administrator of Zeplin.co.uk


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

Print this item

  Upgrading to the latest version
Posted by: itadem - 04-14-2023, 10:13 PM - Forum: Ehcp Upgrades - Replies (4)

I tried to upgrade ehcp panel from 29.09 to the latest one, everything worked i could access the panel and also the websites worked perfectly. But when i rebooted the server everything stooped (only emails were functioning). No websites and no ehcp panel worked.

Now I have restored my backup to 29.09 which is working, any idea how to fix this problem ? as i would like to upgrade to the latest version.

Kindest Regards
Jean Paul Medati
http://www.d-3d.com


Restored from old drupal forum, for user uid:2764 username:itadem
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