GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Programmers: Can you write this? (https://gfy.com/showthread.php?t=781697)

baddog 11-03-2007 08:18 AM

Programmers: Can you write this?
 
What I would like to have is a script that will automatically check me in online, 24 hours to my flight departure so I don't have to get up at 6:00 AM the day before I fly somewhere.

Is that doable?

Essentially, want it set up so that after I make my reservations I can go to the script, put in my confirmation number and departure date/time and the script will login to the airlines and check in 24 hours prior.

If so, how much $$ ?

Thanks

Zorgman 11-03-2007 09:32 AM

Your lazy. How often do you do this?

woj 11-03-2007 09:34 AM

Quote:

Originally Posted by Zorgman (Post 13325904)
Your lazy. How often do you do this?

yea, no kidding, heh

quantum-x 11-03-2007 09:35 AM

It's possible, all it takes is a CURL / DB combo.
I'd say it'd take a skilled programmer about 3 hours to get the basic framework, 2+ hours to do the http debugging. Depending on the level of interface you want, time on top of that.

Nasty-Ass 11-03-2007 10:20 AM

Quote:

Originally Posted by baddog (Post 13325736)
Is that doable?

If so, how much $$ ?

Thanks

Get good prices at elance.com

scriptlance.com

www.freelancersatlarge.com

Kiopa_Matt 11-03-2007 10:51 AM

Depends, just one airline, or many?

Bro Media - BANNED FOR LIFE 11-03-2007 11:02 AM

for $50 you can email me the confirmation code and i'll do it, im usually up at 4AM CST

StuartD 11-03-2007 11:40 AM

Quote:

Originally Posted by pornopete (Post 13326192)
a) you probably won't need a db.

b) you're underestimating the project.

No db? And where exactly does the script keep the date, time, flight #, airline, website information?

Bro Media - BANNED FOR LIFE 11-03-2007 11:57 AM

Quote:

Originally Posted by StuartD (Post 13326278)
No db? And where exactly does the script keep the date, time, flight #, airline, website information?

flat file, no need for a database for 1 record

baddog 11-03-2007 12:02 PM

Quote:

Originally Posted by Zorgman (Post 13325904)
Your lazy. How often do you do this?

Probably 4 times a month lately. Also, this airlines is implementing a new system that makes it worthwhile to be the first to do online check-in.

Quote:

Originally Posted by RDFrame (Post 13326127)
Depends, just one airline, or many?

Usually the same airline. If multiple airlines will make it a chore, then one will be fine since it is the one I fly the most frequently

baddog 11-03-2007 12:03 PM

Quote:

Originally Posted by Jaysin (Post 13326154)
for $50 you can email me the confirmation code and i'll do it, im usually up at 4AM CST

$50 one-time, or per incident?

2012 11-03-2007 12:04 PM

Quote:

Originally Posted by StuartD (Post 13326278)
No db? And where exactly does the script keep the date, time, flight #, airline, website information?

an xml file :D

StuartD 11-03-2007 12:04 PM

Quote:

Originally Posted by Jaysin (Post 13326321)
flat file, no need for a database for 1 record

If it's one airline maybe.... but if it does end up being more, than I wouldn't recommend a flat file system. It's certainly possible but not the most effective way.

Bro Media - BANNED FOR LIFE 11-03-2007 12:08 PM

Quote:

Originally Posted by baddog (Post 13326344)
$50 one-time, or per incident?

depends on how many you want me to do, i'll give you a discount per

baddog 11-03-2007 12:14 PM

Quote:

Originally Posted by Jaysin (Post 13326367)
depends on how many you want me to do, i'll give you a discount per

Let me talk to an Indian programmer first (if no one here can do it).

baddog 11-03-2007 12:14 PM

Quote:

Originally Posted by StuartD (Post 13326359)
If it's one airline maybe.... but if it does end up being more, than I wouldn't recommend a flat file system. It's certainly possible but not the most effective way.

I fly SWA a lot more than anything else. That would be the most important.

Bro Media - BANNED FOR LIFE 11-03-2007 12:14 PM

Quote:

Originally Posted by baddog (Post 13326377)
Let me talk to an Indian programmer first (if no one here can do it).

alright, just let me know

Kiopa_Matt 11-03-2007 12:16 PM

Quote:

Originally Posted by baddog (Post 13326339)
Usually the same airline. If multiple airlines will make it a chore, then one will be fine since it is the one I fly the most frequently

If you're actually interested, hit me up on ICQ, and we'll see what we can do. 398-768-519

Honestly though, what you're looking for is probably impossible. These airlines drop a huge amount into development, and part of that is to make sure little script kiddies can't login remotely. More than likely, it can't be done.

If you ever need some serious development done, then definitely hit me up. I'm sure I can put a smile on your face. :)

quantum-x 11-03-2007 12:53 PM

Quote:

Originally Posted by PornoPete
a) you probably won't need a db.
b) you're underestimating the project.

a) Since when did this turn into a pissing contest? If you're wanting to record logins, log actions etc, you wouldn't piss around with flat files.
b) I seriously doubt that. I specialise in writing apps like this ;)

Quote:

Originally Posted by RDFrame (Post 13326387)
If you're actually interested, hit me up on ICQ, and we'll see what we can do. 398-768-519

Honestly though, what you're looking for is probably impossible. These airlines drop a huge amount into development, and part of that is to make sure little script kiddies can't login remotely. More than likely, it can't be done.

If you can login from your browser and do it, it can be duplicated.

GrouchyAdmin 11-03-2007 12:57 PM

Holy Christ. Macular degeneration is a bitch, huh?

baddog 11-03-2007 12:59 PM

Let me show you exactly what needs to be done.

Please go to http://southwest.com/
Check in Online
It asks for Confirmation number, first and last name

If you are within 24 hours it takes you to a page where you can click a button to check in and print the pass (don't need the printing done)

RawAlex 11-03-2007 01:01 PM

In other words, you are trying to get the low numbered boarding pass so you get a better choice of seats?

Set your alarm. Wake up for 10 minutes, do the work, go back to sleep. What's the big deal?

Kiopa_Matt 11-03-2007 01:02 PM

Quote:

Originally Posted by quantum-x (Post 13326501)
If you can login from your browser and do it, it can be duplicated.

Ummm, no. Or, so you're saying if I give you my client card# and password to Royal Bank, you'd be able to write a script that remotely logs in, downloads my account history, and initiates a transfer to someone else's account? Sorry, but nope, and the airlines have the same sort of security protocols in place.

baddog 11-03-2007 01:02 PM

Quote:

Originally Posted by RawAlex (Post 13326526)
In other words, you are trying to get the low numbered boarding pass so you get a better choice of seats?

Set your alarm. Wake up for 10 minutes, do the work, go back to sleep. What's the big deal?

I usually leave at 6:25 AM, I usually go to bed between 3-4 AM.

baddog 11-03-2007 01:04 PM

Quote:

Originally Posted by RDFrame (Post 13326529)
Ummm, no. Or, so you're saying if I give you my client card# and password to Royal Bank, you'd be able to write a script that remotely logs in, downloads my account history, and initiates a transfer to someone else's account? Sorry, but nope, and the airlines have the same sort of security protocols in place.

Not exactly true.

My bank has two places for me to input my password and account number, along with Site Keys.

Anyone can check me in to my flight as long as they have my confirmation number and my name.

Brujah 11-03-2007 01:04 PM

Wow, they really don't like this practice it seems.

"In a lawsuit filed by Southwest Airlines against BoardFirst, the U.S. District Court in Dallas, Texas recently granted Southwest’s request for an injunction to prohibit BoardFirst from helping our customers get “A” boarding passes. Consequently, we at BoardFirst.com are no longer able to take or process your orders for our service."

Kiopa_Matt 11-03-2007 01:05 PM

PS. This is what pisses me off about so called "developers" these days. Have no idea what they're talking about, but pass themselves off as "professionals", making my job 10 times harder to get a quality message out there.

And don't even get me started on the Indians, Ukranians and Iranians who offer themselves at $15/hour...

baddog 11-03-2007 01:07 PM

Quote:

Originally Posted by Brujah (Post 13326534)
Wow, they really don't like this practice it seems.

"In a lawsuit filed by Southwest Airlines against BoardFirst, the U.S. District Court in Dallas, Texas recently granted Southwest?s request for an injunction to prohibit BoardFirst from helping our customers get ?A? boarding passes. Consequently, we at BoardFirst.com are no longer able to take or process your orders for our service."

So their entire program was solely for SWA? That seems a little odd. Could they really be getting that much business that it was worth a staff?

GrouchyAdmin 11-03-2007 01:08 PM

Quote:

Originally Posted by RDFrame (Post 13326529)
Ummm, no. Or, so you're saying if I give you my client card# and password to Royal Bank, you'd be able to write a script that remotely logs in, downloads my account history, and initiates a transfer to someone else's account? Sorry, but nope, and the airlines have the same sort of security protocols in place.

Bank of America has a new system called "My Portfolio" that does almost precisely this; for obvious reasons they limit the transactions to 'within BofA', but they login, get your account stats, and make a pretty little graph of your assets and debt.

So, yeah, it's possible.

Masterchief 11-03-2007 01:18 PM

Quote:

Originally Posted by RDFrame (Post 13326538)
PS. This is what pisses me off about so called "developers" these days. Have no idea what they're talking about, but pass themselves off as "professionals", making my job 10 times harder to get a quality message out there.

And don't even get me started on the Indians, Ukranians and Iranians who offer themselves at $15/hour...

You're the one that strikes me as being clueless here. I personally had no issues what so ever writing an application that automatically without any user intervention logs into my ING, BOFA, Citibank, Chase, E-Trade accounts, and aggregates them into an overall view.

I'd love to hear what sort of "security protocols" are supposed to be stopping me. If any repetitious task can be done by a human, then it can be done by a computer just as well.

2012 11-03-2007 01:21 PM

Quote:

Originally Posted by RDFrame (Post 13326538)
PS. This is what pisses me off about so called "developers" these days. Have no idea what they're talking about, but pass themselves off as "professionals", making my job 10 times harder to get a quality message out there.

And don't even get me started on the Indians, Ukranians and Iranians who offer themselves at $15/hour...

ohhhhhhhh, happy Saturday !

Kiopa_Matt 11-03-2007 01:22 PM

Quote:

Originally Posted by GrouchyAdmin (Post 13326548)
Bank of America has a new system called "My Portfolio" that does almost precisely this; for obvious reasons they limit the transactions to 'within BofA', but they login, get your account stats, and make a pretty little graph of your assets and debt.

From what you said, the service is either owned by BoA, or in conjunction with it, so obviously it's going to work. Go get some guy in Bombay to write a script that remotely logs into your bank account, and downloads your transaction history. I bet he can't do it. :upsidedow

I'm not saying what baddog wants is impossible, but just saying it's unlikely that the airlines haven't setup things to make it impossible, that's all. You first login, then check-in to your flight, but in the middle of that there's several things that happen to ensure you're an actual human logging in from the airline's web site, most of which you can duplicate remotely. :2 cents:

Anyway, again, if you need quality software, feel free to hit me up.

baddog 11-03-2007 01:33 PM

Quote:

Originally Posted by RDFrame (Post 13326583)
From what you said, the service is either owned by BoA, or in conjunction with it, so obviously it's going to work. Go get some guy in Bombay to write a script that remotely logs into your bank account, and downloads your transaction history. I bet he can't do it. :upsidedow

I'm not saying what baddog wants is impossible, but just saying it's unlikely that the airlines haven't setup things to make it impossible, that's all. You first login, then check-in to your flight, but in the middle of that there's several things that happen to ensure you're an actual human logging in from the airline's web site, most of which you can duplicate remotely. :2 cents:

Anyway, again, if you need quality software, feel free to hit me up.

No, there is no login required. goodgirl's son is a geek in training, so I asked him to play with it, and took these screencaps to assist him in seeing the process, perhaps they will help this discussion.

http://juliablue.com/swa1.jpg


http://juliablue.com/swa2.jpg


http://juliablue.com/swa4a.jpg

baddog 11-03-2007 01:37 PM

Quote:

Originally Posted by RawAlex (Post 13326526)
In other words, you are trying to get the low numbered boarding pass so you get a better choice of seats?

Set your alarm. Wake up for 10 minutes, do the work, go back to sleep. What's the big deal?

An example of when it would come in handy is Weds when I am flying from NYC to Chicago I should be checking in for my flight back to LAX the next day.

Unfortunately, unless I can get this script put together before then I will probably be forced to sit in between to 300 pounders for the flight back home.

aico 11-03-2007 01:43 PM

I believe what you are looking for is a Personal Assistant.

http://www.alotofmodels.com/phonebooth.jpg

quantum-x 11-03-2007 01:50 PM

Quote:

Originally Posted by RDFrame (Post 13326529)
Ummm, no. Or, so you're saying if I give you my client card# and password to Royal Bank, you'd be able to write a script that remotely logs in, downloads my account history, and initiates a transfer to someone else's account? Sorry, but nope, and the airlines have the same sort of security protocols in place.

Yes? Just because you're sitting in front of the computer doesn't make it magical. All it is is a series of HTTP requests.

I just caught up with your other comments in this post. You obviously have absolutely no idea what you're talking about - it seems you're under the impression the internet works on pixie dust.

Take a peek at curl.

GrouchyAdmin 11-03-2007 01:53 PM

Quote:

Originally Posted by RDFrame (Post 13326583)
From what you said, the service is either owned by BoA, or in conjunction with it, so obviously it's going to work. Go get some guy in Bombay to write a script that remotely logs into your bank account, and downloads your transaction history. I bet he can't do it. :upsidedow.

No. I thought I was being fairly clear by stating that it only limited payment transactions within BofA institutions. It will happily grab your info from PayPal, ING, your credit cards, and about 100 other institutions online.

Brujah 11-03-2007 02:22 PM

Quote:

Originally Posted by baddog (Post 13326542)
So their entire program was solely for SWA? That seems a little odd. Could they really be getting that much business that it was worth a staff?

Yeah, apparently one of several offering this kind of service. So they are probably who you're competing with for the best A seats too. SWA is suing them all.

www.planefast.com
www.iboarda.com
www.passamatic.com

EddiePulp 11-03-2007 02:29 PM

I'm sure StatsRemote could add this into their program :D

baddog 11-03-2007 02:59 PM

Quote:

Originally Posted by aico (Post 13326645)
I believe what you are looking for is a Personal Assistant.

http://www.alotofmodels.com/phonebooth.jpg

You are absolutely correct. That is next on my list of things to get.


All times are GMT -7. The time now is 01:34 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123