Jump to content
xisto Community

jlhaslip

Members
  • Content Count

    6,070
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jlhaslip

  1. Confirm that the User name does not require a Prefix, like here at the Xisto.Also, of course, double check the user name and password. and check that the User has been created via phpmyadmin or the Mysql wizards.Another thing to check/confirm is the "host" name is not always 'localhost'. Some Servers use another name for their Host.
  2. I sense some {EVIL} things are about to happen...{can't wait}
  3. If the Google OS is to be based on a Linux Kernel, does that mean they will be providing a version of their Sketch-up package that will work on Linux? Has anyone heard that?
  4. Yes, all the important links are on the Index page of the forum. Here is one of them: http://forums.xisto.com/topic/106-free-web-hosting-service-registration-3-easy-steps-to-your-new-free-website/ One thing to check is the registration at the Xisto - Support.com/billing site needs the same email address as the Xisto Forum registration, so check that they are the same. Submit a ticket ti Xisto - Support.com if one of them needs changing. DO NOT CHANGE them yourself. The Support team will link the two bits of information. As far as i know, changing them by yourself will mess up the linking of the support account and the Xisto account and no mycents will accrue to your account. If they are the same already, contact support at Xisto - Support.com and submit a ticket.
  5. Well, I'm pretty sure that the Xisto can stand the competition. :(Went and had a look, nice enough, but needs some Theme touches are per above. Good start.Add a link to Forum in your siggy, I'd say.
  6. A couple of points to make here.1. The Mycents only shows after making a minimum of 5 posts.2. There is a time lag of several hours between runs, so expect a lag of a couple of hours for the mycents to update.3. The conversion from Mycents to xistodollars is done in whole dollars only.4. The xistodollars are only redeemable at the Xisto - Web Hosting services, so the laptop/Amazon thing is out.
  7. Hosting or Domain names can be earned with your MyCents/Xistodollars, or any of the services available at the Xisto - Web Hosting site.All it takes is a series of good, quality postings to earn a dollar to two for Hosting, and several times that for the Domain Name.Good luck with it.
  8. Welcome back, Kobra.Seems there have been a few people showing back up here lately.
  9. Topic is resolved.Please PM any moderator to continue this discussion. Until then, this topic is closed.
  10. Sky, What I meant was to "end the php snippet" with the red code above.
  11. Terminate the include snippet <?php include('staff.php'); ?>
  12. move the code to the top of the script. It might be a Logic issue.
  13. change this code segment: if ( isSet($_POST['submit']) ){echo '<pre>';print_r($_POST);echo '</pre>'; switch( strToLower($_POST['class']) ){case "1": $result = mysql_query("UPDATE users SET field1='10,field3='10'");}break;This will display the values in the POST array to see what is there.
  14. There is a Bluefish for Windows project, but it is not very well supported.
  15. <form action="script.php" method="post"><input type="radio" name="class" value="1" /> A<br /><input type="radio" name="class" value="2" /> A<form>Notice the different value for the second radio button. Are you getting any errors? Is error-reporting set to "on"? Is the db connection made properly? var_dump the POST array to see what is in there. Also, the variable you named $class should be checked as $_POST['class'] in the switch statement, unless there is some code you are not showing us.
  16. Have a look at the "Permissions" tutorial I sent a link for. If there are 6 Radio buttons to select from, define a Group for each User to belong to, then define the 6 User groups.
  17. Congratulations to miladinoski for surviving a whole year at the Xisto :(Good to have you here and contributing to the Forum. Keep up the good work.
  18. Buffalohelp is fine. I saw him hanging around the other day.We (the Staff) get busy with our personal lives once in awhile. This is BH's turn.
  19. Cpanel is the software which manages your account on the Xisto. It is a Web Hosting Manager package.Fantastico and Softaculous are other softwares packages which allow you to install pre-built softwares such as Forum Software, Blog software, CMS, CRM, Auction packages, etc. Instead of downloading a copy of AEF Forum into your local machine and then uploading it to the Cpanel, Softaculous does all of that for you as it installs the package you select. It makes adding software to your Hosting Account simple.
  20. Can't stay away, can you... Welcome back. P:
  21. https://support.xisto.com/clientarea.php Try that link.
  22. Print out the POST and COOKIE arrays to see the contents of each of them. <pre><?phpprint_r($_POST);print_r($_COOKIE);?></pre>
  23. Email address changes need to be performed by the Support Staff using the Xisto - Support.com Ticket system. If you changed them yourself, it may be the issue. Submit a ticket to resolve the issue. 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.