GM-University
Members-
Content Count
289 -
Joined
-
Last visited
Everything posted by GM-University
-
Anyone Here Ever Made A Mod? did a couple
GM-University replied to logophobia's topic in Programming
That's pretty cool, I made, or at least began some mods for phpbb and IPB, but I never finished cause I realised Java didn't work in phpbb boards, lol. I have always wanted to learn php though... -
I just set up my site, and set it up with a uni.cc domain, but I did not know they stopped offering DNS, and I can't get to my FTP or CPanel because it is set up like this ftp.domain.uni.cc, but because they don't offer DNS anymore, I can't get there and my account will be terminated in six days. Is there anyway to switch the domain?
-
Linux is a very complicated but powerful and secure OS, it was designed to be very powerful and secure, and not user friendly, which is contradictory to windows, which was built to be powerful, secure, and user-friendly, it got the user friendly and a little bit of the powerful part down, but is not very secure. I myself use windows, and always will, because it is much more comatible with programs, there are langauges Linux/ Mac wont run.
-
Interesting... I was thinking of this just the other day, languages NEVER go completely out of use, every langauge will always be made. I am sure we can expect more langauges like Java that can compile to bytecode and run as applets or regualar applications, they will probably very fast (or at least faster than most langauges), and as for when we can expect one, anytime, it just ddepends when someone finishes one...
-
Hmmm, that's interesting, but I am not quite sure, it would or would it not get past a phpbb/ ipb ip ban, because from some of your wording it seems like it only appears as that on a local server. Altogether nice guide, I like it, but I have enough trouble keeping my IP the same long enough to test online games I make...
-
I heard about that also, but it really isn't a problem with the XBOX, just the power cord. They where over-heating, and here is a bit of a science lesson for you all, when rubber is heated too much it can explode, and over-heating might also fry your XBOX's cirtcutry, I hope mine is over a year old, I don't remember, when did i buy it, I think it was two summers ago...?
-
Like I said, .uni.cc is the best free domain service hands down, they provide DNS just like a top-level domain, and Xisto will set the DNS up for you. I think i may have figured out your problem after reading another post in this topic, what browser are you running, it might not support iframes, or if you are using a popup blocker that blocks them, but I would still recomend uni.cc over it, it takes just a few mins. to set up, and is just like a paid domain...
-
Mac Or Windows? or both? whats your preference?
GM-University replied to bigboss's topic in Software
There are strong points of all three of the main OS's (Windows, Mac, and Linux) Windows by far has the most compatability, and is more common, therefore more software is created for it. Macintosh has much better graphical display, but also reverses the close screen. Linux is the most powerful, and when it comes to hosting servers it crushes Window and Mac hands down. My verdict if Linux was included: 1st place: (tie) Windows, Linux 2nd place MacFrom your question:1st place Windows2nd place Mac -
Internet Explorer Problem yeah it is kinda odd
GM-University replied to spawn_syxx9's topic in Software
IE has no popup blockers, today the internet is filled with iframes, and other popups, I agree, Mozilla Firefox is a good program, it has internal popup blockers, you can find the completely free download somwhere on this site. https://www.mozilla.org/en-US/. Also if you have Notrton's Internet Security, it has a weak popup blocker, that might slightly reduce the number of popups. -
I use advanced search options to help me get what I want, but that is not the best way for ALL, what are your thoughts/ tips/ techniques?I thought I would write a little guide to google's advanced search options (my technique).Google automaticaly blocks words 3 letters or less, sometimes they are key word, stop this by typing "your word here" you can use this as many times as you wish. To find an exact phrase, type "the phrase here". if you want results only from one site enter site: TheDomainNameHere.domain . To accept only from one type of domain enter, for example, Site: .com.I will edit this later, when I learn more advanced search options.
-
Don't use .tk, that is the worst free domain available, use uni.cc, http://forums.xisto.com/no_longer_exists/ they offer free, adless, domains with free DNS support. .tk offen turns off their servers, and they are on sometimes, which must be when you are at school, I don't think it is the computer you are running on, try out .uni.cc...
-
Make Money With Google Adsense How to get the most money out of it
GM-University replied to whyme's topic in Business Forum
https://support.google.com/adsense/ Here is an FAQ-type thing I found, If you have any questions about adsesne, you should check it out... It is a click by click program, so I would recomend trying to get people who are interested in offers on free things that may appear. Try to get put referance to free things on pages, and they will appear, and increase the likelihood of the link getting clicked. Also, I have heard of people getting their friends to click links, it is a good way to increase income, but I would NOT recomend it, it will work, but is consider scamming the system I beleive, and you might get your adsense account closed... -
Actually, GM is quite good with 3D, allthough it does not do real 3D. It does Psuedo3D which uses 3d graphics, image scalling, etc... d3d_model_primitive_begin(ind,kind) Adds a 3D primitive to the model of the indicated kind: pr_pointlist, pr_linelist, pr_linestrip,pr_trianglelist,pr_trianglestrip or pr_trianglefan.d3d_model_vertex(ind,x,y,z) Add vertex (x,y,z) to the model.d3d_model_vertex_color(ind,x,y,z,col,alpha) Add vertex (x,y,z) to the model, with its own color and alpha value.d3d_model_vertex_texture(ind,x,y,z,xtex,ytex) Add vertex (x,y,z) to the model with position (xtex,ytex) in the texture.d3d_model_vertex_texture_color(ind,x,y,z,xtex,ytex,col,alpha) Add vertex (x,y,z) to the model with texture and color values.d3d_model_vertex_normal(ind,x,y,z,nx,ny,nz) Add vertex (x,y,z) to the model, with normal vector (nx,ny,nz).d3d_model_vertex_normal_color(ind,x,y,z,nx,ny,nz,col,alpha) Add vertex (x,y,z) to the model, with normal vector (nx,ny,nz), and with its own color and alpha value.d3d_model_vertex_normal_texture(ind,x,y,z,nx,ny,nz,xtex,ytex) Add vertex (x,y,z) to the model, with normal vector (nx,ny,nz), with texture position.d3d_model_vertex_normal_texture_color(ind,x,y,z,nx,ny,nz,xtex,ytex,col,alpha) Add vertex (x,y,z) to the model, with normal vector (nx,ny,nz), with texture and color values.d3d_model_primitive_end(ind) End the description of the primitive in the model.d3d_model_block(ind,x1,y1,z1,x2,y2,z2,hrepeat,vrepeat) Adds a block shape to the model. d3d_model_cylinder(ind,x1,y1,z1,x2,y2,z2,hrepeat,vrepeat,closed,steps) Adds a cylinder shape to the model. d3d_model_cone(ind,x1,y1,z1,x2,y2,z2,hrepeat,vrepeat,closed,steps) Adds a cone shape to the model. d3d_model_ellipsoid(ind,x1,y1,z1,x2,y2,z2,hrepeat,vrepeat,steps) Adds a ellipsoid shape to the model. d3d_model_wall(ind,x1,y1,z1,x2,y2,z2,hrepeat,vrepeat) Adds a wall shape to the model. d3d_model_floor(ind,x1,y1,z1,x2,y2,z2,hrepeat,vrepeat) Adds a floor shape to the model. And contrary to belief, it is possibel to support 3D models, and even create them within GM itself. Another thing that is misconception is that you can't do 3D collission checking, and that Mark overmars should include it in the next version, but with a few simple scripts you can easily create 3D collisions.