Today I logged on and all my files were deleted. I am sure the system has deleted them without any warning. Only yesterday they were all there and my site was active (it's just a simple site with pictures and a few clips). Why do the adminstrators do that, it's unethical to do it without any...
I changed my domain name from zzsite.x10.mx to freak.exofire.net but the old site is still active and now i can access it anymore. How do i transfer all the contents of the old site to the new one and then delete the old site?
I changed my domain name. But the old domain (site) is still active? I want to shut it down (so that bots and users won't be able to find it anymore) and transfer all the data to the new domain. How?
Hi would this c program compiled into cgi (using gcc) work on this site?
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
char *data;
long m,n;
printf("%s%c%c\n",
"Content-Type:text/html;charset=iso-8859-1",13,10);
printf("<TITLE>Multiplication results</TITLE>\n")...