Server IP : 127.0.0.2 / Your IP : 3.15.10.218 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/admin/ |
Upload File : |
<?php ob_start(); session_start(); require_once('session-check.php'); require_once('include/db-config.php'); if(!isset($_GET['seo'])) { $lftbx1head=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx1head'])); $lftbx1content=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx1content'])); $lftbx1read=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx1read'])); $lftbx2head=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx2head'])); $lftbx2content=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx2content'])); $lftbx2read=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx2read'])); $lftbx3head=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx3head'])); $lftbx3content=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx3content'])); $lftbx3read=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx3read'])); $lftbx4head=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx4head'])); $lftbx4content=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx4content'])); $lftbx4read=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx4read'])); $lftbx5head=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx5head'])); $lftbx5content=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx5content'])); $lftbx5read=mysqli_real_escape_string($conn,stripslashes($_POST['lftbx5read'])); $mdlmaintitle=mysqli_real_escape_string($conn,stripslashes($_POST['mdlmaintitle'])); $mdlmainconent=mysqli_real_escape_string($conn,stripslashes($_POST['mdlmainconent'])); $imgname=mysqli_real_escape_string($conn,stripslashes($_POST['imgname'])); $imgtitle=mysqli_real_escape_string($conn,stripslashes($_POST['imgtitle'])); $rhtbx1head=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx1head'])); $rhtbx1content=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx1content'])); $rhtbx1read=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx1read'])); $rhtbx2head=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx2head'])); $rhtbx2content=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx2content'])); $rhtbx2read=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx2read'])); $rhtbx3head=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx3head'])); $rhtbx3content=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx3content'])); $rhtbx3read=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx3read'])); $rhtbx4head=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx4head'])); $rhtbx4content=$_POST['rhtbx4content']; $rhtbx4read=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx4read'])); $rhtbx5head=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx5head'])); $rhtbx5content=$_POST['rhtbx5content']; $rhtbx5read=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx5read'])); $rhtbx6head=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx6head'])); $rhtbx6content=$_POST['rhtbx6content']; $rhtbx6read=mysqli_real_escape_string($conn,stripslashes($_POST['rhtbx6read'])); $sql="update maintrainer_home set LeftBox1Heading='".$lftbx1head."',LeftBox1Content='".$lftbx1content."',LeftBox1ReadMore='".$lftbx1read."', LeftBox2Heading='".$lftbx2head."',LeftBox2Content='".$lftbx2content."',LeftBox2ReadMore='".$lftbx2read."', LeftBox3Heading='".$lftbx3head."',LeftBox3Content='".$lftbx3content."',LeftBox3ReadMore='".$lftbx3read."', LeftBox4Heading='".$lftbx4head."',LeftBox4Content='".$lftbx4content."',LeftBox4ReadMore='".$lftbx4read."', LeftBox5Heading='".$lftbx5head."',LeftBox5Content='".$lftbx5content."',LeftBox5ReadMore='".$lftbx5read."', MiddleMainTitle='".$mdlmaintitle."',MiddleMainContent='".$mdlmainconent."',ImageName='".$imgname."',ImageTitle='".$imgtitle."' , RightBox1Heading='".$rhtbx1head."',RightBox1Content='".$rhtbx1content."',RightBox1ReadMore='".$rhtbx1read."', RightBox2Heading='".$rhtbx2head."',RightBox2Content='".$rhtbx2content."',RightBox2ReadMore='".$rhtbx2read."', RightBox3Heading='".$rhtbx3head."',RightBox3Content='".$rhtbx3content."',RightBox3ReadMore='".$rhtbx3read."', RightBox4Heading='".$rhtbx4head."',RightBox4Content='".$rhtbx4content."',RightBox4ReadMore='".$rhtbx4read."', RightBox5Heading='".$rhtbx5head."',RightBox5Content='".$rhtbx5content."',RightBox5ReadMore='".$rhtbx5read."', RightBox6Heading='".$rhtbx6head."',RightBox6Content='".$rhtbx6content."',RightBox6ReadMore='".$rhtbx6read."' where ID=1"; // echo $sql; //exit; $result=mysqli_query($conn,$sql); } $sql= "Select * from maintrainer_home"; $result=mysqli_query($conn,$sql)or die(mysqli_error()); while($row=mysqli_fetch_array($result)) { $ID = $row['ID']; $LeftBox1Heading = $row['LeftBox1Heading']; $LeftBox1Content = $row['LeftBox1Content']; $LeftBox1ReadMore=$row['LeftBox1ReadMore']; $LeftBox2Heading = $row['LeftBox2Heading']; $LeftBox2Content = $row['LeftBox2Content']; $LeftBox2ReadMore=$row['LeftBox2ReadMore']; $LeftBox3Heading = $row['LeftBox3Heading']; $LeftBox3Content = $row['LeftBox3Content']; $LeftBox3ReadMore=$row['LeftBox3ReadMore']; $LeftBox4Heading = $row['LeftBox4Heading']; $LeftBox4Content = $row['LeftBox4Content']; $LeftBox4ReadMore=$row['LeftBox4ReadMore']; $LeftBox5Heading = $row['LeftBox5Heading']; $LeftBox5Content = $row['LeftBox5Content']; $LeftBox5ReadMore=$row['LeftBox5ReadMore']; $MiddleMainTitle = $row['MiddleMainTitle']; $MiddleMainContent = $row['MiddleMainContent']; $ImageName = $row['ImageName']; $ImageTitle = $row['ImageTitle']; $RightBox1Heading = $row['RightBox1Heading']; $RightBox1Content = $row['RightBox1Content']; $RightBox1ReadMore=$row['RightBox1ReadMore']; $RightBox2Heading = $row['RightBox2Heading']; $RightBox2Content = $row['RightBox2Content']; $RightBox2ReadMore=$row['RightBox2ReadMore']; $RightBox3Heading = $row['RightBox3Heading']; $RightBox3Content = $row['RightBox3Content']; $RightBox3ReadMore=$row['RightBox3ReadMore']; $RightBox4Heading = $row['RightBox4Heading']; $RightBox4Content = $row['RightBox4Content']; $RightBox4ReadMore=$row['RightBox4ReadMore']; $RightBox5Heading = $row['RightBox5Heading']; $RightBox5Content = $row['RightBox5Content']; $RightBox5ReadMore=$row['RightBox5ReadMore']; $RightBox6Heading = $row['RightBox6Heading']; $RightBox6Content = $row['RightBox6Content']; $RightBox6ReadMore=$row['RightBox6ReadMore']; } $PageTitle = ""; $MetaKeyword = ""; $MetaDescription = ""; $OtherScript = ""; $sql_seo= "select PageID, PageTitle, MetaKeyword, MetaDescription, OtherScript from seo_details where PageID = 'Home' "; $result_seo=mysqli_query($conn,$sql_seo) or die(mysqli_error()); while($row_seo=mysqli_fetch_array($result_seo)) { $PageTitle = $row_seo['PageTitle']; $MetaKeyword = $row_seo['MetaKeyword']; $MetaDescription = $row_seo['MetaDescription']; $OtherScript = $row_seo['OtherScript']; } $home_page_content = ' <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>'.$PageTitle.'</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta name="description" content="'.$MetaDescription.'" /> <meta name="keywords" content="'.$MetaKeyword.'" /> <link href="css/style.css" type="text/css" rel="stylesheet" > <link href="css/home.css" type="text/css" rel="stylesheet" > </head> <body> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="100%" class="header_row" align="center"> <table border="0" cellpadding="0" cellspacing="0" width="960" align="center"> <tr> <td class="header_img_back" align="right"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td rowspan="3" valign="middle" align="right" style="padding-right:15px;"><img src="images/phone.gif" border="0" alt=""></td> </tr> <tr> <td class="header_phone"> USA Toll free : 800-242-5656 <br> International : 1-610-397-1006 <!--<br> Fax : 1-610-397-1007--> </td> </tr> </table> </td> </tr> <tr> <td class="top_nav_back"> <table border="0" cellpadding="0" cellspacing="0" align="left"> <tr> <td class="top_nav"><a href="home.html" title="Home">Home</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="aboutus.html" title="About Us">About Us</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="links/index.html" title="Resources">Resources</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="articles.html" title="Articles">Articles</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="shophome.php" title="Shop">Shop</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <!--<td class="top_nav"><a href="newsletter.html" title="Newsletter">Newsletter</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td>--> <td class="top_nav"><a href="publicsessions.html" title="Public Sessions">Public Sessions</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="onsitetraining.html" title="In-House Training">In-House Training</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="contactus.html" title="Contact Us">Contact Us</a></td> <td><img src="images/top_nav_line.gif" border="0" style="width:2px; height:40px;" alt=""></td> <td class="top_nav"><a href="sitemap.html" title="Sitemap">Sitemap</a></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td width="100%" align="center"> <table border="0" cellpadding="0" cellspacing="0" width="960" align="center" class="body_bg" style="border-color:"> <tr><td style="height:30px; padding-left:10px; color:#999999;" valign="middle" colspan="7" align="left"> <table border="0" width="100%"> <tr> <td width="70%" align="left" style="color:#999999;"> Please click the seminar description box to find complete details, agendas and support materials </td> <td width="30%" align="right"> <a href="search.html"><img src="images/search.png" border="0"></a> </td> </tr> </table> </td> </tr> <tr> <td style="width:9px;"></td> <td style="width:235px" class="content_bg" align="center" valign="top"> <table border="0" cellpadding="0" cellspacing="0"> <tr><td style="height:10px;"></td></tr> <tr> <td style="height:132px; width:217px;" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0" alt=""></td> <td class="left_nav" height="40"><a href="preDesignedSeminars.html" title="Most Popular Seminars">Most Popular Seminars</a></td> </tr> <tr><td colspan="2"><img src="images/small_line.gif" border="0" alt=""></td></tr> <tr> <td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0" alt=""></td> <td class="left_nav" height="40"><a href="consulting.html" title="Consulting Services">Consulting Services</a></td> </tr> <tr><td colspan="2"><img src="images/small_line.gif" border="0" alt=""></td></tr> <tr> <td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0" alt=""></td> <td class="left_nav" height="40"><a href="expert-witness-services.html" title="Expert Witness">Expert Witness</a></td> </tr> <!--<tr><td colspan="2"><img src="images/small_line.gif" border="0" alt=""></td></tr> <tr> <td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0" alt=""></td> <td class="left_nav" height="40"><a href="../Lean-Maintenance-Toolbox-audio.php" title="Lean Maintenance Tool Kit">Lean Maintenance Tool Kit</a></td> </tr>--> <tr><td colspan="2"><img src="images/small_line.gif" border="0" alt=""></td></tr> </table> </td> </tr> <!--<tr><td style="height:15px;"></td></tr> <tr> <td style="width:217px; height:103px;"> <table width=217 border=0 cellpadding=0 cellspacing=0> <TR> <TD COLSPAN=3 WIDTH=217 HEIGHT=44 background="images/newsletter_top.jpg" class="box_head" style="padding-top:7px;"> <h2>Free NEWSLETTER</h2> </TD> </TR> <TR> <TD COLSPAN=3 WIDTH=217 HEIGHT=54 background="images/newsletter_2.jpg" style="padding-top:5px;" align="center" valign="top"> <a href="newsletter-signup.html" title="Newsletter Signup"><img src="images/217-232-box_04.jpg" border="0" alt=""></a> </TD> </TR> <TR> <TD COLSPAN=3 WIDTH=217 HEIGHT=5 background="images/newsletter_bottom.jpg"></TD> </TR> </TABLE> </td> </tr>--> <tr><td style="height:15px;"></td></tr> '; if(trim($LeftBox1Heading) != "" and trim($LeftBox1Content) != "") { if(trim($LeftBox1ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$LeftBox1ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px; background-repeat:repeat-y" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$LeftBox1Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$LeftBox1Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr> '; } if(trim($LeftBox2Heading) != "" and trim($LeftBox2Content) != "") { if(trim($LeftBox2ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$LeftBox2ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px; background-repeat:repeat-y" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$LeftBox2Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$LeftBox2Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:10px;"></td></tr>'; } if(trim($LeftBox3Heading) != "" and trim($LeftBox3Content) != "") { if(trim($LeftBox3ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$LeftBox3ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px; background-repeat:repeat-y" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$LeftBox3Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$LeftBox3Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($LeftBox4Heading) != "" and trim($LeftBox4Content) != "") { if(trim($LeftBox4ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$LeftBox4ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-118-box.gif" style="width:217px; height:118px;background-repeat:repeat-y" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$LeftBox4Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$LeftBox4Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($LeftBox5Heading) != "" and trim($LeftBox5Content) != "") { if(trim($LeftBox5ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$LeftBox5ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px; background-repeat:repeat-y" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$LeftBox5Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$LeftBox5Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr> '; } $home_page_content = $home_page_content. ' <tr><td style="height:10px;"></td></tr> </table> </td> <td style="width:9px;"></td> <td style="width:452px;" class="content_bg" valign="top"> <table border="0" cellpadding="0" cellspacing="0">'; if(trim($MiddleMainTitle) != "") { $home_page_content = $home_page_content. ' <tr> <td align="center" style="padding-top:15px; padding-bottom:10px;"><h1>'.$MiddleMainTitle.'</h1></td> </tr> <tr><td align="center"><img src="images/large-line.gif" border="0" alt=""></td></tr>'; } $home_page_content = $home_page_content. ' <tr> <td style="padding:15px;" class="normal_text">'.$MiddleMainContent.'</td> </tr> <tr> <td align="center" class="img_text">'; if(trim($ImageName) != "") { $home_page_content = $home_page_content. ' <img src="admin/upload/'.$ImageName.'" class="img_border" alt="">'; } $home_page_content = $home_page_content. ' <br>'; if(trim($ImageTitle) != "") { $home_page_content = $home_page_content. $ImageTitle; } $home_page_content = $home_page_content. ' </td> </tr> <tr> <td align="center" style="padding-top:40px;"> <a target="_blank" href="admin/upload/Complete Seminar Guide and book List.pdf"><img src="images/bttn_download.gif" border="0" height="75" width="420"></a> </td> </tr> <tr> <td align="center" style="padding-top:40px;"> <a href="multimedia.html">Free Multimedia training programs</a> </td> </tr> <tr> <td align="center"> <br><br><script id="cdSiteSeal1" type="text/javascript" src="//tracedseals.starfieldtech.com/siteseal/get?scriptId=cdSiteSeal1&cdSealType=Seal1&sealId=55e4ye7y7mb73f8fcf45b574c8aecaey02uy7mb7355e4ye7d4a9ed3d75ab6405"></script> </td> </tr> </table> </td> <td style="width:9px;"></td> <td style="width:235px" class="content_bg" align="center" valign="top"> <table border="0" cellpadding="0" cellspacing="0"> <tr><td style="height:10px;"></td></tr>'; if(trim($RightBox1Heading) != "" and trim($RightBox1Content) != "") { if(trim($RightBox1ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$RightBox1ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-158-box.gif" style="width:217px; height:158px;" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$RightBox1Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$RightBox1Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($RightBox2Heading) != "" and trim($RightBox2Content) != "") { if(trim($RightBox2ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$RightBox2ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px;" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$RightBox2Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$RightBox2Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($RightBox3Heading) != "" and trim($RightBox3Content) != "") { if(trim($RightBox3ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$RightBox3ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px;" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$RightBox3Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$RightBox3Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($RightBox4Heading) != "" and trim($RightBox4Content) != "") { if(trim($RightBox4ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$RightBox4ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px;" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$RightBox4Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$RightBox4Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($RightBox5Heading) != "" and trim($RightBox5Content) != "") { if(trim($RightBox5ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$RightBox5ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-148-box.gif" style="width:217px; height:148px;" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$RightBox5Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$RightBox5Content.'</td> </tr> </table> </td> </tr> <tr><td style="height:15px;"></td></tr>'; } if(trim($RightBox6Heading) != "" and trim($RightBox6Content) != "") { if(trim($RightBox6ReadMore) != "") $link = " onmouseover=\"this.style.cursor='pointer'\" onclick=\"window.location='http://maintenancetraining.com/".$RightBox6ReadMore."'\" >"; else $link = ">"; $home_page_content = $home_page_content. ' <tr> <td background="images/217-118-box.gif" style="width:217px; height:118px;" valign="top"'.$link.' <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="box_head" valign="top"><h2>'.$RightBox6Heading.'</h2></td> </tr> <tr> <td class="box_text" valign="top">'.$RightBox6Content.'</td> </tr> </table> </td> </tr>'; } $home_page_content = $home_page_content. ' <tr><td style="height:10px;"></td></tr> </table> </td> <td style="width:9px;"></td> </tr> <tr><td style="height:9px;"></td></tr> </table> </TD> </TR> <TR> <TD width="100%" align="center" class="footer_back"> <table border="0" cellpadding="0" cellspacing="0" align="center" width="960"> <tr> <td align="left" class="footer_nav"> <a href="home.html" title="Home">Home</a> | <a href="aboutus.html" title="About Us">About Us</a> | <a href="links/index.html" title="Resources">Resources</a> | <a href="articles.html" title="Articles">Articles</a> | <a href="shophome.php" title="Shop">Shop</a> | <a href="publicsessions.html" title="Public Sessions">Public Sessions</a> | <a href="onsitetraining.html" title="In-House Training">In-House Training</a> | <a href="contactus.html" title="Contact Us">Contact Us</a> | <a href="unsubscribe.php" title="Unsubscribe">Unsubscribe</a> </td> <td align="right" class="footer_nav"> © 2010 Springfield Resources<br>All Rights Reserved <!--<br /><font color="#3F4473">Developed by Axel Technologies</font>--> </td> </tr> </table> </td> </tr> </table> <!-- Start of StatCounter Code for Default Guide --> <script type="text/javascript"> var sc_project=7456519; var sc_invisible=1; var sc_security="ad433605"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script> <noscript><div class="statcounter"><a title="web statistics" href="http://statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/7456519/0/ad433605/1/" alt="web statistics"></a></div></noscript> <!-- End of StatCounter Code for Default Guide --> </body> </html> <div style="border:none; display: none; visibility:hidden: visible;">'.$OtherScript.'</div>'; //$fh = fopen("../cms/index.html", "w"); $fh = fopen("../index_.html", "w"); fwrite($fh, $home_page_content); fclose($fh); if(isset($_GET['seo'])) { header( 'Location: publicsessions-convert2html.php?seo=1'); header($url); } else { header( 'Location: home-mgt.php'); header($url); } ?>