Jump to content

2bigpigs

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by 2bigpigs

  1. .org doesn't work either.

     

    That was a mistype on my part. Sorry about that.

    Status: Resolving address of ftp.brickhouse.heliohost.org

    Status: Connecting to 64.62.211.131:21...

    Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".

    Error: Could not connect to server

  2. Username: bigpig

    brickhouse.heliohost.org

     

    Status: Waiting to retry...

    Status: Resolving address of ftp.brickhouse.heliohost.org

    Status: Connecting to 64.62.211.131:21...

    Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".

    Error: Could not connect to server

     

    My account did get suspended for being inactive for a while. I don't know whether i've successfully accessed the FTP since then.

     

    Also, If i change my cpanel password, Will my main FTP account password change too?Yes

  3. Shell exec is a PHP function through which you can execute shell commands.

    I think the Shell is a part of the OS. So if you have shell access, You can do a lot with it.

    That's why it's disabled

     

    Even if it were possible to use byethost for PHP and helihost for everything else, Byethost ToS probably require you to have a website with a whole website that gets a few hits. They won't like you using them just for a few scripts.

  4. Well the second error is probably directly linked to the first since he can't find the table if he isn't connected.

    Remember to create the MySQL user in CPanel AND grant him all the necessary priveleges to the phpBB database.

  5. I'm a bit new to managing websites so i don't really know much about importing stuff so can i ask you what you're trying to do?

     

    Are you running a PHPBB forum?

    The config.php that your link helps you make is for PHPBB forums.

    I don't think you need to 'import' the config.php file into mysql. Most systems use the config.php file to save the users configuration ( as the name would suggest ) and get that into their scripts using an include.

    The file just sits there and is included everytime a PHPBB forum script runs.

     

     

    As for remote mysql, You'll have to enable that in Cpanel if you haven't done that yet ( Not that it has anything to do with the problem at hand )

  6. You can create it yourself.

    I've never used wordpress or the sort before but i can tell you how to make a simple index.php

    And index.php file is just another PHP file. The only difference is that it's the file invoked if you don't specify a filename after a path

    your.domain.com will actually go to your.domain.com/index.php

    You make one the same way you would make a normal webpage, Just name it index.php ( change the extension according to the type of file )

     

    So if you saved this:

     

    <html>
    <head>
    <title>My index page</title>
    </head>
    <body>
    <?php
    echo 'Welcome to my site. You are currently viewing it from the IP ' ,  $_SERVER['REMOTE_ADDR'] ;
    ?>
    </body>
    </html>
    

     

    as index.php and uploaded it to your public html folder, You'd get a page saying

    Welcome to my site. You are currently viewing it from the IP 123.123.123.123
  7. It takes upto 48 hours for the new domain to become active.

    I had it too, Just give it a bit of time and refresh the page ( Your cache tends to keep showing you the Queued page even after it's been activated ).

     

    Also, You should add an index.html file into your www.socialbook.org.in folder

×
×
  • Create New...