» Site Navigation | | | » Advertisement | | | » Recent Threads | | | | | | | | | | | |  |  | [Release] Gaia FLP Checker |  |
04-08-2008, 08:32 PM
|
#1 (permalink)
| Spelar lite DotA...
Join Date: Jan 2008 Location: Maryville, TN Posts: 1,273
GPoints: 152 Rep Power: 4 | [Release] Gaia FLP Checker Ok, second "release".
Um, basically, this checks the URL of a suspected site to see if it's an FLP or not.
this isn't meant to be a serious release, as there are a few ways to get around this if you know what it's looking for.
Honestly, this is just a practice program I made.
But, if it helps you, then I'm glad it did so.
Again, not looking for Rep. Only give if you find it worthy.
All feedback is accepted.
__________________ We should seriously just automatically deny anyone with something along the lines of "Current Goal: UG" in their signature. Quote:
Kyo: Cataclysmic, I love you now ------------------------------------- second2none: unfortunately if you have a gf, you are already paying for sex. ------------------------------------- ANON - Dark has left the conversation.
Nomhak says: what a faggot
------------------------------------- Sejiru: You look like a person who'd win an award of greatness in the field of excellency! | | |
| |  |
04-08-2008, 08:34 PM
|
#2 (permalink)
| @
Join Date: Feb 2008 Location: USA D: Posts: 2,500
GPoints: 486 Rep Power: 8 | hmm cant you just look at the URL, normally you can tell. But I'll check it out anyways 
__________________
If you are looking for a safe way of trading, use a Middleman. Middlemen List | |
| |
04-08-2008, 08:37 PM
|
#3 (permalink)
| Spelar lite DotA...
Join Date: Jan 2008 Location: Maryville, TN Posts: 1,273
GPoints: 152 Rep Power: 4 | Well, some people mask the URLs withfreedomain redirects and shit.
Plus, you always get the stupid people...
But, again, not meant to be a serious release.
__________________ We should seriously just automatically deny anyone with something along the lines of "Current Goal: UG" in their signature. Quote:
Kyo: Cataclysmic, I love you now ------------------------------------- second2none: unfortunately if you have a gf, you are already paying for sex. ------------------------------------- ANON - Dark has left the conversation.
Nomhak says: what a faggot
------------------------------------- Sejiru: You look like a person who'd win an award of greatness in the field of excellency! | | |
| |
04-08-2008, 08:39 PM
|
#4 (permalink)
| @
Join Date: Feb 2008 Location: USA D: Posts: 2,500
GPoints: 486 Rep Power: 8 | Quote:
Originally Posted by Cataclysmic Well, some people mask the URLs withfreedomain redirects and shit.
Plus, you always get the stupid people...
But, again, not meant to be a serious release. | Ok thanks I'll test it tomorrow I g2g now
__________________
If you are looking for a safe way of trading, use a Middleman. Middlemen List | |
| |
04-08-2008, 08:45 PM
|
#5 (permalink)
| Spelar lite DotA...
Join Date: Jan 2008 Location: Maryville, TN Posts: 1,273
GPoints: 152 Rep Power: 4 | Alright, Bye Rach.
__________________ We should seriously just automatically deny anyone with something along the lines of "Current Goal: UG" in their signature. Quote:
Kyo: Cataclysmic, I love you now ------------------------------------- second2none: unfortunately if you have a gf, you are already paying for sex. ------------------------------------- ANON - Dark has left the conversation.
Nomhak says: what a faggot
------------------------------------- Sejiru: You look like a person who'd win an award of greatness in the field of excellency! | | |
| |  | |  |
04-09-2008, 02:42 AM
|
#6 (permalink)
| Underground
Join Date: Sep 2006 Location: BrisBANE <---- Age: 19 Posts: 5,025
GPoints: 326 Rep Power: 16 | Here are a few tips.
You should have it check the base url, by decompiling your program I see you just check for: Welcome to Gaia | Gaia Online
maybe check if it is actually gaiaonline. there are a few ways you can do this. strip the http:// and anything after
/
so now you are left with login.gaiaonline.com
Now split it "." (delimiter)
And just use (1) & (2) them being gaiaonline and com then just check a random url on gaiaonline like http://www.string(1).string(2)/myaccount/
Check if it gets a 404 error, If the page loads check for certain things. etc.
the way you check it is useless (no offence) but I put in Welcome to Gaia | Gaia Online and it said check the URL for legitimacy or some shit.
Another thing you can add is you know certain websites people use to host FLP like ripway,
If Intr(1, strURL, "ripway") then
msgbox "Ripway Detected. This is a FLP"
End if
Obviously not like that since you would have a list of websites. This is just an example xD.
I'm not having a go at you , just trying to help you improve.
__________________ This is from:
Screenies Of A Mod Code: How did you do it? FLP , jotform, some other form of hacking? - First Class Noob Lawl.. funny shit.
Quote: |
Originally Posted by Kore By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive. | Lawl Ownt
Hoes forgot to eat a dick and shut the FUCK UP! | |
| |  |  | |  |
04-09-2008, 03:08 AM
|
#7 (permalink)
| Spelar lite DotA...
Join Date: Jan 2008 Location: Maryville, TN Posts: 1,273
GPoints: 152 Rep Power: 4 | Quote:
Originally Posted by second2none Here are a few tips.
You should have it check the base url, by decompiling your program I see you just check for: Welcome to Gaia | Gaia Online
maybe check if it is actually gaiaonline. there are a few ways you can do this. strip the http:// and anything after
/
so now you are left with login.gaiaonline.com
Now split it "." (delimiter)
And just use (1) & (2) them being gaiaonline and com then just check a random url on gaiaonline like http://www.string(1).string(2)/myaccount/
Check if it gets a 404 error, If the page loads check for certain things. etc.
the way you check it is useless (no offence) but I put in Welcome to Gaia | Gaia Online and it said check the URL for legitimacy or some shit.
Another thing you can add is you know certain websites people use to host FLP like ripway,
If Intr(1, strURL, "ripway") then
msgbox "Ripway Detected. This is a FLP"
End if
Obviously not like that since you would have a list of websites. This is just an example xD.
I'm not having a go at you , just trying to help you improve. | Hm...
Well, if you put in the right URL for Welcome to Gaia Online AND added "/", then it should've said the site was legit.
Because I have it searching for the login.php used by Gaiaonline itself.
However, would you mind doing two things for me?
1.) PM me explaining how to decompile.
2.) Write up a source code explaining/replacing the code I used, and then breaking it down for me?
And, i know you aren't cutting me down. And I appreciate the feedback. :]
__________________ We should seriously just automatically deny anyone with something along the lines of "Current Goal: UG" in their signature. Quote:
Kyo: Cataclysmic, I love you now ------------------------------------- second2none: unfortunately if you have a gf, you are already paying for sex. ------------------------------------- ANON - Dark has left the conversation.
Nomhak says: what a faggot
------------------------------------- Sejiru: You look like a person who'd win an award of greatness in the field of excellency! | | |
| |  |
04-09-2008, 03:18 AM
|
#8 (permalink)
| Underground
Join Date: Sep 2006 Location: BrisBANE <---- Age: 19 Posts: 5,025
GPoints: 326 Rep Power: 16 | 1. Decompiling it doesn't decompile to raw code (in vb6 anyway). It breaks it down to assembly, well the decompiler I use anyway. So you just search for shit. You can open a notepad up and drag the exe into the notepad, thats one way, another way is to download vb decompiler lite (google it)
2. I'm not going to recreate this program for you xD you need to do it yourself :P
__________________ This is from:
Screenies Of A Mod Code: How did you do it? FLP , jotform, some other form of hacking? - First Class Noob Lawl.. funny shit.
Quote: |
Originally Posted by Kore By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive. | Lawl Ownt
Hoes forgot to eat a dick and shut the FUCK UP! | |
| |
04-09-2008, 04:26 PM
|
#9 (permalink)
| In Purgatory
Join Date: Dec 2006 Location: Australia Age: 17 Posts: 1,480
GPoints: 131 Rep Power: 0 | Quote:
Originally Posted by second2none 1. Decompiling it doesn't decompile to raw code (in vb6 anyway). It breaks it down to assembly, well the decompiler I use anyway. So you just search for shit. You can open a notepad up and drag the exe into the notepad, thats one way, another way is to download vb decompiler lite (google it)
2. I'm not going to recreate this program for you xD you need to do it yourself :P | Actually, With VB6. I find, I can just view the source in plaintext, with a hex editor. Lulz.
Provided it isnt packed. | |
| |
07-16-2008, 10:50 PM
|
#10 (permalink)
| Junior Member
Join Date: Jul 2008 Posts: 29
GPoints: 20 Rep Power: 2 | nice program either way  | |
| |  | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |