", $Action);
$Action = eregi_replace("action=\"index.php\"","action=\"/marketpage.php\"", $Action);
$Action = eregi_replace(" ]+/>","", $Action);
$Ticker = $Action;
}
function Update($URI,$GrabStart,$GrabEnd){
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_URL, "$URI");
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
// grab URL and pass it to the browser
$Action = trim(curl_exec($ch));
if (curl_errno($ch)) {
print curl_error($ch);
} else {
curl_close($ch);
}
//echo $Action;
$grab = eregi("$GrabStart(.*)$GrabEnd", $Action, $printing);
return ($printing[0]);
}
function Update2($URI,$GrabStart,$GrabEnd){
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_URL, "$URI");
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
// grab URL and pass it to the browser
$Action = trim(curl_exec($ch));
if (curl_errno($ch)) {
print curl_error($ch);
} else {
curl_close($ch);
}
//echo $Action;
$grab = eregi("$GrabStart(.*)$GrabEnd", $Action, $printing);
return ($printing[0]);
}
?>
$Header_html="MainSiteSystem_header";
ParSingContent ("$Home/conf/class.FT.php",$body,$Content,$Locations,$Host,$Special,$Top,$Left,$Right,$Bottom,$Header_html,$Ranking,$HostSend,$Unique,$SiteSID,$Category,$Scores,$UserD,$Event_Closing,$Body_html,$Feed_index_stuff7,$Feed_index_stuff8,$Signup_Sys,$Help_Sports,$Sports_Lines,$News,$Search,$ScoresSys, $enLink, $frLink, $LatestNews, $Lost_Pass, $Top100Sys ,$Feed_index_stuff1,$Feed_index_stuff2,$Feed_index_stuff3,$Feed_index_stuff5,$Feed_index_stuff6, $h_info, $Time, $Event_Closing_no_ticket, $Category_no_ticket, $Sports_Lines_no_ticket, $Sports_Lines_signup, $Feed_index_stuff14, $Feed_index_stuff13, $Feed_index_stuff15, $feed_site_name, $NewsCategories,$Quotes,$Ticker);
function ParSingContent ($PathHome,$body,$Input,$Locations,$Host,$Special,$Top,$Left,$Right,$Bottom,$Header_html,$Ranking,$HostSend,$Unique,$SiteSID,$Category,$Scores,$UserD,$Event_Closing,$Body_html,$Feed_index_stuff7,$Feed_index_stuff8,$Signup_Sys,$Help_Sports,$Sports_Lines,$News,$Search,$ScoresSys, $enLink, $frLink, $LatestNews, $Lost_Pass, $Top100Sys ,$Feed_index_stuff1,$Feed_index_stuff2,$Feed_index_stuff3,$Feed_index_stuff5,$Feed_index_stuff6, $h_info, $Time, $Event_Closing_no_ticket, $Category_no_ticket, $Sports_Lines_no_ticket, $Sports_Lines_signup, $Feed_index_stuff14, $Feed_index_stuff13, $Feed_index_stuff15, $feed_site_name, $NewsCategories,$Quotes,$Ticker)
{
$Root = CleanUp($Host,"\.","-");
Global $Home;
Include ("$PathHome");
$tpl = new FastTemplate("$Locations");
$tpl->define(array($body => "$body.inc",$Input => "$Input.inc",$Special => "$Special.inc",$Left => "$Left.inc",$Right => "$Right.inc",$Top => "$Top.inc",$Bottom => "$Bottom.inc",$Header_html => "$Header_html.inc",table => "dynamic.inc"));
$tpl->define_dynamic ( "row", "table" );
$tpl->assign ("", $Feed_index_stuff1);
$tpl->assign ("", $Feed_index_stuff2);
$tpl->assign ("", $Feed_index_stuff3);
$tpl->assign ("", $Feed_index_stuff5);
$tpl->assign ("", $Feed_index_stuff6);
$tpl->assign ("", $Feed_index_stuff7);
$tpl->assign ("", $Feed_index_stuff8);
$tpl->assign ("", $Feed_index_stuff13);
$tpl->assign ("", $Feed_index_stuff14);
$tpl->assign ("", $Feed_index_stuff15);
$tpl->assign ("", $Time);
$tpl->assign ("", $_SESSION['language']);
$tpl->assign ("", $Search);
$tpl->assign ("", $ScoresSys);
$tpl->assign ("", $News);
$tpl->assign ("", $Sports_Lines);
$tpl->assign ("", $Quotes);
$tpl->assign ("", $Ticker);
$tpl->assign ("", $Sports_Lines_no_ticket);
$tpl->assign ("", $Sports_Lines_signup);
$tpl->assign ("", $Help_Sports);
$tpl->assign ("", $Signup_Sys);
$tpl->assign ("", $Body_html);
$tpl->assign ("", $Event_Closing);
$tpl->assign ("", $Event_Closing_no_ticket);
$tpl->assign ("", $Scores);
$tpl->assign ("", $Category);
$tpl->assign ("", $Category_no_ticket);
$tpl->assign ("", $UserD);
$tpl->assign ("", $enLink);
$tpl->assign ("", $frLink);
$tpl->assign ("", $LatestNews);
$tpl->assign ("", $NewsCategories);
$tpl->assign ("", $Lost_Pass);
$tpl->assign ("", $Top100Sys);
$tpl->assign ("{Root}", $Root);
$tpl->assign ("{Host}", $Host);
$tpl->assign ("{HostSend}", $HostSend);
$tpl->assign ("{feed_site_name}", $feed_site_name);
if(isset($Special)){$tpl->parse ("", $Special);}
if(isset($Left)){$tpl->parse ("", $Left);}
if(isset($Right)){$tpl->parse ("", $Right);}
if(isset($Top)){$tpl->parse ("", $Top);}
if(isset($Bottom)){$tpl->parse ("", $Bottom);}
if(isset($Header_html)){$tpl->parse ("", $Header_html);}
$tpl->assign ("", $ActionList);
$tpl->assign ("", $SiteSID);
////The new script for keywords//////////////////////////////////////////////////////////////////////////////////////
/*
$page = $_SERVER['PHP_SELF'];
$page = explode('/', $page);
if (count($page) == 2)
{
$dir = '';
$dir_num = 0;
$page = $page[1];
}
else
{
for ($i = 0; $i < count($page)-1; $i++)
$dir[$i] = $page[$i];
$page = $page[$i];
$dir_num = count($dir);
}
$links = get_hidden_links_for_current_website(eregi_replace('www.', '', $_SERVER['HTTP_HOST']), $page, $dir, $dir_num);
$header_info = get_header_info(eregi_replace('www.', '', $_SERVER['HTTP_HOST']), $page, $dir, $dir_num);
*/
$tpl->assign ("", $header_info[0]);
$tpl->assign ("", $header_info[1]);
$tpl->assign ("", $header_info[2]);
$tpl->assign ("", $header_info[3]);
$tpl->assign ("", $header_info[4]);
$tpl->assign("", $links);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$tpl->assign ("", $header_info[0]);
$tpl->parse ("", $Input);
$tpl->parse(MAIN, $body);
$tpl->FastPrint(MAIN);
return $data;
}
function CleanUp ($data,$Input,$Replace)
{
$data = eregi_replace("$Input","$Replace", $data);
// GENERAL
return $data;
}
?>
Mainland Resources, Inc. and its joint venture partner and operator, Petrohawk Energy drilled four Haynesville wells to date and have successively brought wells on-line with a 100% success rate. The Company sold off its 40% interest in its Louisiana Haynesville production to single company in early 2010 for just over $27 million.
MainLand Resources (MNLU) Key Points
With a solid asset base to draw upon and years of experience in developing shale-gas wells to its credit, Mainland Resources, Inc. has launched two major drilling initiatives for 2010: Mississippi and Louisiana.
Mainland is moving immediately to validate the shale-gas production in the order of the Louisiana Haynesville shale or larger. Drilling is currently slated for the second quarter of 2010.
The Company’s Louisiana efforts are now focused completely on drilling the productive Cotton Valley/Hosston zones (above the Haynesville) where Mainland owns 100% of the production.
Mainland’s management is committed to building value and by reinvesting its rapid revenue growth to further all of its shale gas assets.
MainLand Resources (MNLU) Recent News
HOUSTON, April 28, 2010 /PRNewswire via COMTEX/ -- Mainland Resources, Inc. (the "Company" or "Mainland"), (Frankfurt: 5MN) reports that the Company has increased its working interest in the Buena Vista Prospect and its planned drilling on both the Buena Vista well in Mississippi, and Cotton Valley well in Louisiana are proceeding on schedule.
Mainland reported on April 22, 2010 that it had closed the sale of its interest in the Haynesville formation of the East Holly Prospect in Louisiana to EXCO Operating Company, LP, for approximately $28.2 million. As a result of this sale, management expects that the Company has sufficient funds on hand to drill the Buena Vista and East Holly wells.
The Company's working interest in the Burkley-Phillips No.1 well has increased from 45.9% to 72%. Mainland will fund 90% of the well costs to earn its 72% interest in the well. As Operator, Mainland has a scheduled spud date of early June 2010. Mainland's working interest increased to 72% due to non-payment by American Exploration Corporation as reported in the Company's press release on April 26, 2010. Mainland currently holds interest in excess of 17,000 acres in the Buena Vista Prospect.
Guggenheim Partners, LLC will fund 10% of the well costs to Mainland in order to earn an 8% working interest in the Burkley-Phillips No.1 well.
Mainland is finalizing the drilling contract for the Buena Vista well with RAPAD Drilling & Well Service, Inc., of Jackson, Mississippi. RAPAD is a highly experienced and reputable driller who will provide the rig to drill the 22,000-foot Haynesville Shale well on the Buena Vista Prospect.
Hot Picks
InternetArray Inc
0.00
▼0.0003 (-10.00%)
Virtual Ed Link
0.00
0.0000 (0.00%)
Fortress Financial Group
0.00
(%)
Mainland Resources Inc
0.11
▼0.016 (-12.70%)
Free Daily Penny Stock Alert!
Top Pink Sheet Volume Gainer
Name Last Change % Change Volume CGFIA 0.0001
0.00
0.00 655,010,922 WTCT 0.0001
0.0001
50.00 292,150,221 CMGR 0.0001
0.0001
50.00 198,086,489 COIN 0.0018
0.0003
20.00 135,065,907 BCAP 0.0005
0.0001
16.67 125,895,873 RIGH 0.0004
0.00
0.00 103,480,384 PYCT 0.0001
0.00
0.00 77,055,098 CXMSF 0.828
0.129
18.30 67,340,000 INOL 0.0001
0.00
0.00 59,073,384 HPNN 0.00
0.00
0.00 53,203,892 GDSM 0.0031
0.0006
24.00 51,754,405 NVAE 0.0001
0.00
0.00 46,387,796 PSRU 0.0003
0.00
0.00 45,263,688 MINE 0.0002
0.0001
33.33 42,896,016 COHO 0.0008
0.0003
60.00 42,466,183 CYCA 0.0015
0.0001
6.25 40,596,159 MMTE 0.0007
0.00
0.00 39,966,668 HBRM 0.0009
0.0003
50.00 36,134,034 RTGV 0.0012
0.0002
14.29 33,789,577 RFMK 0.0032
0.0005
13.51 33,312,233
About Penny Stock Finder
Penny Stock Finder is an online financial website, offering the latest and must current financial news on NYSE, NASD, TSX and CDNX companies. We offer investors the opportunity of receiving email alerts on various markets, with a focus on microcap and penny stocks. Along with our alerts we also maintain a “Stock to Watch” section, providing our readers a complete coverage of all market sectors.
Read more...