Chevereto Iamge Hosting

chamara_c

Member
Aug 27, 2009
319
6
0
no one to help
2.gif
 

chamara_c

Member
Aug 27, 2009
319
6
0

Attachments

  • config.zip
    1.7 KB · Views: 142
Last edited:

kosandpol

Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    in your config.php,
    change this line :
    Code:
    $DOM_SCRIPT = $_SERVER['server33.000webhost.com'];
    to
    Code:
    $DOM_SCRIPT = 'mytestsite2.hostei.com';

    Keep everything else the way they are and try it.
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    change:
    Code:
    $PATH_SERVER = '/public_html';

    to:
    Code:
    $PATH_SERVER = '/home/a9627778/public_html';

    and give it a try.
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    ok, here's how you get this damned script to work :
    • Make sure that the .htaccess file is uploaded!
    • edit the config.php.
      change :
      Code:
      $PATH_SERVER = $_SERVER['DOCUMENT_ROOT'];
      to:
      Code:
      $PATH_SERVER = '/public_html';
    • edit the engine.php
      change :
      Code:
      if(!file_exists($PATH_SERVER.'/.htaccess')) {
      to:
      Code:
      if(!file_exists('/home/a9627778/public_html/.htaccess')) {

    After completing those steps, the hosting script will work.