A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 38 of 38

Thread: Anyone use Media Temple?

  1. #21
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    I can't really speak for their dedicated servers as I use their shared server plan. I can assest however that they are the best, most responsive, most helpful host I've ever used. Screaming fast, redundancy up the ying, great tech support. They even wrote a piece of code for me so I could function more in a chmod environment at no charge.

    I will probably never use anyone else and am pleading with my company to upgrade to a dedicated.

  2. #22
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    I am guessing that you have already looked into 1and1? Never had one problem yet from them. More then 3 years of free service from them. Top Notch.
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

  3. #23
    pablo cruisin' hanratty21's Avatar
    Join Date
    Mar 2002
    Location
    on the lam
    Posts
    2,275
    Quote Originally Posted by WannaBe_80z
    I am guessing that you have already looked into 1and1? Never had one problem yet from them. More then 3 years of free service from them. Top Notch.
    BOOO!

    Reading is fundamental, wannabe.
    "Why does it hurt when I pee?" -- F. Zappa |

  4. #24
    Chaos silverx2's Avatar
    Join Date
    Jul 2002
    Location
    The hospital
    Posts
    1,262
    its hard to read through all the tears.
    GhooooostGIrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrl
    https://signup.leagueoflegends.com?ref=4b5493e6c7342
    use the link above if you download league of legends.

  5. #25
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    Quote Originally Posted by silverx2
    its hard to read through all the tears.

    Chuckle.
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

  6. #26
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Quote Originally Posted by WannaBe_80z
    I am guessing that you have already looked into 1and1? Never had one problem yet from them. More then 3 years of free service from them. Top Notch.
    *SLAP*
    Those hijacking nimrod euros couldn't host a Tupperware party.

  7. #27
    FK'n Elitist Super Mod EVPohovich's Avatar
    Join Date
    Dec 2000
    Location
    About to BAN you!
    Posts
    3,023
    Quote Originally Posted by jAQUAN
    *SLAP*
    Those hijacking nimrod euros couldn't host a Tupperware party.
    No, for that I think you should call GenniF5

  8. #28
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Quote Originally Posted by jAQUAN
    *SLAP*
    Those hijacking nimrod euros couldn't host a Tupperware party.
    Really? I seriously was considering their managed server II plan atm... please expand if you can jAQUAN.

  9. #29
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    I just signed up for the dv (Dedicated Virtual) Rage Plan at Media Temple.


  10. #30
    Banned indivision's Avatar
    Join Date
    Jul 2001
    Location
    Portland, OR
    Posts
    474
    Ive been impressed with my relatively no-name host OLM. I'm not in the set-up-hosting business so its a shared plan for personal use but I see they have dedicated plans. The control panel i have isnt as fancy looking as plesk but I believe most of the same functionality is in there. I only really open the thing once or twice a year anyway.

    Too late to consider anyway. The MT guys seem pretty cool.

  11. #31
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    Alright so i have had this damn 1and1 like pro service for years and I have no idea when it will be taken down it has been so long since I got it. So my friend is trying to set up a pixel post photoblog and I offered my server to host his stuff since all I have so much space and all I host is my photoblog as well...but after he bought his domain and went through all this bull**** it ends up the account I got only has access to only setup one sql database. So what I am asking is doesn't matter how crappy the interface is or bleh bleh I need a free(if possible) hosting site that we can just through his photoblog onto that has SQL...so anyone?

    I found this but seems sketchy www.freesql.org
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

  12. #32
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Wannabe, you can install another Pixelpost that uses the same database...

    Put his pixelpost in a different directory, and change the
    PHP Code:
    $pixelpost_db_prefix "pixelpost_"
    on line 44 in the 'includes/pixelpost.php' file to something else... it will append that prefix to his tables in the database... for example
    PHP Code:
    $pixelpost_db_prefix "myfriendsdatabase_"
    btw the Media Temple Plesk interface rocks.
    Setting it up now, I can tell already it's really fast.

    media temple is the shizzle fo'shizzle
    Last edited by admedia; 02-01-2006 at 09:56 AM.

  13. #33
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    Well this is what my database listing looks like now. If I change that one line of code ALL those things will change to hissite_ban, hissite_etc, hissite_bleh....?
    Attached Images Attached Images
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

  14. #34
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Yup, that's what I am saying.

    Quote Originally Posted by pixelpost/doc/ReadMe_install.txt
    1. Edit the pixelpost.php file (located in /includes/), enter the
    database information there:

    these are the fields, where you must enter the necessary data:

    $pixelpost_db_host = "localhost"; // database host, often "localhost"
    $pixelpost_db_user = "replace_me"; // database user
    $pixelpost_db_pass = "replace_me"; // database user password
    $pixelpost_db_pixelpost = "replace_me"; // database

    If you choose another name for your PixelPost-Tables, change it here,
    replace "pixelpost_" by the table-name-prefix of your choice:

    $pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want
    to install multiple blogs on the same database
    you installed sith the default 'pixelpost_' prefix.
    change that, and put it all in a new directory and upload.
    Make sure you upload EVERYTHING to a new directory for his site.

    Oh, and you might want to make a backup of your current database before you do anything incase you fk it up. Go to the export menu in MyPhpAdmin, save as a sql file structure and data to your computer.
    Last edited by admedia; 02-01-2006 at 04:57 PM.

  15. #35
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    Yeah I go backup crazy. All backed up. I need to go to work soon but I will try that out when I return. Thanks
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

  16. #36
    Registered User
    Join Date
    Feb 2006
    Posts
    0

    Pixelpost Tutorial

    WannaBe_80z, maybe you can benefit from this tutorial to install and configure Pixelpost:

    Pixelpost Tutorial

    Good luck!

  17. #37
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Quote Originally Posted by fl00r
    WannaBe_80z, maybe you can benefit from this tutorial to install and configure Pixelpost:

    Pixelpost Tutorial

    Good luck!
    I think I have him squared away, how is it working out btw Wannabe?

  18. #38
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    It is working PERFECTLY. Thanks again.
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center