Jump to content
xisto Community

jlhaslip

Members
  • Content Count

    6,070
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jlhaslip

  1. why not start the voting on Christmas day and end it on New Years Eve?'tis the season...
  2. elseif($_POST['do'] == "admin") { elseif ($_POST['&id'] == '$id'){include("./edit.admin.php");} }you need to complete one 'if' before the 'elseif'. My code code have been done differently using elseif's: if ( do == admin) { // first if block starts hereif ( add ) {... add an id here ...}elseif ( edit ) {... find the id number and edit it here...}elseif (delete ) {... delete the id here ...}} // first if block ends here
  3. HA!... I thought the code looked familiar... http://forums.xisto.com/no_longer_exists/ Let me know if you want a copy of the script or Template. BH and I worked on that some time ago. We have a w3c valid div/css based version on the Annex site that does an Image swap based on the menu selection. To answer your question about using several values in the Query string, handle the first element and then the second gets checked based on the first value, etc. essentially, you need to have nested if statement blocks. if ( do == admin) { // first if block starts hereif ( add ) {... add an id here ...}if ( edit ) {... find the id number and edit it here...}if (delete ) {... delete the id here ...}} // first if block ends hereHope this helps.
  4. I use Firefox (mostly), but there are a couple of sites which crash due to some difficulties with the Extensions I have installed for Web Design stuff, so I use Opera for those sites. If Opera had an extension more like the Web Dev Ext, I would use it all the time. I think it is faster, has better cache management and is Acid Test 2 Standards compliant as well. But I use the Web Dev Ext too much to switch.
  5. Two weeks?I haven't had a cell phone for about 3 years and don't miss it one little bit.
  6. No, I can't because I code in PHP, but cgi is named as "Common Gateway Interface" and is often PERL scripting, AFAIK. CGI scripts have been replaced with ASP and php for most sites, depending on the scripting languages supported on the Server.Xisto allows php.
  7. AEF version 1.05 is now available to the public free of charge. http://www.anelectron.com/board/index.php?tid=985 Both in Full Install format and also an upgrade format to convert from a previous copy of AEF.
  8. the cgi-bin is a place to run scripts from.It takes up little or no space and there may be complications if you delete it, so until somebody comes along with further information, I would not delete it.
  9. Here is a list of the changes made to AEF 1.05, a newly released version of the AEF Forum Software. 1) Modified field 'language_id' to 'language' VARCHAR 50 in users table 2) Added Registry Key 'language' - Default Language. Default value - English 3) Added Registry Key 'choose_language' - Allow members to choose lanuages.Default value - 1 - means allow 4) Added Registry Key 'smiley_space_boundary' - Space before and after a smiley.Default value - 1 - means true 5) Added Registry Key 'users_visited_today' - Show users who have visited today on the Main Index. Default value - 0 - means false 6) Added Registry Key 'av_width' - The max width of a users avatar 7) Added Registry Key 'av_height' - The max height of a users avatar 8) Added Registry Key 'ppic_width' - The max width of a users ppic 9) Added Registry Key 'ppic_height' - The max height of a users ppic 10) Changed 'timezone' key from char 3 to VARCHAR 6 11) Added Registry Key 'last_posts_reply' - Show the last posts while replying in a topic - Default 10 12) Added Registry Key 'recent_posts' - Shows the recent posts on the Main Index - Default 8 The most important change is the inclusion of Languages and the ability to alter the native language via an Admin Control Panel setting. Currently, the AEF Group is looking for Translators. If you would like to request a specific language, please contact the AEF Forum at http://anelectron.com/. Several of the User requested features include allowing Users to Mod their Timezone, Admins can specify Avatar and picture sizes, Recent postings list, and several other smaller details. Mods are also available which include Email Obfuscation so Spammers have trouble snagging addresses, A Bank system, a Thanks system, and many more. Have a look at the AEF Forums to see all the details.
  10. Topic is resolved.Please PM any moderator to continue this discussion. Until then, this topic is closed.
  11. $username = $_SESSION["username"];have you tried single quotes here? Basic debugging would suggest that you display (print) the data in the query before and after the query, along with the results of the query after the select. This will confirm the values the query is using, and the results it is getting. And does the select work correctly in phpmyadmin?
  12. Most unfortunate. Great tunes.
  13. synchronised swimming is at the top of my list of "sports" I really can't stand to watch. Boring...
  14. Nice. I like the simplicity of the page. I agree that it looks solid. Only thing I found was a small warning about using an ampersand inside an anchor tag. <a href="http://users3.smartgb.com/g/g.php?a=s&i=g35-16027-1a" target="_blank" class="style1">Guestbook</a> |Should become:
  15. Yes, exactly correct. The 'hidden' value would not be visible to the User, but the receiving script would use it to confirm that the form and been submitted.w3schools.com has a good tutorial that may make it clearer for you.
  16. Don't get your hopes up about IE8 getting the Acid test right.An early version of FF3 passed the test, but the released version of Ff3 currently downloadable does not pass the Acid Test.
  17. Nameserver changes and propagation of the information should be complete within 48 hours.
  18. http://www.bchydro.com/siteinfo/404.html Check out a really cool flash demonstration and drop some coin into the cause... Thanks.
  19. jlhaslip

    tForum

    check the date on the opening post.This topic is 3 years old. I doubt if the Original Poster is still around.Topic closed.
  20. blackvenom,Please read the Xisto readme file to learn that your postings need to be written using correct grammar and spelling. And no leet-speak or CaMeLbAcK, thanks.
  21. Yes, I know how to do that. http://forums.xisto.com/no_longer_exists/ Let me know if you would like a Zip file.
  22. Sorry about that. I think This link was updated when the Demo site changed. Try this one: http://forums.xisto.com/no_longer_exists/ for a selection of Tutorials about AEF.
  23. I use Thunderbird. I like it and the best thing is how it uses some of the same extensions as Firefox. also, it ties into the Sunbird calendar, too.I' m sure you will be pleased with it. Enjoy.
  24. I doubt that would be effective against a Bear... I like the large size pepper sprays. You can always hit them with the empty container if the spray doesn't stop them...
×
×
  • 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.