Search results

  1. descalzo

    Help - A record Failure on Lotus Server

    I can see the site fine. Perhaps it was a temporary glitch. Make sure to clear your browser cache and history so that does not continue to redirect you.
  2. descalzo

    Database Not found after server move!?

    The dbhost is 'localhost' If that does not work, leave it as 'localhost' Go to cPanel --> mySQL Databases Find the database+dbuser list. Click on the user for that database. On the pop-up, check "ALL PRIVILEGES" and save changes.
  3. descalzo

    is this config for php enabled??

    <?php $settings= array( 'safe_mode', 'short_open_tag', 'output_buffering', 'register_argc_argv', 'register_globals', 'magic_quotes_gpc' , 'session.gc_maxlifetime') ; for( $i=0 ; $i < 7 ; $i++){ echo $settings[ $i ] . " " . ini_get( $settings[ $i ] ) . "<br />" ; } ?> returns...
  4. descalzo

    Perl error 500

    perl scripts should be chmoded to 0755 since you are executing them.
  5. descalzo

    Back and forth and editing

    1) I just open two tabs (Chrome/Firefox) 2) You can use "Copy" (third icon from the left on the top) to make a copy first, and then edit that. 3) Edit is like editing in Notepad. Code Editor is like Notepad++ (syntax highlighting, line numbers)
  6. descalzo

    High Resources?

    You don't get it, do you? Really. Are you saying that the Perl code you posted is all that the script does? Please. Let me explain. Your index file calls another file. That other file does the heavy lifting. That other file is causing the suspension. You do not post the other file, we have no...
  7. descalzo

    Perl

    If you place the script in the cgi-bin directory, 1. Permissions set to 0755 2. #! /usr/bin/perl the first line 3. Uploaded in ASCII mode, not binary, especially if you are working from a Windows machine 4. If you use Notepad++ make sure that the encoding does not have a BOM 5. print...
  8. descalzo

    Problems Connecting with Database

    Double check to make sure the dbuser is linked to the database and that it has ALL PERMISSION .
  9. descalzo

    High Resources?

    As is index.php which controls a PHP driven CMS. The code posted shows nothing about what is really going on, which is require "$sourcedir/$action.pl"
  10. descalzo

    www vs. no www??

    Probably your browser or ISP is caching the www.ben.com page. Try clearing your browser cache.
  11. descalzo

    Gulf Oil Spill Message Board

    Did you download or use one of the installers in cPanel?
  12. descalzo

    ereg_replace and explode problem

    echo "Input: ".$_POST['input']."<br/>"; $input = strtolower( stripslashes( $_POST['input'] ) ) ; // Lowercase easier to handle, use stripslashes here $clean_input = ereg_replace("[^a-z']", " ", $input); // depending on how you are going to handle it's dog's, leave...
  13. descalzo

    My account has been suspended

    http://x10hosting.com/forums/free-hosting/113179-very-poor-service.html#post646173 http://x10hosting.com/forums/free-hosting/115908-please-dont-suspend.html#post657384 Staff set up the account and then he was promised that he would not be suspended.
  14. descalzo

    Gulf Oil Spill Message Board

    What was directory you installed it in? If you forgot, go to the File Manager. (senile old fart?? do you remember B&W TV and rotary phones?)
  15. descalzo

    mysql

    Remote access to/from mySQL is disabled on the free servers.
  16. descalzo

    no access to site or cpanel

    Have you recently tried to use a secure connection via FTP or done something else that might have set off x10's firewall? Port scan? Some relatively benign actions can set off the alarms.
  17. descalzo

    Gulf Oil Spill Message Board

    If you go to cPanel you should see an icon for either Softaculous or Fantastico (or both) near the bottom in 'Services/Software' Blog type software would be WordPress BulletinBoard/forum phpBB or SMF All free. Installation is simple using the installers. You can check out the individual...
  18. descalzo

    error while trying to install joomla1.5

    If you used Fantastico or Softaculous to install a script, they put information about the install in your home directory, /home/cPanelUsername not in /home/cPanelUsername/public_html They are in folders .fantasticodata and .softaculous If you remove the installation by hand (files and...
  19. descalzo

    can't access control panel

    Can you see your own site? Are you behind a school/work firewall/proxy/etc that might be blocking the port 2083?
  20. descalzo

    Has my hosting account been deleted?

    He says he owns the sites: zazuta.com and taraganesh.com Both show up as suspended sites, on x10hosting.
Top