[Tut]Stupid Solutions Thread

Junior Spellweaver
Joined
Apr 18, 2009
Messages
171
Reaction score
4
Have you all ever read/made a stupid thread?
Afterwords, when its solved, didn't you think, "Man, that was easy!" or "Man, I am DUMB!"
Here is a collection of some common bugs and fixes.

You cant login? The key "sticks"?
You cant select your character, it just "runs" there?


Want to SVN Checkout?
Oh, you don't know how? awww SUCKS FOR YOU.
Just kidding. Here is something I whipped up just now:
Step 1: Go to
Step 2: Run and install the setup
Step 3: Make a folder, name it whatever you want.
Step 4: Right click the folder, and select "SVN Checkout"
Step 5: Type in the repository(url of the checkout)
Step 6: Let it "extract" or "checkout"
Step 7: Press "OK" when its done...HORRAY!


Ohh, so your Hex Editing you localhost..Wait, what... you get some C++ error? HA! Follow this!
When inserting the IP, DO NOT "find and replace"
Instead, just find the text string of the IP(default 127.0.0.1)
when you find it, go to the right side, where you see it.
Put the cursor BEFORE the first 127.0.0.1....127.0.0.1....
Just type your IP over it and replace all of the 127.0.0.1's
Save, should be fine.


You just bought a vPS or a x64 computer.
You set up your server...its the moment..you run the bats.
You get a "Java not recognized" error... Your screwed, basically..unless you read the fix xD
So you have a "Java not recognized" error, aka "Undefined Java Error"
You're MOST LIKELY on a x64 (probably vPS.)
Go to your JAVA folder and there should be a program called java.exe
copy the java.exe and paste it in your folder with the .bats
re-run your bats, FIXED



You just obtained the "Official BMS Server Files" What do you do? (MUST SEE!)
DELETE IT.
or say you did

anyways, I never downloaded it, so yeah


So you want to add a online/offline check on your website.
adding this will show if the port is used/unused.
PHP:
   <?php 
$ip = "5.145.32.102"; // Your private server IP address
$port = "7575";  // Port used for your private server
if (! $sock = @fsockopen($ip, $port, $num, $error, 5)) 
echo '<B> Server Name:<FONT COLOR=red> Offline</b></FONT>'; 
else{ 
echo '<B> Server Name:<FONT COLOR=green> Online</b></FONT>'; 
fclose($sock); 
} 
?> 
NOT MINE, I DO NOT TAKE CREDITS. I FOUND IT IN MY FOLDER, GOT IT SOMEWHERE, FORGOT.


What else to add?
Comment and suggest what to add xD
 
Last edited by a moderator:
Re: Stupid Solutions Thread

Fixing pets in BubblesDev was like omg fail. I can't believe no one found the error.
btw the fix I posted was not bs.
 
Re: Stupid Solutions Thread

Fixing pets in BubblesDev was like omg fail. I can't believe no one found the error.
btw the fix I posted was not bs.

Hi, Moogra(i'm guessing) thanks for replying.
You have gotten nicer to me (maybe its just me)
thanks, and I am starting to work on your bubbledev repack.
i'll check out your pet fix, i only skimmed through the thread
there will be a @credits just for you :]

BTW
what do you think of this thread?
FAIL or PASS?
 
Re: Stupid Solutions Thread

bat errors are silly. just look at the error given.
usually it says "exception in main" or "nullpointerexception at (some file)"
now you check out that file and fix it
 
Re: Stupid Solutions Thread

bat errors are silly. just look at the error given.
usually it says "exception in main" or "nullpointerexception at (some file)"
now you check out that file and fix it

:P thats why its called "stupid solutions thread"
i even took the liberty to add some "scenes"
and btw my netbeans closes once it finishes loading..gay ><

and i probably will add your pet fix...if you dont mind?
 
Re: Stupid Solutions Thread

This is fucking stupid./

This won't get you the e-fame you want.

You're not funny, or entertaining either.

I'm not trying to be funny... its true that people forget things.
I like this thread, and I'm going to keep adding to it.

Man im tired of your fucking Criticism
not only do you criticize but your a total
fucking hypocrite.
/nuff said

thanks for backing me up man
but dont flame each other ><
 
Re: Stupid Solutions Thread

There's a library for a reason.
He's not really backing you up, he just hates me. Significant difference there.

well the library isnt being updated.
this is similar, but different.
this isnt all the releases.
I actually am planning to update this and add stuff..
 
Re: Stupid Solutions Thread

How am I a hypocrite?

Do I try to act cool on a forum by making a release that's not even classified as a release? Nope.

Actually you try to gain E-fame by acting like your the shit
around here. Im sure if someone read your posts etc, they would agree with me
in basically all of your posts you criticize.
Funny part is you criticize people that are actually doing something.
I mean if it was someone that has gained some respect their criticism would matter but dude your just a wannabe.
So Well basically I have two words of advice
Fuck Off
 
Re: Stupid Solutions Thread

I'm acting like I'm the shit? OK, funny.

I give negative feedback on the stupid shit, like this.

This isn't even related to Maple, it's just linking to shit.
 
Re: Stupid Solutions Thread

I'm acting like I'm the shit? OK, funny.

I give negative feedback on the stupid shit, like this.

This isn't even related to Maple, it's just linking to shit.

LOL you do act like "your the shit" bro read your posts and maybe
youll see what I mean.

and na
you give negative feedback on basically everything.
 
Re: Stupid Solutions Thread

oh my God, please stop the flaming.
You are both right, both wrong it doesnt matter. Please make your own flaming thread.
 
Re: Stupid Solutions Thread

oh my God, please stop the flaming.
You are both right, both wrong it doesnt matter. Please make your own flaming thread.
 
Back