Jul 25, 2008

Server Differences? - Between Gamma & Delta

Free Web Hosting, No Ads > Xisto Network Sites > ComputingHost Forum > Technical Support

free web hosting

Server Differences? - Between Gamma & Delta

CinnamorollTK
I uploaded a script as a free member and saw it worked so I decided to buy hosting. Then I uploaded the script as a paid member and it didn't work. The main thing I noticed is that the free member server's name is gamma and the paid one is delta.

I am mostly worried because if I can't get my script to work, I can't keep staying hosted here.

Is there any way that I can be a paid member and have my script still hosted on the gamma server? Delta's driving me nuts. wacko.gif Unless there is another more stable server that is "programmed" the same way as gamma is.

To see directly what I mean, I have placed the signup pages on both sites here.

Signup page on delta (paid) |Signup page on gamma (free)

Go to the part where it says to put a URL, type in a URL, then click where it says to test it. You'll see that one works and the other doesn't.

ETA: If anyone knows how to fix the hosting to go to where my free hosting was and yet still charge me the monthly amount, go right ahead and delete the files on the delta server and move the domain to the gamma server. You have my permission. (My hosting name is cinnamon on gamma)

 

 

 


Reply

OpaQue
Hi,

We cannot blame this issue on the server. Please note these things :-

1. Each server is not guaranteed to have identical set of modules and programs compared other servers in cluster.

2. Each server is given basic necessary modules and additional ones are installed Free of Cost if they are acceptable.

3. If you are running a program and have special requirements regarding the modules, please update us accordingly at our Support Helpdesk so that we can figure out what is the special requirement of your program/script.

4. Make sure about the specific ports used by your program. If any special ports are required, mail helpdesk. We have installed strict security programs on our server. So, we might have to tweek them depending on your requirements.

5. It is possible, your scripts are not working due to FILE PERMISSIONS.

6. It is possible, your script is not working due to Inappropriate mode of transfer.

7. It is also possible that they are not executing due to improper OWNER permission. and there are many other reasons which can lead to this.

Please help us solve your query further by mailing HELPDESK and giving them as much detail as possible.

 

 

 


Reply

Mathieu Rey
1st : problem with the target page
Index of the old hosting : <form action=/signup.php method=post name=nu>
Index of the new : <form action= method=post name=nu>

PHP version / config may be different, so enable full error reporting in your scripts to see what happens
Some clues : register_globals, magic_quotes...

2nd : (remark) you don't respect W3C rules
for example you must write parameters between quotes (<form action="/signup.php" method="post" name="nu">), use external stylesheets instead of embedded code & deprecated elements, use "table" only to display data arrays...

Better rendering into browsers, code more clean...

Tell me if you need more help

Good luck wink.gif


Reply

CinnamorollTK
I wasn't blaming the server. I actually blame the script because its a pain to find hosting for. I just wanted to know if there was a difference that could cause it to work one place and not another.

And when I said more stable I meant it has a bit better uptime. I saw a topic about trap17 being up and down.

And thanks Mathieu - I now see what could cause the errors (I just got into PHP so I don't know much about it)

Either way, I sent a ticket to the help desk. They're fixing the issue now. smile.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : server differences gamma delta

  1. Sites Down After The Upgrade - Server not found error (8)
    This is regarding the support ticket RZS-462155. I believe all the servers went offline when the
    upgrade/migration was being performed. Early my morning, I was told that it would return to normal
    with in 6 hours or so. I checked again and my sites hosted at ComputingHost.com ( www.wisetome.com
    , kalaalog.com and couple more) are still coming back as "Server not found" on the browsers. More
    than 12 hours had passed when I tried the Online support. A person 'D.J' responded saying
    that the upgrades/migrations were complete, but my sites were still not up. He jus...
  2. My Site Is Still Not Online - It Is On Delta - (2)
  3. Is The Server Down? [resolved] - (6)
    Hi, I have tryed opening a ticket for this but got no responce. I have also been waiting 40mins at
    the live help desk, again with no responce. (it does say-- Please wait, an operator will be with you
    shortly. -- but how long is shortly?). Anyway, as I asked in the support ticket... Hi, can you
    tell me if there is something wrong with your servers. my site went down last night and it is still
    down now. my domain name is: clickit-hosting.com I also have so addon domains on this web space:
    www.sew-what.els.co.uk which is also down, and I cannot access the web space C...
  4. Server Not Found? - (4)
    I bought a hosting account with computing host a couple of days ago and uploaded my completed clan
    website. It was working fine until now, the site won't load in neither firefox nor internet
    explorer. cpanel also won't load. i was wondering if there was a problem with my account or if
    the servers are down or something....
  5. Server Time Is Off - (3)
    I know i've been bugging you guys a lot lately (sorry) but I have a really small question this
    time (i swear)... the server time on my website is a few hours ahead. How do I change it to pacific
    time?...
  6. Mail Server Is Down - I cant recive or send mails (2)
    Hi , for 3 day all mail account in my account is not working (sending, Recive) i use webmail system
    , and in 3 day i lost to many important emails i check server status and i see mailscanner = failed
    my domain name is fascript.com , please fix this big problem thanks ...
  7. Hosting A Game Server From Computing Host - Is it allowed? (1)
    My website is hosted with computinghost.com, and it came with shell access, i was wondering if i
    could run a unreal tournament server from it...
  8. Transfering Files To Other Server - (8)
    hi first. This is my complain: I used to be hosted by Trap17 long ago. Then, due to the traffic my
    site started generating, decided to take one of your paid packages (3S), which I hadn't had any
    kind of problem (or maybe it seem like). But then I didn't realize how much downtime you guys
    have in your Gamma servers until lots of people started complaining about it, then I've had to
    see it myself. I have a friend with similar plan, but you hosted her site in your Theta Server, and
    her site is quite OK always. Its never been down since she got the package, and...
  9. What Ttf Fonts Are There On The Server - (6)
    hey, I'm making a PHP script that generates an image with random text in it (to prevent
    spambots), and I need a TTF font to use it, but I'm not sure which ones are on the server.
    here's the code I need it for if it helps, I'm a linux guy but don't know much about
    where it looks for it: CODE <?php $font = ".ttf"; // This is the font I need
    $font_size = 10; $angle = 0; $box = imagettfbbox($font_size, $angle,
    $font, $_SESSION['rand_code']); $x = (int)($...
  10. How Do I Upload A Mssql Database To My Server? - (3)
    I have a windows based account and would like to know how to upload my database to the server.
    Where do I find the path where the databases reside? Also, is there any documentation that is
    available? Thanks....
  11. Computinghost Server Seems Slow - (19)
    My sites been going slow all day. www.phpbb1.net...
  12. Subject: [statscheck] Stats/server Overload On Gamma.xisto.com - Not a Complaint... Just Curious (1)
    I just finally checked my domain e-mail and found this e-mail : QUOTE A message that you sent
    contained no recipient addresses, and therefore no delivery could be attempted. ------ This is a
    copy of your message, including all the headers. ------ From: root From: root@gamma.xisto.com
    Subject: Stats/Server Overload on gamma.xisto.com Message-Id: Date: Wed, 12 Apr 2006 16:13:25
    +0000 IMPORTANT: Do not ignore this email. This is cPanel stats runner on gamma.xisto.com!
    While processing the log files for user >, the cpu has been maxed out for more than ...
  13. Remote Acces To Mysql In Computinghost.com Server? - I need accessing mysql from another server (2)
    Hi, A little question, I need to access to my mysql computinghost.com serveur from another server
    form some little update. I found the option 'Mysql/Access Hosts' in the cpanel and I put
    the other server ip. But wich server name I have to put to access to my computinghost.com/localhost
    ? I've tried the ip and the adress from my website hosted on computinghost.com, I suppose there
    is a spécific adress. I tried too to find this adress myself in the forum, but I failed.
    Thank's for you help. Js....
  14. Delta Now Stable - (0)
    Hi, We appologise our members for the recent glitches that we came across especially due to DELTA.
    In order to provide a better service and uptime reliability. Our Engineers have almost finished the
    advanced load monitoring software and its now up and running in BETA. This should take care of the
    MYSQL outages and we have made special arrangements for mobile alerts so that level 3 techs are
    notified of any server issues no matter where they are on their pda devices. We are trying to
    improve day by day.. And these small advancements should help us take bigger leaps an...
  15. Http Down On Delta Server - (3)
    My site is down, and the http is on the delta server, just letting y'all know....



Looking for server, differences, gamma, and, delta

Searching Video's for server, differences, gamma, and, delta
advertisement



Server Differences? - Between Gamma & Delta



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE