Developers Blog
Monday, 01 November 2010 14:42

-make sure account has a dedicated ip

-from cpanel  generate key for the domain name

-from cpanel generate CSR with company info to appear in ssl

-copy CSR and keep it in memory to paste into the order form

-goto ssl order form , order regular ssl fill in your own contact then paste the CSR into appropriate area

-make sure that the email accounts are created so that you can confirm the account and recieve the cert

-once you recieve the cert install it from cpanel.

-goto whm and install it from there by typing the web account and then submit

Tuesday, 12 October 2010 19:59
<?php
  //  random row mysql query example
  $sql = "SELECT * FROM tablename
          WHERE somefield='something'
          ORDER BY RAND() LIMIT 5";

  //  or, something like this
  $sql = "SELECT * FROM tablename
          ORDER BY RAND()";
?>


 
Tuesday, 12 October 2010 19:54

The first thing you'll need to do is make sure you have the ZZIPlib library installed. If you have WHM, goto the Apache Build page, and just build apache with the "Zip" checkbox checked. That simple.

<?php
$zip = zip_open("zip.zip");
if ($zip) {
  while ($zip_entry = zip_read($zip)) {
    $fp = fopen("zip/".zip_entry_name($zip_entry), "w");
    if (zip_entry_open($zip, $zip_entry, "r")) {
      $buf = zip_entry_read($zip_entry, zip_entry_filesize($zip_entry));
      fwrite($fp,"$buf");
      zip_entry_close($zip_entry);
      fclose($fp);
    }
  }
  zip_close($zip);
}
?>
Thursday, 01 April 2010 21:12
ok so first we need to edit common.php and add
if (strpos($line, "{LNG}") !== false) $line=str_replace("{LNG}", $_SESSION['s_lang'], $line);
once this is done we simply add a
 
and style in your style sheet #logoen and #logofr
Monday, 29 March 2010 19:55
Lime Survey .
Free open source suveying tool. has a very small learning curve but very easy to install and great documentation.
www.limesurvey.org
Monday, 29 March 2010 17:27

I have not tried this one out yet but it does seem very promissing. Many people have left some great reviews. Althought they ask for the code not to be changed or redistributed , so im not sure how this falls into the open source category. hopefully they will change that soon and i can look at the code and see if we can integrate it into other things.

Here is a list of features it has
Advertisement Addon
Turn orders on/off
Turn instant activation on/off
Admin Levels (Root, full and limited)
Root admins choose what limited admins can access
Private Messaging
User Control Panel
Newsletter Manager
Email Templates
Admin Notes
Latest Script News
Order Statistics
IP Whois
List Accounts
Orders Management
PHP Info Page
WYSIWYG Editor
Signup Statistics
Search Orders
Forgot Password
Remember Me option
MD5 Encrypted Password
IP Banning
IP Orders
IP Restriction
Script Details
Signup Keys
Used Signup Keys
Package Management
Domain Management
User Admins Management
Suspend/Unsuspend Accounts
Send Emails
Support Request
Configuration Page
Email Configuration Page
TOS Configuration Page
View/Delete Logs

www.fhm-script.com