Search results

  1. descalzo

    How to restore files

    These relate to command line shell and since Free does not have shell access, should be no problem if they are missing. email you list as your contact. cPanel on top has "Update Contact Info" and filling that out should restore the file. Automatically generated (IP address of your last...
  2. descalzo

    This is anoying

    http://x10hosting.com/login.php does not log you into the Forums.
  3. descalzo

    hi

    Right now that domain shows as being "available". OP, either you did not sign up with CO.CC for that domain, or you took too long to set up the account and they recycled it.
  4. descalzo

    Absolut \ Cossacks

    Different cPanel login system (password protected directory) for Cossaks ?
  5. descalzo

    I keep getting suspended

    Logging into the Account Panel or cPanel does not count. You have to log into the Forum. Stay ~5min so the system can register your presence. Unsuspending yourself does not give you an automatic 31 days. The system checks to see if you have signed into the Forums recently. If you have...
  6. descalzo

    Name My Server

    Led a sheltered life? :biggrin:
  7. descalzo

    can't login to cpanel

    Log on to the Account Panel with your Forum username and password. Your hosting username is on the left column and on the right column, "Account Options", there is a "Change your cPanel password" link that will allow you to set your hosting password (after answering your security question).
  8. descalzo

    How does facebook do this?

    If you want just one option executed: # legal options $permitted = array( 'compose' , 'destroy', 'giggle', 'whistle' ); # all options sent $submitted = array_keys( $_GET ) ; # legal options sent $ok_submitted = array_intersect( $permitted , $submitted ) ; ## INSERT A TEST TO MAKE...
  9. descalzo

    Dealing with NULL in MySQL Query

    SELECT SUM/MAX/MIN as value from A inner join B on A.id = B.foreignKey UNION SELECT SUM/MAX/MIN as value from A inner join C on A.id = C.foreignKey Sould return two rows. Add or take max/min
  10. descalzo

    How does facebook do this?

    # legal options $permitted = array( 'compose' , 'destroy', 'giggle', 'whistle' ); # all options sent $submitted = array_keys( $_GET ) ; # legal options sent $ok_submitted = array_intersect( $permitted , $submitted ) ; foreach( $ok_submitted as $option ){ // Do something with...
  11. descalzo

    How does facebook do this?

    Exactly what do you want to do?
  12. descalzo

    Why no site shows

    First time I tried your site (http://rpgrevolution.elementfx.com right?), got nothing (IE undable to display page). Just tried again and it shows up fine.
  13. descalzo

    Suspension

    Logging into the Account Panel does not count. Logging into cPanel does not count. Logging into the Forums and staying ~5min counts. Plus, if you unsuspend yourself before logging in, the system sees you have not been active, and puts you into the ToBeSuspended queue. You do not get 31 (up...
  14. descalzo

    How to Automatically Update MySQL Data?

    /usr/local/bin/php -q /home/USERNAME/etc/cronjobtorun.php Works for me.
  15. descalzo

    How to Automatically Update MySQL Data?

    Run a cron job every 10 minutes or so (depending on how your auctions are set up...if they all end on the hour, just run the job at 2 minutes past the hour etc).
  16. descalzo

    Perplexing PHP mail from address not getting through if major domain like yahoo

    Just tested sending (via PHP script on my x10 site) to my gmail account using my hotmail account address in the "From" field, and it went through. But people have reported that they could send emails with 3rd party "From" addresses for awhile, then they stopped. Staff hasn't said as much...
  17. descalzo

    Please Help me guys1

    Script problem. If you downloaded it from somewhere, ask them. But the problem probably came from you or someone else trying to edit the script. See if you can get a clean copy of the file and replace it. 1646 line script...posting it here will not help.
  18. descalzo

    Please Help me guys1

    Allow all Remove this line. Reason: The proper syntax is "allow from all", but in this case it doesn't do anything.
  19. descalzo

    Please Help me guys1

    Log on to cPanel Go to FileManager Go to public_html Locate .htaccess ... it should be right after the directories * Select .htaccess Click Edit Copy and Paste the contents here. Close the Editor without saving changes. Wait for one of us to tell you how to fix the problem. * If...
  20. descalzo

    Cornjob Setting

    0 * * * * firstJob 10 * * * * secondJob
Top