Jump to content
xisto Community

jlhaslip

Members
  • Content Count

    6,070
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jlhaslip

  1. I liked the background and the smoothness of the text effects on samma's the best.
  2. Smooth transitioning of the items. I think you gfx-types call it blending.
  3. Joomla, Wordpress, Mambo are all CMS packages. Check them out.
  4. Check here for avast download: http://forums.xisto.com/topic/39439-useful-freeware-applications/ Run it on your computer to see if it will whack it. Otherwise, google on that message that AVG gives you. Have you updated the AVG lately? Might need to do that, too, but it is finding the bug, so it can't isolate and quarantine the thing?
  5. Email to support@Xisto - Web Hosting.com explaining all of that. But they are most likely aware that a problem exists.
  6. jlhaslip

    Php Server Time

    It is usually neccesary to adjust the time whenever you use a php time function since it is common to have the server time set to GMT. A typical php code to do that would be something like this: $offset_from_server_time = -6; // a variable defined in the head of the page.. more code here.$my_time = time() + ( 60 * 60 * $offset_from_server_time );.. more code here. See also: http://forums.xisto.com/topic/41773-simple-php-calendar-and-yahoo-calendar-connection-linking-each-date-to-yahoo-calendar/
  7. peo, Take it up with him. It isn't our job to sort that out.Oue Admins have suspended your site. Discuss it with them directly.
  8. http://forums.xisto.com/topic/41944-ihp-scam-site/ Is this you? Might want to make a connection with that Webmaster and solve the difficulties he has with your participation at his Forum.
  9. *wait* You might want to check at the SMF Support Site for clarification about whether this is a problem throughout the SMF Community or solely for your site. Don't start making any assumptions about the Security here at the Xisto Forums or on other Xisto Sites. There is no reason to believe this is a Xisto account holder problem until further information is obtained. To begin with, alter your cpanel password immediately.
  10. I think this will might fix that gap, but I am not 100% certain. Add this META tag to the Head section of your page to force a reload every x number of seconds. <meta http-equiv="refresh" content="x" />example:<meta http-equiv="refresh" content="5" /> If this doesn't do it, there is a javascript function to add to the body tag that might help also.Something like: <body onload="doLoad()">where the doLoad() function has been defined in the head of your page as per this example forund by using my friend and yours : Google.http://grizzlyweb.com/webmaster/javascripts/refresh.asp Actually a fairly well written piece about three methods to use to refresh or redirect a page.
  11. Exactly.The trouble with that is the need to re-code your queries and such in all of your scripts, but it is do-able, yes.It would be preferred to have seperate databases for each "function" to make the code portable and to allow for "modularization", but if the larger restriction is the number of databases allowed on the account, then it would win the battle.SQLite DBMS is available through php. Might want to check to see if that could be used to augment the D/b count. MySql and SQLite are 'similar', but not the same. Have a look at the php Manual for information about SQLite.Or are there some uses that might be able to use 'flat-files' instead of Databases? Using a flat-file to store information which doesn't change too often or isn't used much might be one way to reduce your D/b count.As to the 'how-to-do-this' aspect of combining the data tables into a single database, have a look at the phpadmin software. It does amazing stuff.
  12. No. The choices are to have enough credits in your account before you leave or risk an account suspension and / or termination.Both of these questions have been answered on the Forum numerous times. Please look in the appropriate Sub Forums and / or perform a search. The readme file also contains answers to both of these questions.
  13. Have a look here at the w3school site. They have a basic introduction to php coding and the syntax for php language. You may be able to find what you need on that site. I don't quite follow exactly what it is you are trying to do using the code example you posted. Perhaps if you explained it a little better using words instead of the code, someone might be able to assist you. In the meantime, read up on the include function at the site I added above.
  14. 1 credit equals 1 day.Or it might be the other way around. Not sure.Check your total on the front page of the forum. Look for the red and green text.
  15. Google using the Advanced search for all of these words and this link appeared. Might be something there. http://forums.xisto.com/no_longer_exists/ Did you replace the cassette batteries? :l
  16. Yes. It is as simple as uploading another 'banner' to your Hosting account. You would do well to download the phpbb Documentation from the phpbb.com site. Everything you need to know (and more) is in that manual.
  17. They think so, too. A tragedy by any definition. Young people are the potential for our societies, and what we as citizens must protect. My thoughts are with them this evening.
  18. Try here: https://csscreator.com/tools/multimenu for the html and javascript coding Also, make certain that you also use the Style Generator on the same page (bottom of the right hand column) to generate the CSS for it.
  19. *bump*Sorry about the delay in approving this request. Stuff happens.
  20. http://forums.xisto.com/no_longer_exists/ Link to the help desk. I couldn't find your sub-domain or get a response from your cpanel either. As Mods, there is only so much we can do. Please ensure that you are using the correct spelling on the sub-domain. It should be exactly as per the account request. You also might double-check the registration confirmation e-mail for the address and spelling.
  21. Please provide the link to your site so we can attempt to enter it and confirm the error you are receiving.
  22. In order to transfer credits, there are several conditions which must be met.1. You must have at least 30 credits in your account.2. Both you and the member receiving the credits must be Hosted status.3. You must have 30 credits in your account at the end of the transfer.If these conditions are met, the transfer will go through the system, otherwise, the transfer will fail.This has been explained a number of times on the Forum. Please use the Search Feature.
  23. Couple of changes on this demo here. http://forums.xisto.com/no_longer_exists/ CSS was altered. Now links to my calendar. Adjusted to my time zone. Added "add an event" button for web based changes by others IF your yahoo calendar allows them to modify the calendar. Add an individual user to your approved modifier list through Yahoo! calendar set up screen via your Yahoo! account. Also, use the Yahoo! Calendar to make the calendar Public. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://forums.xisto.com/no_longer_exists/; <title>Cal test 3</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" > <meta http-equiv="Content-Style-Type" content="text/css" ><style type="text/css">body { background-color: #eeeeee; font: 0.85em Arial,Helvetica,Verdana, sans-serif, serif; min-height: 100%; margin-left:auto; margin-right:auto; text-align:center;}table, tr, td { margin-left:auto; margin-right:auto; text-align:center;}a:link, a:visited { color: #ff6666; border-left: 3px solid #cc9966; border-bottom: 3px solid #cc9966; border-right: 3px solid #996633; border-top: 3px solid #996633; font-weight: bold; display:block; text-decoration:none; }a:hover { background-color: #eecc33; color: #996633; border-left: 3px solid #996633; border-bottom: 3px solid #996633; border-right: 3px solid #cc9966; border-top: 3px solid #cc9966; }// use the classes odd and even for the colors of the shaded rows.odd {background-color: #eeeeee; }.even {background-color: #cccccc; } .highlight {background-color: #ddcccc; }a.highlight {background-color: #dd9999; color:#666666; }a:hover.highlight {background-color: #ee6666; color:#dddddd; }</style></head><body><h4>Linking all days of the month<br />Shading alternate weeks<br />Highlight of the current date</h4><?php//--my addition to Yahoo variables// var $yahoo defines the link which control is passed to$yahoo = "http://calendar.mail.yahoo.com/jlhaslip";// var $view defines the query string value to define the view used by $yahoo// uncomment the desired view// only one should be uncommented at a time$view = 0; // daily view//$view = 1; // weekly view //$view = 2; // monthly view //$view = 3; // yearly view //$view = 4; // daily view//$view = 5; // add event view //This gets today's date$date =time () + (60 * 60 * -7);//This puts the day, month, and year in seperate variables$day = date('d', $date) ;$month = date('m', $date) ;$year = date('Y', $date) ;// use the row variable to switch shading on each line$row = 2;//Here we generate the first day of the month$first_day = mktime(0,0,0,$month, 1, $year) ;//This gets us the month name$title = date('F', $first_day) ;//Here we find out what day of the week the first day of the month falls on$day_of_week = date('D', $first_day) ;//Once we know what day of the week it falls on, we know how many blank days occur before it.//If the first day of the week is a Sunday then it would be zeroswitch($day_of_week){case "Sun": $blank = 0; break;case "Mon": $blank = 1; break;case "Tue": $blank = 2; break;case "Wed": $blank = 3; break;case "Thu": $blank = 4; break;case "Fri": $blank = 5; break;case "Sat": $blank = 6; break;}//We then determine how many days are in the current month$days_in_month = cal_days_in_month(0, $month, $year) ;//Here we start building the table headsecho "<table border=1 width=200>";echo "<tr class=\"even\"><th colspan=7> $title $year </th></tr>";echo "<tr class=\"odd\"><td width=25 align=center>S</td><td width=25 align=center>M</td><td width=25 align=center>T</td><td width=25 align=center>W</td><td width=25 align=center>T</td><td width=25 align=center>F</td><td width=25 align=center>S</td></tr>";//This counts the days in the week, up to 7$day_count = 1;echo "<tr class=\"even\">";//first we take care of those blank dayswhile ( $blank > 0 ){ echo "<td></td>\n"; $blank = $blank-1; $day_count++; }//sets the first day of the month to 1$day_num = 1;//count up the days, untill we've done all of them in the monthwhile ($day_num <= $days_in_month ) {//--my addition to Yahoo variables 2$unixtime = mktime(0,0,0,$month,$day_num,$year);$shadeday = date('D' , $unixtime);//if ($shadeday != "Sun" && $shadeday != "Sat") { if ( $day_num == $day) { echo "<td><a class=\"highlight\" href='$yahoo/?v=$view&t=$unixtime'> $day_num </a></td>\n"; } else { echo "<td><a href='$yahoo/?v=$view&t=$unixtime'> $day_num </a></td>\n"; }// }// else {// echo "<td> $day_num </td>\n";// }$day_num++;$day_count++;//Make sure we start a new row every weekif ($day_count > 7) {//check var $row, switch classes / re-set $row as requiredif ( $row == 1 ) { echo "</tr><tr class=\"even\">\n"; $row = 0; } else { echo "</tr><tr class= \"odd\">\n"; $row = 1; }$day_count = 1; }}//Finaly we finish out the table with some blank details if neededwhile ( $day_count >1 && $day_count <=7 ){ echo "<td> </td>"; $day_count++; }echo "</tr></table><table><tr><td class='highlight'><a href='$yahoo/?v=5'>Click to add an event </a></td><tr>\n";echo "</table>";?></body>
  24. It says something about you that you aren't simply abandoning the place.Drop in and visit any time. I always enjoyed your posts.See you around.
×
×
  • 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.