Search found 1811 matches

Search found 1811 matches Page 4 of 182
by Cheatmasterbw
Thu Jul 12, 2012 2:59 am
Forum: Misc
Topic: Java "a = b" help
Replies: 3
Views: 1537

MrAksel wrote:
You could try the clone() method on an object. It duplicates the reference, but its still pointing to the same value.
Code: Select all
a = b.clone();
I just read about it on wikipedia so I have no idea if it works :?
That works for most classes. Thanks :D
by Cheatmasterbw
Tue Jul 10, 2012 9:43 pm
Forum: Misc
Topic: Java "a = b" help
Replies: 3
Views: 1537

Say i have the code:
Code: Select all
a = b;
Now, whenever i change the value of a, the value of b will change to the new value too. vice versa.

In java, is there a way to set variables equal to each other in a way so they don't reference each other? Thanks :D
by Cheatmasterbw
Fri Jul 06, 2012 2:16 am
Forum: Coding Help & Support
Topic: If webpage contains text like "username invalid"...
Replies: 6
Views: 1745

i think you can use the code i gave you in the web browser's page_load (or something like that) event.
by Cheatmasterbw
Fri Jul 06, 2012 12:10 am
Forum: Coding Help & Support
Topic: If webpage contains text like "username invalid"...
Replies: 6
Views: 1745

something like this:
Code: Select all
if webbrowser1.documenttext.contains("Your username is invalid") then
    webbrowser1.visible = false
    msgbox("The username/password is invalid")
end if
You can put the textboxes and the submit button behind the web browser.
by Cheatmasterbw
Thu Jul 05, 2012 11:35 pm
Forum: Codenstuff boardroom
Topic: Other people cant see my website?
Replies: 3
Views: 1170

Is it possible a firewall is blocking people from accessing my server? I tried connecting to other networks, and i can't connect to my website from them, I can only connect through my home network.
by Cheatmasterbw
Thu Jul 05, 2012 10:01 pm
Forum: Codenstuff boardroom
Topic: Other people cant see my website?
Replies: 3
Views: 1170

I am hosting a website for my minecraft server at home ( nyiserver.tk ). I can get to it just fine from both my house and my friend's house. A lot of other people, however, can't get to my site. I tried testing it on isup.me , and the site is not working on it. I have 2 questions: 1. can you get to ...
by Cheatmasterbw
Thu Jul 05, 2012 5:18 am
Forum: Codenstuff boardroom
Topic: What are you doing?
Replies: 8
Views: 2030

I've been learning java in order to write plugins for my minecraft server. I am also trying to re-learn html/css to make a website for my server.
by Cheatmasterbw
Tue Jul 03, 2012 7:52 pm
Forum: Tutorials
Topic: Website redirect help
Replies: 7
Views: 3834

I found out how to do it.

You need to make a file named ".htaccess" in the map directory. Inside this file, you have the text:
Code: Select all
DirectoryIndex map.html
by Cheatmasterbw
Tue Jul 03, 2012 7:41 pm
Forum: Tutorials
Topic: Website redirect help
Replies: 7
Views: 3834

This is what I get when I do that
Image
by Cheatmasterbw
Tue Jul 03, 2012 7:30 pm
Forum: Tutorials
Topic: Website redirect help
Replies: 7
Views: 3834

What settings do I change to make it show the webpage?
Search found 1811 matches Page 4 of 182
Go to advanced search