Jump to content

skymanj

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

About skymanj

  • Birthday 10/11/1992

Profile Information

  • Gender
    Male

skymanj's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. ok problem solved, thanks
  2. update, i changed the code some and am still getting error unnexpected T_STRING in line 16. <?php /** * @version $Id: footer.php 3713 2006-05-29 03:25:07Z stingrey $ * @package Joomla * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined( '_VALID_MOS' ) or die( 'Restricted access' ) define('EZCONNECT_BIZ', 'EZConnect.biz') /*global $_VERSION;*/ // NOTE - You may change this file to suit your site needs ?> <div align="center"> © <?php echo mosCurrentDate( '%Y' ) . ' ' . print 'EZCONNECT_BIZ';?> </div> <!--© <?php/*echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];*/?>--> <!--div align="center"> <?php echo $_VERSION->URL; ?> </div-->
  3. Im receiving an error saying that the line © <?php echo mosCurrentDate( '%Y' ) . ' ' . echo(EZConnect.biz);?> has an unnexpecxted error. How do i fix this? <?php /** * @version $Id: footer.php 3713 2006-05-29 03:25:07Z stingrey $ * @package Joomla * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined( '_VALID_MOS' ) or die( 'Restricted access' ) global $_VERSION; // NOTE - You may change this file to suit your site needs ?> <div align="center"> © <?php echo mosCurrentDate( '%Y' ) . ' ' . print(EZConnect.biz);?> © <?php/*echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];*/?> </div> <!--div align="center"> <?php echo $_VERSION->URL; ?> </div-->
  4. I dont know where else i can try to find help for this. I need to install Joomla on My Rhel4/Centos4.4 server. How do i go about this? Even a lnk would be good.
  5. My names Skyler, I'm a 14 year old male. Been coding for about hmmmmm let me see......1 year. I've been doing PHP coding for a whole 2 days! Yup, no joke. Im pretty fluent in html and have some basic knowledge in most codes.
  6. This is a template for my website that I am currently using. I need to find the title area, and i just cant at my skill level. Could some one please help me find and fix the banner and title area? IF you use Joomla you'll understand what I'm talking about a little better. <?php /*------------------------------------------------------------------------ # Lavinya Mambo/Joomla Temlate 3.0 - November 18, 2006 # @license - GNU/GPL # Author: Murat Esgin # Websites: http://www.lavinya.net -------------------------------------------------------------------------*/ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $iso = explode( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } ?> <meta http-equiv="content-type" content="text/html; <?php echo _ISO; ?>"/> <link href="<?php echo $mosConfig_live_site;?>/templates/lavinyav3/css/template_css.css" rel="stylesheet" type="text/css"/> </head> <body> <center> <!--Main--> <table class="table1"> <tr> <td> <table class="table2"> <tr> <td class="td1"> <h1 id="header" onclick="location.href='<?php echo $mosConfig_live_site;?>/';" style="cursor: pointer;"> <a href="<?php echo $mosConfig_live_site;?>/"><?php echo $mosConfig_sitename; ?></a></h1> <h2> <?php echo $mosConfig_MetaDesc; ?> </h2></td> </tr> </table> </td> </tr> <tr> <td style="vertical-align: top;" class="yuks"> <table class="table3"> <tr> <td class="td2"> <?php mosLoadModules ( 'left' ); ?> </td> <td class="td3"> <div> <?php mosPathWay(); ?> <?php if (mosCountModules('banner') >= 1) { ?> <!-- start banner. --> <div id="banner"> <?php mosLoadModules('banner'); ?> </div> <!-- end banner. --> <?php } ?> <?php mosMainBody(); ?> </div> </td> <!--yan--> <td class="td33"> <div> <?php mosLoadModules('right'); ?> <?php mosLoadModules('user4'); ?> </div> </td> </tr> </table> </td> </tr> <!--Footer--> <tr> <td> <table class="table5"> <tr> <td class="td4"> <span class="footer">Powered by <a href="http://mamboserver.com/" target="_blank">Mambo</a> and template designed by <a title="Lavinia" href="http://www.lavinya.net/" target="_blank">Lavinia</a> Template Valid w3c <a href="http://validator.w3.org/check?uri=referer" target="_blank">XHTML 1.0</a></span> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional/dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset="iso8859-1" /> <title>Quotes</title> </head> <body> <?php //Script 2.4-quotes.php// //single or double quotes dont matter here $first_name="Larry"; $last_name="Ullman"; //Single or Double quotes do matter here $name1='$first_name $last_name'; $name2="$first_name $last_name"; //Single or double quotes do matter here print "<p>name1 is $name1<br /> name2 is $name2</p>; print '<p>name1 is $name1<br /> name2 is $name2</p>'; ?> </body> </html>
  8. I am receving an error after uploading and attempting to open that says this What does this mean?
  9. That is wrong. Chuck Norris can make you do anything. (Chuck Norris has invaded php freaks forums! oh noes!)
  10. I'm actually on the web server.
  11. No, Chuck Norris would roundhouse kick it until it was dead.
  12. I was just testing a PHP script on my server, the other day, and I had a major problem. I uploaded the test script to my server, went to localhost/ and so on. when I typed in the URL it should have been at, nothing showed up. I recevei the following error. Quote Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost 06/20/07 10:03:37 Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.1 Any ideas on how to fix this? I use xampp btw.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.