Jump to content
xisto Community

jlhaslip

Members
  • Content Count

    6,070
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jlhaslip

  1. Topic is resolved.Please PM any moderator to continue this discussion. Until then, this topic is closed.
  2. http://forums.xisto.com/topic/174-free-web-hosting-account-upgrade/
  3. I seem to be plagued by the same issues on a Forum I Host.DB issues at present.
  4. Submit a PM to Buffalohelp, our Admin, and he will look into the issue.
  5. Store your scripts/programs in the htdocs sub-folder under the XAMPP folder. Then access the script using LOCALHOST/folder/script.php in your Browser. Be certain that the XAMPP Apache Server is running before calling the script.
  6. You should not need to use Absolute position for this design.Review Margins, and Padding to achieve the effect you want.Also, add a correct Document Type Declaration to avoid Quirks Mode in IE.
  7. More information is available here: http://www.nbcnews.com/id/25062752/
  8. Floats, margins and padding on the elements in question.
  9. There is a "Resolved" status that can be applied to issues once the answer is provided or the Topic is no longer required.Simply use the Report button to request a Topic to be closed.The Reports are available to all Moderators, so you do not need to PM a specific one and wait until they Log-in for the action to be taken. The next time a Moderator refreshes their page, they will be advised of the Report and handle it.
  10. Welcome to the Xisto.Hosting is better than many paid hosts, but the Terms of Service are strictly applied, so no illegal material, no IRC Servers, copyrights are respected, etc.And please post up some of your work so we can appreciate your talents. Look forward to reading your posts. Good luck with the Hosting Application.As a note, if you select the 10 credit account and wish to upgrade, the second package costs an additional 30 credits, so hold off and go for the 30 credit account if you think you might end up there. It is cheaper in the long run to do so.
  11. The Welcoming Committee called and they will be meeting you at the Airport.Have fun, and be safe.I live in Canada, too, but about 2500 miles from Toronto/Niagara Falls. If you ever head West to the Rockies, look me up.
  12. This event is just wrong. I would think that there will need to be a Psychiatric Evaluation on the suspect. My thoughts and prayers are with the victim's family and friends.
  13. Man, that sucks.The fishing industry is having a hard enough time with Government regulations and Quotas and such things. These boys were wrong to keep the small fish, for sure.Too bad you could not have had the Wildlife Police (Conservation Officers) show up for an inspection.
  14. You may be able to zip your output using .htaccess. Check about half way down this page: http://corz.org/server/tricks/htaccess.php
  15. There is an HTML and an SQL BBcode tag already on the system. <h2>Tab Menu 1</h2><div id="menu1"> <ul> <li><a href="#1" title="Link 1">Link 1</a></li> <li><a href="#2" title="Link 2">Link 2</a></li> <li><a href="#3" title="Link 3">Link 3</a></li> <li><a href="#4" title="Link 4">Link 4</a></li> <li><a href="#5" title="Link 5">Link 5</a></li> </ul></div><br /> // This file contains the database access information. // This file also establishes a connection to MySQL and selects the database.// This file also defines the escape_data() function.// Set the database access information as constants.DEFINE ('DB_USER', 'username');DEFINE ('DB_PASSWORD', 'password');DEFINE ('DB_HOST', 'localhost');DEFINE ('DB_NAME', 'sitename');// Make the connection.$dbc = @mysql_connect (DB_HOST, DB_USER, DB_PASSWORD) OR die ('Could not connect to MySQL: ' . mysql_error() );// Select the database.@mysql_select_db (DB_NAME) OR die ('Could not select the database: ' . mysql_error() );
  16. jlhaslip

    Credits?

    moved to Introductions ( for lack of a better place )
  17. The configuration file is called several times, but you have not defined it in the tutorial.Also, do you have a Demo site for this script? Someplace we could check it out?Also, check the URL BBcode and html codes you list above. They appear to be the same code, but the comments suggest they are to output differently.It looks like a decent script. Congratulations on it. I'll add a DB and check it out further in the next little while.
  18. Clean out the dust bunnies from the case and confirm that your fans are working properly... sounds like it is overheating.
  19. Another, similar, technique is explained here.
  20. Try a Linux Install which will co-habitate with Windows (if Windows is installed first) as a test server.Linux is similar to Unix, Open-source, Free to download/install and then add an XAMPP installation to mimic a live Server on your localhost machine as a trial for the Webhosting you plan on creating.Works great.
  21. Have you used the Search feature? or checked the Tutorials Forum?
  22. Topic is resolved.Please PM any moderator to continue this discussion. Until then, this topic is closed.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.