VietHak Team

Fruit PSD
Posted by: Prints_Artes 5-07-2011 in Webmaster Club » Open Source

Fruit PSD

Fruit PSD
4 PSD | 3751 x 5641 | layers are disabled | 256 Mb


Download Now
Frame - Dandelion Gold
Posted by: Prints_Artes 5-07-2011 in Webmaster Club » Open Source

Frame - Dandelion Gold

Frame - Dandelion Gold
PSD | 2250 x 3000 | 300 dpi | 37.6 Mb


Download Now
ModelRight Professional v3.5.0.45
Posted by: hanguyen 6-05-2010 in Webmaster Club » Open Source

ModelRight Professional v3.5.0.45
ModelRight Professional v3.5.0.45 | 38.58 MB


Download Now
DB Solo v3.8.1 for Linux
Posted by: hanguyen 7-04-2010 in Webmaster Club » Open Source

DB Solo v3.8.1 for Linux
Linux software | DB Solo v3.8.1 | 46.2 MB



DB Solo - The SQL Query Tool is a powerful yet affordable cross-platform database development and management tool for both developers and DBAs. With its rich feature set, it is comparable to tools that are orders of magnitude more expensive. DB Solo has an intuitive user interface that allows you to explore and manage your database objects as well as execute your own ad-hoc SQL queries. DB Solo supports most major operating systems and DBMS products available today.

What's new in v3.8.1:

* Data Compare tool can now select unique constraint
columns automatically when no PK is present
* Added 'OS User' column to the Oracle sessions view
* Bug fixes

Download from Hotfile


Download Now
Very High Cost PHP 33 Scripts
Posted by: hanguyen 28-03-2010 in Webmaster Club » Open Source

Very High Cost PHP 33 Scripts
Very High Cost PHP 33 Scripts | 13.5 Mb


Scripts List
AdRevenue
Auto Gallery SQL v2.1.0b
AutoGallery Pro v2.0.0b
Autolinks Pro v2.0
AutoRank Pro v4.0.0
Calendar Now Pro v 2.0
ClickSee AdNow v2.2.7
DeskPRO Enterprise v2.0.1
Devil TGP v2.9
DigiShop 2.0.2
Done Right Bid Search Engine v2.0
e-Classifieds v4.1.2 Photo Edition
faqmaster.zip
ImageFolio Commerce v1.0
Magic News Plus v1.0.2
Mojopersonals
Nephp Publisher Enterprise 3.0.4
NewsPHP v1.05
Payment Gateway v1.04
Photopost Php Pro v4.6.5
PhotoPost v3.1
PHP Live Helper
PhpAuction PRO Plus v1.0
phpListPro v1.80
phpwebnews v1.0
pMachine v2.3 pro
SmartSearch v4.20
Stardevelop Livehelp v2.0
SunShop v2.9
webDate v1.1.2
WebEdit Professional v4.0
X-affiliate v3.5.6 module for x-cart v3.5.6
X-Cart 3.5.6 gold php mysql shopping cart

Download links:


Download Now
RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 update 19/03/2010
Posted by: sharefree 19-03-2010 in Webmaster Club » Open Source

RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 update 19/03/2010
RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 update 19/03/2010


Download Now
How to calculate the difference between two dates (and times) using Php II
Posted by: sharefree 18-03-2010 in Webmaster Club » Open Source

Calculate Date Difference - Option 4
If you do not want or you cannot use Zend Framework or Pear package try this:
function dateDifference($date1, $date2)
{
    $d1 = (is_string($date1) ? strtotime($date1) : $date1);
    $d2 = (is_string($date2) ? strtotime($date2) : $date2);

    $diff_secs = abs($d1 - $d2);
    $base_year = min(date("Y", $d1), date("Y", $d2));

    $diff = mktime(0, 0, $diff_secs, 1, 1, $base_year);

    return array
    (
        "years"                 => abs(substr(date('Ymd', $d1) - date('Ymd', $d2), 0, -4)),
        "months_total"  => (date("Y", $diff) - $base_year) * 12 + date("n", $diff) - 1,
        "months"                => date("n", $diff) - 1,
        "days_total"    => floor($diff_secs / (3600 * 24)),
        "days"                  => date("j", $diff) - 1,
        "hours_total"   => floor($diff_secs / 3600),
        "hours"                 => date("G", $diff),
        "minutes_total" => floor($diff_secs / 60),
        "minutes"               => (int) date("i", $diff),
        "seconds_total" => $diff_secs,
        "seconds"               => (int) date("s", $diff)
    );
}


Download Now
How to calculate the difference between two dates (and times) using Php I
Posted by: sharefree 18-03-2010 in Webmaster Club » Open Source

Calculate Date Difference - Option 1
<?php  
    $dateDiff    = $date1 - $date2;  
    $fullDays    = floor($dateDiff/(60*60*24));  
    $fullHours   = floor(($dateDiff-($fullDays*60*60*24))/(60*60));  
    $fullMinutes = floor(($dateDiff-($fullDays*60*60*24)-($fullHours*60*60))/60);    
    echo "Differernce is $fullDays days, $fullHours hours and $fullMinutes minutes.";  
?>

"If you want to get the difference between to dates or time values, then you first need to get the values in the same format. The best way is to convert both dates into Unix timestamp format. In this case the date and time information is stored as an integer so we can calculate the difference easily."


Download Now
RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 Updated 06/03/2010
Posted by: sharefree 6-03-2010 in Webmaster Club » Open Source

RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 Updated 06/03/2010


RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 Updated 06/03/2010


Download Now
RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 Updated 10/01/2010
Posted by: churongcon 10-01-2010 in Webmaster Club » Open Source

RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 Updated 10/01/2010
RapidLeech PlugMod (eqbal) rev. 42 Pre-Release t2 Updated 10/01/2010


Download Now

2008-2011 (C) VietHak Team | Privacy Policy | DMCA Information | Rules | Feedback | RSS