Activity Stream
48,167 MEMBERS
6830 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1.     
    #11
    Member
    Website's:
    StoneArcade.com
    *sigh nvm.. i will go back to where i got it and hope the one tht wrote this will reply to his thread

  2.   Sponsored Links

  3.     
    #12
    Respected Member
    Website's:
    FreshWap.com KWWHunction.com
    good luck
    Dear Haters,
    "I respect you so much, that's why I salute you with 1 middle finger!"

    Thank You !

  4.     
    #13
    Member
    Website's:
    StoneArcade.com
    well seems the one tht wrote this doesnt want to give any support on this question.. here is everything tht was included to get this to work

    this is added to Header.php

    PHP Code: 
    <script type="text/javascript">
    $(
    "#responsecontainer").load("includes/modules/random.php");
    var 
    refreshId setInterval(function()
    {
    $(
    '#responsecontainer').fadeOut('slow').load('includes/modules/random.php').fadeIn('slow');
    }, 
    5000);
    $.
    ajaxSetup({ cachefalse });
    </script> 

    then to call the random.php it is

    <div id="responsecontainer"></div>

  5.     
    #14
    Member
    Strange :/ why will it give a parse error on line 1 when there is only the opening tag

    You opening the file in? (if its wordpad then maybe it added some shit )

  6.     
    #15
    Member
    Website's:
    StoneArcade.com
    nope im using notepad++ ... i thought the same thing why its throwing out an error such as that right at the opening tag

  7.     
    #16
    Member
    send me the file then

  8.     
    #17
    Member
    Website's:
    pspmafia.com zrev.net
    If I remember correctly Line 0 is <?php
    So maybe you have a lame PHP version try encasing your includes and require_once with parentheses rather than blatantly '../../config.php' crap

    Like so:
    require_once('../../config.php');

    Could be wrong..too lazy to test

    EDIT:
    Also...could be wrong..but you might have short tags disabled in your php version which <?php would cause the error, so replace <?php with just <?

    Once more..could be wrong
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





  9.     
    #18
    Member
    nope line 1 = <?php

  10.     
    #19
    Member
    add a line to enable full error reporting, maybe that will help see what the problem is.

    error_reporting(E_ALL);


    or check the server/hosting error log. (cpanel user panel has error log) for some more info

  11.     
    #20
    Respected Member
    change:
    require_once '../../config.php';
    to:
    require_once( '../../config.php');

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Error Detected in sitemap XML. How to remove error?
    By Bobby3711 in forum Web Application/Script Support
    Replies: 1
    Last Post: 21st Mar 2012, 03:51 PM
  2. Rapidleech error: Error openning rar process
    By tractor3231 in forum Server Management
    Replies: 13
    Last Post: 14th Dec 2011, 04:35 AM
  3. HTTP Error 500 (Internal Server Error):
    By joshmoore in forum Technical Help Desk Support
    Replies: 4
    Last Post: 25th Nov 2011, 03:59 AM
  4. wtf happened? (ipb 3.23 skin error causes fatal error)
    By mrHunt in forum Technical Help Desk Support
    Replies: 1
    Last Post: 25th Nov 2011, 03:55 AM
  5. Adding Domain Error in cPanel (Error from park wrapper:)
    By Ryza in forum General Discussion
    Replies: 0
    Last Post: 20th Feb 2011, 01:57 AM

Tags for this Thread

BE SOCIAL