Jump to content

baseline

Members
  • Posts

    66
  • Joined

  • Last visited

baseline's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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 think the answer would probably be no, since TCH is suppose to be providing a web hosting service, not an irc service...
  4. i've noticed that there is some weird fluctuating period. quite simply --> wait it out.
  5. i'll drop by for an Espresso the next time i go on a road trip
  6. i believe you have to make a new account. using the same username i assume.
  7. 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)
  8. should that be cdbost instead of cbost?
  9. baseline

    Cpanel

    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.
  10. which bulletin board did you install? there should be a administration section inside the program..
  11. excellent! thanks a lot for the replies
  12. are there still any legit $ per incident banners out there? i'm talking about those banner ads which you put on your webpage and where you get paid for each person who views it...
  13. ah good eye, i guess i copied my config from my own local test server 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.
  14. 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); ?>
×
×
  • Create New...