Search results

  1. descalzo

    Python - GET and POST?

    #!/usr/bin/env python import os import sys print("Content-type: text/html") print("") print("<html>") print("<body>") print( "GET / POST Information") print("<pre>") print "Request method: " , os.environ[ 'REQUEST_METHOD' ] print "Query string: " , os.environ[ 'QUERY_STRING' ] count = 0...
  2. descalzo

    php preg_replace help

    What is the URL you are feeding it?
  3. descalzo

    php preg_replace help

    function blah($rawlink) { $pattern = '/\/index\.php\?page=(\d+)$/' ; return preg_replace( $pattern , '/page/$1' , $rawlink ); }
  4. descalzo

    php preg_replace help

    http://www.mysite.com/index.php?page=2 Is this part always the same? Or can 'page' and 'index.php' vary?
  5. descalzo

    :2082 and 2083 blocked-any other way?

    Have an example? Because it does not work for my friend's site which is xxxxx.org (it is parked, which might make a difference).
  6. descalzo

    :2082 and 2083 blocked-any other way?

    http://domain.com/cpanel redirects to http://domain:2082/ and http://cpanel.domain.com is not recognized by the nameservers.
  7. descalzo

    Why I can not park domain?

    Go to where you bought the domain and correct it the nameserver problem.
  8. descalzo

    Server Not Responding

    http://webbuzzdesign.x10.mx loads fine.
  9. descalzo

    running python

    You want to run a python script from inside a PHP script?
  10. descalzo

    Domain name problem

    If you have an .htaccess file, could you display it? Something is issuing a 301 Temp Moved
  11. descalzo

    account closed ?

    If you could also supply the server you were on and the last time you saw your site functioning properly. It might help us narrow down the possibilities.
  12. descalzo

    Password invalid

    If everything else fails, try using the Account Panel to change your password (when it asks for old password, enter you Forum password). This sets both Forum and cPanel password to the same thing.
  13. descalzo

    website down since changeover

    Several users on Lotus have reported that the move wiped out files and/or databases.
  14. descalzo

    PHP require... what is wrong?

    You can insert the tags, but as you have seen, and as you have been told by one of the most knowledgeable posters here, they are not processed under normal circumstances. x10hosting does not parse .html files with PHP. Apparently your old host did. It is not standard. Try listening to people...
  15. descalzo

    Web site doesn't work

    1. Do you remember which server your site is on? 2. When was the last time you could see the site?
  16. descalzo

    Unable to pull web page after server move.

    I tried running that function on Lotus and it worked calling a POST on another site. You could try removing the @ warning suppression. Does it throw one of your exceptions? What sort of site are you posting to?
  17. descalzo

    Unable to get to cpanel

    If it was functioning 3 days ago, then it should not be related to the move of data centers. Will escalate to a Support Ticket so an Admin can research it for you. This will close the thread.
  18. descalzo

    My SQL databases are empty

    Have you gone to phpMyAdmin and looked into the databases? I say that because the 'statistics' displayed in cPanel and other places are often erroneous.
  19. descalzo

    Logging in to not get suspended...

    Here, the Forum. Do not have to post. Once every 31 days.
  20. descalzo

    Website not working

    I see your site, mainly because there is no "stale" information in my system. Try clearing your cache, flushing your DNS, and if that does not work, patience.
Top