|
|
All accounts come with this list of features - so check it all the FREE OPTIONS!! (CPANEL control panel included)
|
All accounts come with these FREE features
Blogs:
b2evolution (1.10.2)
Nucleus (3.32)
WordPress (2.5)
Portals/CMS:
Drupal (6.1)
Geeklog (1.4.1)
Joomla 1.5 (1.5.2)
Joomla (1.0.15)
Mambo Open Source (4.6.3)
PHP-Nuke (7.9)
phpWCMS (1.1-RC4 Rev. A)
phpWebSite (0.10.2)
Post-Nuke (0.764)
Siteframe (3.2.3)
Typo3 (4.1.5)
Xoops (2.0.18.1)
Customer Support:
Crafty Syntax Live Help (2.14.6)
Help Center Live (2.1.4)
osTicket (1.3.1)
PerlDesk (4.012.2) (Commercial, needs license)
PHP Support Tickets (1.9)
Support Logic Helpdesk (1.2)
Support Services Manager (1.0b)
Discussion Boards:
phpBB (3.0.0)
SMF (1.1.4)
E-Commerce:
CubeCart (3.0.17)
OS Commerce (2.2 Release Candidate 2a + buySAFE)
Zen Cart (1.3.8a)
FAQ:
FAQMasterFlex (1.51)
|
Hosting Billing:
AccountLab Plus (2.8 r14) (Commercial, needs license)
phpCOIN (1.4.1)
Image Galleries:
4images Gallery (1.7.6)
Coppermine Photo Gallery (1.4.16)
Gallery (2.2.4)
Mailing List:
PHPlist (2.10.5)
Polls and Surveys:
Advanced Poll (2.03)
phpESP (1.8.2)
PHPSurveyor (1.0)
Project Management:
PHProjekt (5.2.2)
dotProject (2.1.1)
Site Builders:
Soholaunch Pro Edition (4.9.1 r10) (Commercial, needs license)
Templates Express
Wiki:
PhpWiki (1.2.11)
TikiWiki (1.9.10.1)
Other Scripts:
Dew-NewPHPLinks (2.0.1.0b SEF w/Thumbshots)
Moodle (1.9)
Noah’s Classifieds (1.3 [Patched-1])
Open-Realty (2.4.4)
phpAdsNew (2.0.11-pr1)
PHPauction (3.2)
phpFormGenerator (2.09c)
WebCalendar (1.0.5) |
CPANEL control panel, Spam Assaassin, unlimited email forwarding and autoresponders, frontpage extensions, webalyzer web stats, Squirrel web mail and two other kinds, web file manager, disk usage reporter, free backups, unlimited password protected directories, custom error pages, unlimited redirects, raw access logs, free search engine submission to 6 engines, free chat room, free php mychat, free bulletin board (phpbb), cgi center (includes formmail - simple and advanced guestbook - counter - clock - entropy search engine and banner rotater), scripts library, Agora shopping cart and networking tools, free ecommerce with OSCOMMERCE, free content management by mambo, free Coppermine photo gallery, free wiki / blogs and much more as we are adding services monthy!
If you have any special hosting requests, feel free to contact us with your special requests.
We cater to United States hosting clients as well as Canadian hosting and Canada. We host sites in Vancouver, Toronto, Calgary, Edmonton, Saskatchewan, Winnipeg, Ontario and all parts of the United States. We have very fast webhosting servers with great options.
|
|
|
Vancouver - Calgary - Edmonton --- Frynge.com :: 1-866-331-9684 (Toll Free) --- Saskatchewan - Winnipeg - Toronto
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
if( isset($arr_xml['PostID'][$i]) && $arr_xml['PostID'][$i] > 0 ) continue;
echo "".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?>
|