Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ipwxy

Pages: [1]
1
Java / Re: Simple server checker
« on: June 09, 2009, 08:59:01 pm »
This would be done with batch files in cmd, right? Maybe try making the option to open the site in a new window. Just add this
Code: [Select]
start iexplore.exe www.url.com or this
Code: [Select]
start firefox.exe www.url.com
Yes, you have to put it in a java file, then compile it by making a batch file, and putting:

Code: [Select]
@echo
javac nameHere.java
pause

Then run it using a run batch file.
I also like how he puts lots of notes in his code. Very organized. :)

2
Java / Re: [help] Public Void troubles?
« on: June 09, 2009, 08:56:11 pm »
Hey guys, Got any tips on how to make this work? Its a void I just randomly made but It doesn't seem to work...

Code: [Select]
public void resetRanks() {
for (int i = 0; i < 10; i++) {
server.ranks[i] = 0;
server.rankPpl[i] = "";
}
To me, it looks like you want something to reset the ranks for multiple arrays 10 times..

3
Java / Re: Java Loop Explained
« on: June 09, 2009, 08:54:25 pm »
You should have said 'for loop'. There are other loops rather than for, such as the 'while loop', and people can get confused.

4
Advertise Your Board / Vincent's Useful Programs and Links!
« on: June 09, 2009, 02:53:05 pm »
Forum Url: http://usefullprogramsandlinks.smfforfree.com
Before I start this, I'm fully aware of the mistype in the URL.

Hey there. I started this forum because of the people I know in real life and in games asking me 'Where do I get this? Where did you get that? Where did you learn that?" and so on..
So, I just made a site on things I use, tutorials on how to help people, and some useful links.
You MUST register, or there will only be 1 board saying why you should register.
Registration takes about 2 seconds, so you should at least take a look.
I'm currently looking for staff. I'm not looking for admins right now, just mods.
I will start choosing mods once the site has at least 15 active members.
There will be only 3 admins, and each admin will have a special purpose.
I'm not choosing the admins until the site has at least 50 members.
If the site never gets to 50 members, then I'm going to have some of my real life friends be admins.

I'm going to be checking up on the site everyday to make sure everything is okay.
I do read ALL suggestions and reports.
Well that's about it. At least take a look at the site. :P

5
General Support / Re: [Atten SMF] forums not loading
« on: June 09, 2009, 02:13:21 pm »
All we need to hope for is the SMF gets on soon and fixes this..

6
General Support / Re: [Atten SMF] forums not loading
« on: June 09, 2009, 01:18:30 pm »
again the sever is down ,since 7.45 p.m :tickedoff: :tickedoff: :tickedoff:
the page dosen-t load
:'( :'( :'(
 http://bbg.smfforfree2.com/

Ouch, a smfforfree2 site down..

7
General Support / Re: [Atten SMF] forums not loading
« on: June 09, 2009, 01:07:16 pm »
smfforfree and smfforfree2 are both not loading....    3 and 4 are

I'm not saying sites with smfforfree3.com in it arn't working, I'm saying when I type in 'smfforfree3.com' in my browser it doesn't work. Probably because it re-directs me to smfforfree.com or something.

smfforfree3.com isnt actually a site  ;) and should not take you anywhere
The main site is:  http://smfforfree.com/          (it is also not loading at the moment)
I always type in smfforfree3.com. I've made about 6 sites so far, and each one I typed in smfforfree3.com to register at. It automaticly re-directs me to the register area so I don't need to to type in smfforfree.com, then click on 'create-a-site'.

8
General Support / Re: [Atten SMF] forums not loading
« on: June 09, 2009, 01:03:50 pm »
smfforfree and smfforfree2 are both not loading....    3 and 4 are

I'm not saying sites with smfforfree3.com in it arn't working, I'm saying when I type in 'smfforfree3.com' in my browser it doesn't work. Probably because it re-directs me to smfforfree.com or something.

9
General Support / [Atten SMF] forums not loading
« on: June 09, 2009, 12:53:32 pm »
Forum Url: http://usefullprogramsandlinks.smfforfree.com
Well, I just started my forum, and it was working fine, but all of a sudden, it stopped working. I thought it was just my site, so I went onto someone elses and it didn't work, then I tried going to smfforfree3.com (how I registered), and that didn't work. What's wrong?

Pages: [1]