F-91 'CrappyPhantom'
11.6k JesusChrist
2.7 years ago
Based on WebdriverTorso's F-918645, i added weapons, gave it a proper paint job and made the wings bigger.
RIP WebdriverTorso, at least you gave me a good laugh before getting deleted.
Specifications
General Characteristics
- Created On Windows
- Wingspan 19.4ft (5.9m)
- Length 24.3ft (7.4m)
- Height 10.5ft (3.2m)
- Empty Weight 5,201lbs (2,359kg)
- Loaded Weight 5,644lbs (2,560kg)
Performance
- Power/Weight Ratio 1.791
- Wing Loading 51.7lbs/ft2 (252.6kg/m2)
- Wing Area 109.1ft2 (10.1m2)
- Drag Points 1834
Parts
- Number of Parts 64
- Control Surfaces 7
- Performance Cost 310
@Korzalerke Really don't know now...
@PlaneFlightX Why did you do it?
@Korzalerke Yeah I regret that. My alt was banned forever (30 years), so I have to wait 30 years to unfollow it.
@PlaneFlightX
hmmm...
@Korzalerke hmmm I have two deleted users, some random alt account, and my own alt which I used to boost myself to silver.
@PlaneFlightX I don't think it's possible, i can't seem to find the method the website uses to make the follow button work, i wonder why it's so difficult to find out
@Korzalerke Do this: open command prompt, and type
curl https://www.simpleplanes.com/u/PlaneFlightX/Following
. This command allows you to see the source code of a website without getting redirected.@Korzalerke I can't figure out a way...
@PlaneFlightX The debugger tab on inspect element (i use firefox btw)
@Korzalerke Can't find something like that in the source code, where did you get that?
@PlaneFlightX Might have something to do with this:
var subscribing = false;
$("#subscribe-button").click(function () {
if (subscribing) {
return false;
}
ignore this line in bold it's only here so a code block isn't triggered
subscribing = true;
var url = $(this).attr('href');
var request = $.post(url)
.done(function (data) {
if (data === '1') {
$("#subscribe-button").removeClass("btn-dark");
$("#subscribe-button").addClass("btn-primary");
}
else if (data === '0') {
$("#subscribe-button").addClass("btn-dark");
$("#subscribe-button").removeClass("btn-primary");
}
else {
alert("Request failed. Please try again later.");
}
})
.fail(function () {
alert("Request failed. Please try again later.");
})
.always(function () {
subscribing = false;
});
return false;
});
@Korzalerke Right, so it looks like the user id is part of the button's code, still need to do some experimenting.
@Korzalerke I've found the button itself is not a link, instead it activates some hidden code which makes the following work.
@PlaneFlightX I do not believe it is possible, since i'd need to press the button on the account page to see what the request is.
@Korzalerke Wait the account was deleted yet the following page works...
Using your sorcery, can you figure out how to unfollow banned/deleted accounts?
@PlaneFlightX lol how many people saw that thread? I remember:
Nerfaddict
Almost
BeastHunter
LarryTad (he even followed himself, lol)
PlaneFlightX (You)
Bog (Probably not him but still funny)
@Korzalerke On one of the account's posts was a comment tagging Andrew Garrison. I deleted it. And then I (as the account) got into a war with you (also as the account). It was quite funny.
@PlaneFlightX Andrew comment? What do you mean?
@Korzalerke The war about who removed the andrew comment.
@PlaneFlightX A war?
@Korzalerke I don't remember... I edited the bio to something, upvoted some of my posts (just a few), and literally tagged myself on the password post. Then my actual account showed up, warned about the possibility of deleting the account, and then I may have deleted it (the account) soon after. I also removed the tag for andrew garrison on one of the posts, and got into a war with you on the same post.
@PlaneFlightX Hmmm, do you remember what you wrote? I do recall seeing a bunch of
HAHAHAHAHA
s on the pinned comments.@Korzalerke I did have some fun (maniacal laughter) with the account first...
@PlaneFlightX oh, well atleast that means the community here is nicer than i thought (If i tried that anywhere else it would have gotten erased in less than a minute lmao)
@Korzalerke I'm not saying I did, but I might have deleted the account to teach people a lesson about security.