Go Back   Webmaster Malaysia Forum » Website Design & Development » Websites Review and Suggestion

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 29-01-2004, 12:21 AM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
keluar kod?

http://www.goldencash.net/index.php?fa=public.order_now

<?php
function get_microtime(){
list($usec, $sec) = explode(" ",microtime());
return ((float)$usec + (float)$sec);
}
$timestart=get_microtime();

if (isset($_GET["fa"])) $_GET["fuseaction"] = $_GET["fa"];
if (isset($_POST["fa"])) $_POST["fuseaction"] = $_POST["fa"];

$ag_app=array();
include('sw_config.php');

if (!function_exists('minVer')) {
function minVer( $vercheck ) {
$minver = preg_replace("%\.%", "", $vercheck);
$curver = preg_replace("%\.%", "", phpversion());
if ($curver < $minver) {
return false;
} else {
return true;
}
}
}

//require the core FuseBox
if (minVer("4.1.0")) {
require($ag_app['engine_path']."fusebox/fbx_Fusebox3.0_PHP4.1.x.php");
} elseif (minVer("4.0.6")) {
require($ag_app['engine_path']."fusebox/fbx_Fusebox3.0_PHP4.0.6.php");
} else {
print "Please manually select the correct core Fusebox file for your server.";
}

$timeend=get_microtime();
//echo '<div align=center><br>Total Time Taken (Seconds):';
//echo $timeend-$timestart;
//echo '</div>';
?>
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +8. The time now is 12:36 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61