Jump to content

baseline

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by baseline

  1. sorry, i'm actually on trip right now so i don't have my code handy.

    i'll post live links when i get back

    basically when u have a basic PHP file

    and you use the include function to call some code from xxx.php, it'll load slower or it won't load at all.

     

    again, i'll post some live links when i get back, with and without the inclusion.

     

    oh, here's the error message i would get when it fails. user = domain, username = tch user name

     

    >Warning: main() [function.main]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/username/public_html/index.php on line 27
    
    Warning: main(http://user.com/header.php) [function.main]: failed to create stream: Resource temporarily unavailable in /home/username/public_html/index.php on line 27
    
    Warning: main() [function.main]: Failed opening 'http://user.com/header.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/username/public_html/index.php on line 27

  2. server17 here

    regarding PHP

     

    for almost a month now, i've noticed all the pages where i use a php include would load very slowly and sometimes even fail to perform the php include. i've since removed php include on some pages and pasted code to be included directly and it has sped up significantly for those pages. the exact same page using the include method still loads very slowly or fails the inclusion.

     

    i didn't have problems using a this method before, so i'm just wondering whats up.

  3. I am a reseller and I need to submit a helpdesk ticket but when I try and log in I get a message saying I have the wrong login and password. I am trying to use the main accounts login and pass, is this not correct?

     

    :(

    i believe you have to make a new account. using the same username i assume.

  4. I have a question about the web protect. If protect a folder and a web page calls a file from that folder, should it prompt the user for a login and pass? I am thinking of using this a "login" for a website that I have until I can learn how to do it with PHP and MYSQL?

    yes. webprotect is actually htaccess login/password protection. if webprotect can't provide you with the features you are looking for, you can search the internet for more info on manually editing the htaccess file.

     

    (it will pop up a box and ask u for username/password)

  5. i believe you can save yourself some bandwidth if you do a manual hard refresh with your browser. for example, in iexplorer you can hold ctrl and press f5... this way you only update when you need it.

  6. What I did notice is that it says mysql4 in your config.php, I thought we used mysql 3 here?

    ah good eye, i guess i copied my config from my own local test server :blink:

     

    in my own experience, if it says you can't connect to the database, the problem would generally lie in your config. try finding a test script to try out the values you are using to connect to the db. also make sure you are using the same prefix tags. or install a new copy of phpbb using a different dir and db and check out the settings it generates to compare...

     

    cpanel can backup individual databases which would be must faster and easier to manage than a full backup.. just click on the link with your database name and it will send just that database to you.

  7. hold on i will post my config.php for you.

     

    i'm using v2.04

     

    ><?php
    
    
    // phpBB 2.x auto-generated config file
    // Do not change anything in this file!
    
    $dbms = 'mysql4';
    
    $dbhost = 'localhost';
    $dbname = 'USER_DBNAME';
    $dbuser = 'USER_USERNAME';
    $dbpasswd = 'PASSWORD';
    
    $table_prefix = 'phpbb_';
    
    define('PHPBB_INSTALLED', true);
    
    ?>

  8. Be advised that it usually takes 24k-72 hours for the nameservers updates to propagate the internet, so you need to get the nameservers listed ASAP.

     

    Its gone up to 1000 days to have nameservers propagated now? I am glad I did mine before the change. :P

    good eye! :P

  9. I'd recommend you to buy the domain name first.

    you can always update the name servers when you get them.

    this is because anybody like mr Joe or Tom can come along any second and buy your domain name! then it'll be gone forever until they give up that domain name or sell it to you. However, your place a TCH will always be available for purchase :) :D

  10. I'm just guessing, but I think that since you have an aborted signup from before and it's still on record, then you cannot complete a new signup using the same domain. Your choice probably be to

     

    1. find the original payment email if possible

    2. get somebody at TCH to clear your original signup record, so that you can start fresh.

     

    but that's just my guess of how it works..

     

     

     

    so... um... BUMP! :)

  11. I tried to duplicate your problem by creating a directory called articles. i chmodded it to 660. and then chmodded it back to 777 with no difficulty :angry:

     

    maybe there's a far off chance that smartftp has cached your dir list with something old. press F5 to refresh the public_html dir listing and try it again..

     

    other than that, i don't see why you've lost control of that directory. try duplicating the problem with a new directory :)

     

    note: if the Owner doesn't have Execute access, I don't think you can change into that directory via FTP

  12. I thought sites are always being re-ranked (well, as often as they have time for).. so if the filenames change but all the content and structure stays the same, wouldn't your new filenames end up ranking the same as the old ones (eventually)?

×
×
  • Create New...