-
Content Count
4,991 -
Joined
-
Last visited
-
Days Won
21
Everything posted by yordan
-
It opens fine on my browser. Did you have problems opening it?
-
Please remember that you cannot really "remove" a bad sector.A bad sector is a part of your disk where the magnetic information is not writable correctly.So, most of the operating systems have a way of flagging some disk sectors as "do not use". When a file has to be written, if the file has to go on that sector, the driver sees "do not use" and uses the next available one.This means that, if a sector was good and had data on it, when the sector becomes bad, the data are lost.Some recovery techniques allow to recover some files, but anyway the bad sector will remain bad.
-
I'm not sure doing this is a great idea. I think that your PC needs 127.0.0.1 to be "localhost". So, you should not replace the "localhost" line with the "example.com" line. You should better add the alias example.com after the word "localhost" and your /etc/hosts (or %%windir\system32\drivers\etc\host for Windows users) should rather look like 127.0.0.1 localhost example.comRegards Yordan
-
Did you really test your program example?Because the "defa1ut" syntax. Isn't it a mistyping for "default" ? In that case I would say that you are strongly faulty. As a teacher, you have to test what you are teaching us. And if you give us a copy-pastable example, this example has to be correct. If you are a noob, you should test your cases before posting them. And if you were a skilled c developer, you should not do such obvious syntax errors.
-
Ubuntu- How To Install C/ C++ Compilers.
yordan replied to kanade's topic in Websites and Web Designing
Aaaargh! This topic should be linked to the Best distro topic. In the distro's I love, there are two situations : . In the professional version, during the install phase, I click "show all software options" and I check "gcc compiler". . In the free versions, I download the gcc rpm's and I type "rpm -i" the rpm file, and it installs everything. Sometimes I need some other requisite rpm's, so I simply make a USB folder with all the required files and that's all. If it's more complicated than that, I name this "not the best distro", or "a very bad distro", or at leat "the Linux distro I don't want to use if possible"! -
This means that you can start as a free game maker user, see how it works on their free hosting. And when start being comfortable with this way of working, you can move to your own hosting, or use the game makers site coming with your purchased software.
-
That means that, now, you have to look at environments which have a Linux or an "open" environment.
-
OK, I fixed the mistyping and now the topic title is "How To Put a Game Online".Now, your question still has to be completed.You are talking about articles you read, we would like to read a little bit more.The papers seem to ba talking about installing a game.The game installation has three phases :Phase one : installing the basic software.Phase two (optionnal) : installing the third-party environment.Phase three : installing your game environment.Phase one is only on your own home PC. For instance installing Windows, Apache, MySql and Php on your PC. Apache is the web server, if you want you can install it on your own PC. Obviously if you order a website on a public host, you cannot install Apache on that host, it has to be installed by the webhosting provider.Same thing for the php compiler, or the java runtime, it has to be installed by the server owner.If you have no third-party program (don't need Django nor Eclipse for instance) you go directly to step three.In step three, you simply have to put your programs and datafiles in the server environment dedicated to your hosting account (usually you create a subfolder under the "www" folder of your account.This text is very basic, simply because what you told us from your article is very unprecise.If you need more info, please tell us more about the articles you are talking about.RegardsYordan
-
I have two questions.first of all, your topic is "how to put a Gaim online", are you really talking about "Gaim", or is it a mistype and you were talking about a GAME?Secondly, how is your game? Ils it a php program or is it a set of html pages?Did you try it on your PC ? How do you fire it on your PC?For instance, if it's a set of html files and you start it by going to c:\mygame\start.html, you have have simply, on your webhost, to create a folder named "mygame" and upload insid it the whole content of the c:\mygame folder from your PC.
-
Concerning free hosting, also do not forget our free hosting guide : https://xisto.com/ (also on the left pannel of the Xisto forum)
-
Get A Free Domain An easy way of Getting a free domain
yordan replied to junaid's topic in Websites and Web Designing
Maybe this free hosting provider did not survive till today? -
These kind of hostings are not provided here. When you sign your hosting contract, you accept that Not respecting these rules can lead to the hosting account termination.
-
Yes, but... After having entered your password, how many time before you are able to surf on the web?
-
Man Dies From Playing World Of Warcraft Gaming? Harmful?
yordan replied to half1405241509's topic in Science and Technology
Please don't use capital letters, it sounds rather aggressive. And please use standard English sentences, we hate these SMS-like poorly formed words. -
For qupis, the hosting is completely free, simply you have a small one-line ads at the bottom of each page.If you want a more professional hosting, ads-free, you choose the Xisto hosting, have a look at the full explanation of the Xisto post-to-host system here http://forums.xisto.com/topic/86546-topic/?findpost=1064322155
-
OK, now I see. You want to see the php settings concerning memory.You can see it in your cpanel.
-
No specific limit as long as there is no problem related to your account. However, you are a standard user with exactly the same rights as the other users. In case of abuse your processes could be simply kicked out and your account suspended.
-
Here at Xisto you don't really have a free account like on some other freehost offers.Here you have a paid hosting plan.So you have exactly the same plan as other paid hosting plans.Simply you pay with the MyCents generated by your topics on our our forum.
-
First Invoice Overdue Notice [solved] Xisto billing service
yordan replied to imjjss's topic in General Discussion
You can start with a subdomain, start building your website, see how it behaves, see how many visitors you get.And then, get a full domain name and put it above your subdomain.