-
Content Count
6,070 -
Joined
-
Last visited
-
Days Won
2
Everything posted by jlhaslip
-
http://forums.xisto.com/topic/174-free-web-hosting-account-upgrade/
-
It Went Well For A While MySQL problem back in all its glory.
jlhaslip replied to mrdee's topic in Web Hosting Support
I seem to be plagued by the same issues on a Forum I Host.DB issues at present. -
Submit a PM to Buffalohelp, our Admin, and he will look into the issue.
-
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.
-
Problem Aligning In Firefox Problem aligning an image in Firefox.
jlhaslip replied to Jaxx's topic in Programming
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. -
Worlds Fastest Computer Aka Roadrunner
jlhaslip replied to Saint_Michael's topic in Hardware Workshop
More information is available here: http://www.nbcnews.com/id/25062752/ -
Css Layout Generator - *free* Generate a CSS layout for your site
jlhaslip replied to serverph's topic in Programming
Floats, margins and padding on the elements in question. -
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.
-
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.
-
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.
-
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.
-
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() );
-
[MYSQL] Drink List create a sorted list of recipes
jlhaslip replied to iGuest's topic in Programming
Split Topic -
Full Cms System [php] Really Good Guide to Follow.
jlhaslip replied to alex1985's topic in General Discussion
Can you show us the Config file, please? -
moved to Introductions ( for lack of a better place )
-
Full Cms System [php] Really Good Guide to Follow.
jlhaslip replied to alex1985's topic in General Discussion
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. -
Another, similar, technique is explained here.
-
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.
-
Have you used the Search feature? or checked the Tutorials Forum?
-
Topic is resolved.Please PM any moderator to continue this discussion. Until then, this topic is closed.