Hello,
I emailed support and GDI does NOT support PHP, MySQL, or CGI-Bins etc...
For everyones information, this is the nuts & bolts of the email;
Our hosting service is basic. The hosting service does support PHP scripts.
However, we are not able to support MySQL, CGI bin scripts or other advanced features. If you wish to have these features for your website, you may wish to use the "Advanced Nameservers" Domain service option with an alternate hosting provider of your choice.
Feel free to contact us with any further question. You can send support requests to ws_support@domains.ws or call our Support Department at (1) 760-602-3000, M-F, 8:00 am - 5:00 pm, Pacific Standard Time.
Kindest Regards,
.WS Affiliate Support
So there you have it guys!
In my opinion though, GDI should definately look into providing an "Advanced Server Upgrade" Perhaps for another 10 dollars a month or so. Where you do get these advanced features. And with more bandwidth etc. It makes good business sense. Now I would have to outsource another hosting company if I wanted to "Go Pro".
Food For Thought GDI?
I emailed support and GDI does NOT support PHP, MySQL, or CGI-Bins etc...
For everyones information, this is the nuts & bolts of the email;
Our hosting service is basic. The hosting service does support PHP scripts.
However, we are not able to support MySQL, CGI bin scripts or other advanced features. If you wish to have these features for your website, you may wish to use the "Advanced Nameservers" Domain service option with an alternate hosting provider of your choice.
Feel free to contact us with any further question. You can send support requests to ws_support@domains.ws or call our Support Department at (1) 760-602-3000, M-F, 8:00 am - 5:00 pm, Pacific Standard Time.
Kindest Regards,
.WS Affiliate Support
So there you have it guys!
In my opinion though, GDI should definately look into providing an "Advanced Server Upgrade" Perhaps for another 10 dollars a month or so. Where you do get these advanced features. And with more bandwidth etc. It makes good business sense. Now I would have to outsource another hosting company if I wanted to "Go Pro".
Food For Thought GDI?
but i can use php scip of one
but you need to post what are the frome like
my scip
<?php
$textfield = $_POST["textfield"];
$passwords=$_POST["$password"];
if ($textfield == "mexicano")
{
echo "<table align = center>";
echo "<tr><td><font size = 10>www.silvergold.ws</font></td></tr></br>";
?>
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=1341377229017796531&hl=en" flashvars=""> </embed>
<?
}
else
{
echo "<table align = center>";
echo "<tr><td><font size = 10>คุณไม่สามารถดูได้ครับ</font></td></tr>\n";
echo "<tr><td><font size = 10>กรุณาติดต่อ ผู้สนับสนุนของท่านครับ</font></td></tr>\n";
echo "<tr><td><font size = 10>หรือติดต่อcontact@silvergold.ws</br></td></tr></table>\n";
}
?>