Search results

  1. garrettroyce

    Nasty viruses

    Re: Nasty *ss viruses I'm guessing the virus is blocking avg in some way or the file has been corrupted by the virus. You should be able to copy all the files from a good installation of avg and run it from a flash drive or CD.
  2. garrettroyce

    Nasty viruses

    Re: Nasty *ss viruses Yeah, the virus probably won't let you run the service. You need to boot to a command line and run: c:\progra~1\AVG\AVG8\avgscanx.exe /comp /heur /arc /clean /reg /pup
  3. garrettroyce

    when installing a script geting - E_CORE_NOTICE - ????

    That's really bizarre. E_CORE_NOTICE and E_COMPILE_NOTICE are system constants that have been defined since PHP4. I wonder if it's a configuration error on the admin side.
  4. garrettroyce

    Using PHP to backup and load Mysql DB

    That's pretty neat. I'd use that instead :P
  5. garrettroyce

    Submitted a ticket, now what?

    There are a ton of tickets in the system, unfortunately. You can only wait until your issue is fixed. You can connect using any FTP client and backup using FTP I think.
  6. garrettroyce

    Nasty viruses

    Re: Nasty *ss viruses I agree, even if you save your windows installation, it'll never work quite right. When I worked as a PC repairman for my college, I used a couple of the methods listed already. I also downloaded and created an Ubuntu linux install disk. It's a complete operating system...
  7. garrettroyce

    is the domain co.cc

    Oh, I just made that number up :laugh: It's really not very expensive though. A couple of dollars a year. GoDaddy is really good and they give one year free, I think.
  8. garrettroyce

    Using PHP to backup and load Mysql DB

    You'll need to back up the structure of the tables separately. I'll try to work on this additional functionality in the morning. Also, when you restore the table, it won't check for duplicates, so you should DROP the table first, then create a new one from the definition. The importMysql()...
  9. garrettroyce

    Running perl from php page ??

    the PHP perl class and the phpinfo() function are set at the admin level and can't be changed by users. It is giving an error before it even tries to find the perl file.
  10. garrettroyce

    php info()

    php mail (not mail() ) could also refer to the usage of fsockopen() to create a connection to your own SMTP server, but you're right that mail() is the standard way of sending mail. I think the fsockopen() method has never been banned, although you cannot fsockopen() anything outside of x10.
  11. garrettroyce

    Using PHP to backup and load Mysql DB

    No problem :) If you have anything you'd specifically like to add/change let me know and I (or anyone else here for that matter) can help you out.
  12. garrettroyce

    Using PHP to backup and load Mysql DB

    Yeah, I went on to do some testing/refining of the code and realized I forgot to add the WHERE to the first query <?php function exportMysql($fileName, $databaseName) { mysql_select_db('INFORMATION_SCHEMA'); $file = ''; // this will hold the information $query = "SELECT TABLE_NAME FROM...
  13. garrettroyce

    VPS hosting and script memory

    I don't know if you're really using a VPS in a way that you couldn't accomplish using paid hosting with much less hassle and price.
  14. garrettroyce

    Using PHP to backup and load Mysql DB

    Maybe this will work: see newer version below A couple of things: This does not create the table structures, only copies data into existing tables. This does not check if the data is already in the table. If you don't empty the table first, you will have duplicates.
  15. garrettroyce

    Authentication Required?

    It's a popup type window prompt?
  16. garrettroyce

    is the domain co.cc

    You sir, are correct. I haven't found a decent free domain yet that has both free DNS hosting and a truly free domain. Oh well. It's like $10 for 5 years of domain registration.
  17. garrettroyce

    php b0rked?

    It's possible there's more than one problem. It's hard to check without PHP working. phpinfo() should be enabled within a week or two, maybe less, there's no ETA right now.
  18. garrettroyce

    Site not working

    http://forums.x10hosting.com/free-hosting/99016-anyone-who-lotus-server-read.html Internal error is 500, but it calls a 404 because the error page is missing.
  19. garrettroyce

    php b0rked?

    phpinfo() is disabled currently. http://forums.x10hosting.com/free-hosting/99016-anyone-who-lotus-server-read.html
  20. garrettroyce

    Anyone who is on the Lotus server read this!

    The CPanel backend I mean. Not the user CPanels.
Top