Search results

  1. MaestroFX1

    slave and master in hhd

    For my i845; I have always used this: Primary Master: 80 GB HDD Primary Slave: 40 GB HDD Secondary Master: DVD-RW Secondary Slave: DVD-ROM PATA devices are limited to one operation at a time. So, they shouldn’t ideally be on the same cable. For one cable, it doesn’t matter...
  2. MaestroFX1

    Which External HDD Should i Buy?

    I have a deal of great faith in LaCie products. I had used LaCie d2 and Secure, which has fingerprint protection with filesystem encryption, in the past. Now, I have been using LaCie Quadra 2TB for while. It is a great product. It has four interfaces – USB, FireWire 400, FW 800 and...
  3. MaestroFX1

    Which Power Plan do you use?

    Which power plan do you use in Windows? For Desktop: Maximum Performance My BIOS Manager has some power management settings, but I have set them to Turbo (Not OverClocked) mode! For Laptop: I change the settings depending ‘where’ it is –not what it is connected to. When it is...
  4. MaestroFX1

    Payment Manager?

    Good to see someone giving back! Though first I thought it was some kinda secret parent-bashing site! Are you going use PayPal for that ?
  5. MaestroFX1

    dating social networking site www.connectsingles.net for sale $500 chrismug@gmail.com

    Re: dating social networking site www.connectsingles.net for sale $500 chrismug@gmail Ah, saw the sale ad somewhere too! Good Luck!
  6. MaestroFX1

    Which is the best internet security suite?

    Well, when we are discussing about firewall,antivirus,antspyware,etc the usual suspect is always Windows.Right ? So, for Windows: I have been using Zone Alarm Internet Security since time immemorial. They are now known as CheckPoint. But, neither their Antivirus nor their antispyware are...
  7. MaestroFX1

    Who Here Grabbed Windows 7?

    In terms of core coding Windows Vista and 7 are pretty much alike – broken products. Both of them are based on Windows NT 6 kernel. So, one may also assume that Windows 7 suffers from intrinsic problems that bogged down Windows Vista. Not so at all. Windows 7 is more refined and matured...
  8. MaestroFX1

    Review my site

    Joomla and co.cc are totally independent of each other. Joomla is CMS - content management system and co.cc is well just a domain and it’s owners(Good Koreans in Sothern part) allow you to use their sub-domain.(free of charge as you already might know). It is not so-important as to what...
  9. MaestroFX1

    Hi there! from a noob of this forum ;-)

    Bonjour ! Make it a bit more widescreen. In Photos Gallery, you could have rows&columns say 3x3 and then could have added links to next page for more thumbnails of your pics. Use more user identifiable names and some description for the thumbnails. Say instead of 'IMG_1185_mtt_w4' use...
  10. MaestroFX1

    Reset-restore-reload button

    Actually it is a great idea. But, this feature if implemented should a controlled one. Like enter password before complete a reset, etc. X10 should also enable bzip support in phpMyAdmin and 7zip support in cPanel
  11. MaestroFX1

    100,000 Visitors From Twitter Each Month

    Good for him ! PS I find tweeter really annoying.
  12. MaestroFX1

    some questions about joomla

    Components are more complex in scripting and hence more advanced in their data handling. They are mainly used for page rendering. It is system-wide. Modules are not so complex. They are mostly complementary in nature. It can be simple text too. It can be made page-specific.
  13. MaestroFX1

    some questions about joomla

    To include any module, use ---------------- <div id="Header"> <jdoc:include type=”header” /> </div> ----------------
  14. MaestroFX1

    Review my site

    Wait ? Change your main domain using: https://x10hosting.com/control/?hosting&modify *NOTE : You will forgo your current x10 domain name. After that, check Advanced DNS Zone Editor in your cPanel. They should point to your co.cc.(It should be automatically set). Also,visit co.cc...
  15. MaestroFX1

    Review my site

    No parking. No addon. Replace whatever domain you signed up for with your co.cc.
  16. MaestroFX1

    Review my site

    Not At All TRUE ! Proof ? ME !
  17. MaestroFX1

    Have you tried 0mlm?

    Yet another dotcom or dottk...haha!
  18. MaestroFX1

    How to connect my php script to database?

    Yet again authentication error - SQLSTATE[28000] [1045] Try this: <? $host="localhost"; // Host name $username="hawksvk_usr001"; // Mysql username $password="abcd123"; // Mysql password $database="hawksvk_mydb001"; // Database name $dsn =...
  19. MaestroFX1

    How to connect my php script to database?

    Bumper ! As a last resort try abcd123 or something like that as your database password. Something is going wrong during the connect stage.
  20. MaestroFX1

    How to connect my php script to database?

    There shouldn't be any spaces between the starting " and the last last " for a variable. Try this: $host="localhost"; $username="hawksvk_usr001"; $password="mypassword"; $db_name="hawksvk_mydb001"; Remove spaces! ---------- Post added at 04:36 PM ---------- Previous post was at 04:34...
Top