Jump to content
xisto Community

jlhaslip

Members
  • Content Count

    6,070
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jlhaslip

  1. Well, to begin with, you aren't showing up as a 'Hosted' member, so the status of your Forum Membership won't change if you are gone for the three weeks. The 'Hosted' accounts are the ones which need to have a reserve of credits to cover absent periods. So go on your vacationa and enjoy yourself. No worries here.
  2. Well, I didn't catch that either when I looked at it. Glad it all worked out. That's a problem when trying to solve these sorts of difficulties without the code. Sometimes it just blows up in your face. If you would've had the code available, you would be able to test it beforehand.
  3. Thanks for the assistance there Inspiron. I'm sure Jesse will be thankful.Another example of the level of assistance which is available around here. 24 / 7.
  4. As a Hockey Referee, we are required to take a Clinic each year to review the rules, re-learn the positioning procedures, etcetera. One portion of the 'etcetera' includes new policies that they have implemented. A few years ago, about three, there was a big emphasis on handling problems with Players and Coaches that were not behaving properly and the guidelines are really quite simple. "Treat disrespect with Respect" When a Player or Coach argues with you or starts name-calling, the expected response is to behave as if you are talking to the Pope or somebody as esteemed as the Pope. And it works very well. The reaction is amazing. After they just questioned your ancestry and your limited vision, the correct response is to say "Yes, sir, Mr Coach. I see where you may be correct in your opinion, but the call has been made, and we will play accordingly." Or something like that. Instead of using the same level of inappropriate behaviour, raise your respect factor above theirs and before you know it, they actually "respect" you for not lowering yourself to their level.
  5. I assume that you are running the page through the php parser already? Either by using a ".php" file extension or by modifications to the .htaccess file as required. The method required to post the page generation time (not the load time) is to include a section of php code at the top of the page which creates a start time and another section of code at the bottom which creates a stop time. To find the page generation time is simply a matter of subtracting one from the other and echoing it to the html page. Here is some code for that: <?php $time_start = microtime (true); ?> // place early on the page::<?php // place this code late in the page$time_end = microtime (true); $load_time = $time_end - $time_start;echo "Page Generated in $load_time seconds";?>This code works as is for php5 only. If your server is running php 4, there is a function available on the php site that will work for the earlier versions. Search their site ( http://www.php.com/ ? ) for the microtime() function and it is explained in the first example box. To display the User'$s IP address, you reference the Global values found in the "$_SERVER" array. The complete list of information that is available in the Array can be found by printing the contents of the array using the following code: <?php print_r($_SERVER); But of course, you only want one element of the array, so rather than displaying all the data, use the following bit of code on the page where you want the IP address displayed: <?php echo "Your IP Address is $_SERVER[REMOTE_ADDR]";?> Hope this helps.
  6. Yes, in fact there is a linkable address for the full Xisto Co. Server Statuses.(sp?) The server status for all the Xisto Servers can be found using this link: http://forums.xisto.com/no_longer_exists/ You will notice that one of the servers will always show red for the pop3 and other mail services because certain features are disabled to avoid Spamming from the Xisto.net accounts which are free and relatively un-supervised. Other than that, all the buttons should be green for 'go'. And how, exactly, will you check from your web site if the servers are down and your web site too? Email yourself this link and use web-mail to access the link is a suggestion.
  7. Hey, thanks for the advance warning about the pinkness. It is indeed, pink. And lots of it, but it looks good. Sort of a Blog style? Keep at it and let us know when the coding is complete, but I like what you have done so far.
  8. jlhaslip

    Keepsake

    Notice from jlhaslip: Post is a quote from 2 sources, game description fromhttps://www.amazon.com/163-9979423-1521156?ie=UTF8&v=glance Game features from http://www.newegg.com/Common/MessagePage.aspx?MsgCode=-1&ID=52 Two in a row. Copied and Images not required on thes posts. Warning issued
  9. Notice from jlhaslip: Post is a quote fromhttps://www.amazon.co.uk/275-8367875-3650523?ie=UTF8&*Version*=1&*entries*=0 Warning issued
  10. Two pieces of advise: Eat less, Move more.Sounds too easy, but it works. The eat less part is aided by a trick that is so simple it scares you. Before each meal, simply drink a large glass of water. It helps to 'fill' the stomach so the body' inherent controls' stop making you eat. Also, while you eat, be sure to chew lots and do not 'gulp down' your food. There is a time lag for the body being able to know when you are full, and slow chewing of moderate or small bites lets the body catch up to the indicators which tell it when you are full.As to the 'move more' part, walking to the corner store, using a bike for short trips to a friend's house, helping out around the yard / house by raking leaves, shovelling snow are all small things which can help you move around and burn off some calories. If possible, take a regular break from Homework to walk the dog or just walk around the block a couple of times. Use stairs instead of elevators if they are in your daily pattern. Take up a sport even something like Badminton will burn away pounds quickly. If you take a Bus to school or work, don't walk to the closest Bus stop to catch the bus, leave 10 minutes early and walk to the second or third closest transfer point and likewise on the return trip, get off a couple of stops away and walk home from there. If you are genuinely keen on the weight thing, develop a life-style which is healthier for you by including these suggestions and it'll happen before you know it.
  11. Yes, Indeed I Do... Nice combination of the Wood theme and the Computer stuff. I'll get it uploaded and start using it tomorrow, since it is too late at night for me to do it now... I suppose you'll want to enter it into the next SOTW? Give SM and Avalon a run for their money... Thanks a bunch, icemarle.
  12. jlhaslip

    Hello ! Intro

    Hello LiHi,Welcome to the Forum. If you need any questions answered, use the PM system to ask a Moderator. Or use the Search feature to find answers others have already provided.Mich: a Blog is a "weB LOG". A public diary of sorts.
  13. Why isn't Lacrosse listed there? I know they played it during the Commonwealth Games when they were held in Edmonton in 1978.
  14. Did you read the posting by Tyssen about setting up virtual domains? At the end of the xampp tutorial?
  15. You would probably get a better response from the sig request Topic due to more traffic there.
  16. Check and make certain the spam folder isn't set to automatically delete.
  17. Look in the Tutorial section for a Tutorial about the installation of XAMPP and Tyssen posted a link to a method to allow you to access folders other than the php root as locally addressed addresses by setting them up as Local to your machine. I haven't followed it up yet, so I forget the details.
  18. Might want to consider that given the nature of the task, there may be instances where the number range of the missing Invoices is greater than the example you give. You may want to cover this possibility by checking the range of missing numbers and echoing the start and end numbers instead of each individual number on the screen. Wouldn't take long to fill a screen or create a mass of output which isn't really required.
  19. Thanks, Avalon, I'll change the topic title next.There is a process for the name of your domain to be circulated or 'propagated' across the web. One element involved is the frequency of updating which the ISP (Internet Service Provider) you subscribe to happens to use. Perhaps your mate's ISP updates more frequently. Also, the manner in which they 'cache' the pages has a bearing on the process. If the ISP's server has a copy of the old page, or the web address for an old location in its cache, that is the one you will receive until the update occurs. Furthermore, the web depends on Intermediate Servers along the way from your computer to the page source. They also cache pages and the same thing applies to them. It can get rather complicated sometimes.
  20. so the code base is the same and that would explain why the Mods and add-ons work.
  21. Ideas? Yup, try http://forums.xisto.com/no_longer_exists/ or http://forums.xisto.com/no_longer_exists/ because that is the old ip address you are using. If you just signed up for a site at the Xisto.net and have registered a domain name of your own, make sure you have them pointed to the Xisto.net nameservers. This should be done from where it is currently registered, I think. It will probably take some time (up to 72 hours) for the domain to circulate around the web before it can be accessed by others. The green cpanel splash page may be coming from the previous Host or the registar that currently has the Domain name, or which had the Domain name if you have pointed it to the Xisto.net nameservers already. Hope this helps. Post back here if it works or doesn't so others can benefit from discussing this problem.
  22. Mich, The most likely reason you are getting the robots.txt file in your error logs is if you do not have one. It would be an error of type "404" if that were the case. To avoid that error, place at least an empty robots.txt file in the directory "the one up from there that appears in my ftp window when I connect to upload". As to the correctness of the robots.txt file you list, I will let others answer because I am not up-to-date on them. parse= read and interpret the instructions contained in the file http://www.cricketwalker.com/
  23. You could begin here : http://forums.xisto.com/topic/30950-saint-michael-official-render-package-forum-updates/
  24. jlhaslip

    I'm New

    We like it. Hope you will, too.It is important to understand the rules. Please read them in the Xisto Readme found at the top of every page shoutbox. When they are closely followed, everyone has an enjoyable experience here. Basic guidelines are to be polite and helpful without spamming. If you have any questions, PM a mod or search the Froum using the search box. Thanks.
×
×
  • 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.