Jump to content

MediaMonkey

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Everything posted by MediaMonkey

  1. Premiso - I tried that, and still no output! PFMaBiSmAd - I checked and you're right - there is only raw unparsed php code... Therefore I've contacted the hosts once again and hope they will better advise on the issue. Thank you for your help! MM
  2. Thorpe - the page content i'm trouble-shooting is entirely HTML based with a .php extension; only other sections of the site actually contain PHP content (also have the same issues) Premiso - thank you, I've just setup a testing page, as you suggested - it returns a blank page in Internet Explorer, and the source-code (plain text) in Firefox (e.g.): ============================================= <?php phpinfo(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> </body> </html> ============================================= Therefore I guess there is a real issue with the hosts apache/php? Thanks, MM
  3. Thank you for your response Monkeytooth, I've just replied to that also. So the issue appears to be that the server is not invoking the correct scripts (apache/php) to process the .PHP extension and therefore outputs source-code instead of the basic html content... I have now contacted them (again) and requested they investigate the issue. Thanks for your help and support. MM
  4. Thank you for your reply Monkeytooth. I've just sent you the link via PM. Thanks for your help
  5. Thank you for your reply Thorpe, The pages of the site we are accessing are through different domains (for the different servers) - therefore I don't believe it would be a cache'd problem? I have contemplated that this issue may be the newer server not being configured correctly and contacted them - who have brushed me off with a standard response saying it is most likely a 'design issue'... What would you suggest as the best form of action to get this issue resolved? Thanks for your advice, MM
  6. Hi Monkeytooth, TelstraClear (UNIX Host) - thats a NewZealand company. TotalChoiceHosting (WINDOWS Host) - thats an American company. The windows host is our testing server and the NewZealand host holds the account which requires the new website to function on. Thanks for your help, MM
  7. Another update (if it would help in identifying the issue)... I've just changed the extension of one of the .PHP pages to .HTML and that functions correctly in Firefox / Chrome on the Unix server... Therefore something must be going wrong with the .php extension in chrome & firefox on the unix host (as previously mentioned, it functions correctly in all three on a windows host)... Any advice please? Thanks, MM
  8. Hi Waynewex, Thanks for your reply. We have deleted all temporary files and also tried accessing the site from different computers on different ISPs and on all browsers - and the same findings occurred... That the site works fine on the Windows-host in all browsers; however only outputs source-code in Firefox & Chrome on the Unix-host. What would be the likely cause of such an issue? Thanks for your help, MM
  9. Hello, We have built a website on a windows server, using the .php extension - the entire website works fine on Internet Explorer, Mozilla Firefox & Google Chrome. However, we have just migrated the SAME website to a unix server - and the site works in Internet Explorer, but not in Firefox or Chrome; it only displays the source-code and not the website? We do not know why?? Any help and advice you can offer would really be appreciated. Cheers, MM
  10. Are there no work-arounds at all? Thanks, MM
  11. I'll try Jabop: I have a flash-fx background, which re-sizes according to the dimensions of the users browser. I would just like to use that as the background as non-scrolling, with HTML scrollable content on top. Thank you for your help MM
  12. Thanks darkwater; how about embedding the flash file into another .PHP -> then embed that? MM
  13. That's what I thought too... Thats why I wondered about the prospect of loading the background in from an include function; that way I could setup the background with 100% params in one file and then include it on the page which is going to have the content? Thanks, MM
  14. Hi, Thanks for your reply... I tried Z-indexing - but it doesn't work in that dreamweaver always puts flash content on top... Also I read that this is unreliable for browsers when loading, as to which order they appear? Thanks, MM
  15. Does anyone know if this is possible? I've seen it works for random .JPG files? Thanks, MM
  16. Hello... I've got an issue that I could really do with help on: I would like a flash (.swf) background; to be W:100% / H:100%... However, would like to put HTML content on top of this (using Dreamweaver). Therefore, I would like some help with scripting an include sort of file... So that the background is generated and brought in; with HTML content loaded on top. So far, I've put together: Pager.php (The page to have HTML content on it): <?php session_start(); ?><?php include("background.php"); ?> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body background="<?=$_SESSION['background']?>"> </body> </html> And then the script for background: <?php session_start(); if(!$_SESSION['background']) $_SESSION['background'] = 'BACKGROUND.swf'; ?> A seperate script I've been using to get the background re-sizing to monitors at 100% is: <script type="text/javascript" src="swfobject_source.js"></script> </head> <body> <div align="center"> <div class="style1" id="flashcontent"> <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW" class="style2">You need to upgrade your Flash Player</a> </div> <script type="text/javascript"> // <![CDATA[ var so = new SWFObject("BACKGROUND.swf", "Preview", "100%", "100%", "8", "#14191C", true); so.addParam("scale", "noscale"); so.addParam("salign", "lt"); so.write("flashcontent"); // ]]> </script> </div> Now I need some help putting it all together, so that the flash background is loaded in through an include file, to 100% x 100%; and I can put content ontop (and the background won't scroll). Any ideas?? ??? Thank you for your help! MediaMonkey
  17. Hello... I'm trying to use a calendar script on my website... The source-codes and origin of this calendar is at: [a href=\"http://keithdevens.com/software/php_calendar\" target=\"_blank\"]Web Site For Script[/a] My question is (as I cannot get it to work): How could I make the calendar print an entire year... Whilst also showing the linked days? I have tried using the code the author has outlined on his page to no avail... Any suggestions? Your help is greatfully appreciated. Thanks MM2006
  18. Hello... I was wondering if anybody could help me find a solution to my rather annoying problem!! I used to run these scripts on another server without any hiccups... However, on the new server, I keep getting "Cannot Redeclare"; I have tried include_once though that didn't work either? I've included the scripts here for you - it is a login system: [b]THE LOG-IN PAGE: (INDEX.PHP):[/b] [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]<form action="process_login.php" method="post" name="login" id="login"> <table width="56%" border="0" align="center" cellpadding="4" cellspacing="0"> <tr class="logtext"> <td width="42%"><span class="style35"> USERNAME</span></td> <td width="58%"> <input name="username" type="text" id="username2" size="15"> </td> </tr> <tr class="logtext"> <td><span class="style35">PASSWORD</span></td> <td> <input name="password" type="password" id="password" size="15"> </td> </tr> <tr class="logtext"> <td> </td> <td><input type="image" name="submit" src="images/enter.jpg" width="115" height="20"></td> </tr> </table> <table width="100%" border="0" cellpadding="4" cellspacing="0"> <tr class="text"> <td width="100%" align="left" valign="top" class="style42 style41 style39 text"><div align="center"><strong><? echo $thanks_output; ?> <?php if (isset($error_output)) { echo '<p class="logtext" text-align: center;">' . $error_output . '</p>'; } ?> </strong></div></td> </tr> </table> </form>[/quote] For some unbeknown reason - this forum will not let me post; so here come multiple messages: OK... It's really not going to let me post the code in here - therefore I really don't know how to show you the problem? MM :(
×
×
  • 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.