Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 
Author Message
 Post subject: I NEED HELP!!!
PostPosted: October 21st, 2006, 8:40 am 
Can some1 help me on programming? Like a prog that logs you into MySpace, or something like that?


Top
  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: October 21st, 2006, 8:40 am 

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: October 21st, 2006, 9:25 am 
Rsbandb Donor
Offline

Joined: October 31st, 2005, 2:21 am
Posts: 4471
Location: England england
RS Name: Kangas Khan
RS Status: P2P
Clan Name: MaSoRs
Err, can you be more specific?

As far as I'm aware, logging into myspace only requires a password and username, in which case, all you need to do is set your browser to remember your password and username.

There's no need for a seperate program.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: October 21st, 2006, 1:03 pm 
i mean, like you dont have to open a browser or anything, its a little prog that stays on the tray...something easier to use, has a login that remembers all ids that u login with


Top
  
 
 Post subject:
PostPosted: October 21st, 2006, 1:39 pm 
Rsbandb Donor
Offline

Joined: April 13th, 2006, 2:59 pm
Posts: 1472
Location: In space, with the sexy blue aliens. us
RS Name: Sevith
RS Status: P2P
Clan Name: RSBandB of course!
No such thing, sorry.

_________________
.:SotW Wins:.
.:Week 184 | Week 216 | Week 222 | Week 243:.
.:Sig Trophy | Sig Trophy | Sig Trophy | Sig Trophy:.
Image
Marty O' Donnell says Howdy :)!


Top
 Profile  
 
 Post subject:
PostPosted: October 21st, 2006, 2:43 pm 
Dragon Member
Offline

Joined: May 13th, 2005, 7:51 pm
Posts: 3099
Location: Arizona us
RS Name: Evalithia
RS Status: P2P
Er... you could.... set your homepage to MySpace?

_________________
Image
2014.3.28
[size=70]Steam


Top
 Profile  
 
 Post subject:
PostPosted: October 21st, 2006, 8:04 pm 
Rsbandb Donor
Offline

Joined: August 15th, 2005, 10:26 am
Posts: 487 us
RS Name: zappbravo
RS Status: F2P
I'm sorry but web applications are not programs. They aren't even run on your own computer. They are on a seperate server accessed by millions of users daily. If you want your own blog or something of the sort, get a free blog and set it as your homepage.

_________________
[center]Image


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: October 21st, 2006, 8:04 pm 
Rsbandb Donor

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: October 21st, 2006, 9:20 pm 
Dragon Member
User avatar
Offline

Joined: June 25th, 2005, 3:26 pm
Posts: 1919
Location: My your bed is soft...
RS Name: de4thm4ge411
RS Status: Classic
I guess the only thing u could do is use a java application, enter in your name and password, and use a Panel in Java do display the webpage, but in a sense it would be a web browser that could only access myspace

_________________
Image

Image


Top
 Profile  
 
 Post subject:
PostPosted: October 21st, 2006, 10:20 pm 
Dragon Member
Offline

Joined: October 4th, 2005, 1:46 pm
Posts: 1722 us
RS Name: Kill Buddha
RS Status: Old School (2007)
Well I don't know hot to do that, but you could set it to auto login and set MS to your homepage. That's all I could think of.


Top
 Profile  
 
 Post subject:
PostPosted: October 21st, 2006, 10:30 pm 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
It is possible, but you would probably need to write the program yourself, in common programming languages like C, C++, Java, or VB.

You would probably need to send packets to the MySpace server. I'm really familiar with the whole TCP/IP protocol setup, but it must have something to do with sending packets I suppose.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: October 21st, 2006, 10:53 pm 
Dragon Member
User avatar
Offline

Joined: June 25th, 2005, 3:26 pm
Posts: 1919
Location: My your bed is soft...
RS Name: de4thm4ge411
RS Status: Classic
It would be 1) dumb because of the security risk 2) waste of time, cause it would take a while to find what a data to send to wat variables in the coding, ect

_________________
Image

Image


Top
 Profile  
 
 Post subject:
PostPosted: October 22nd, 2006, 12:16 am 
Dragon Member
Offline

Joined: November 13th, 2005, 12:45 am
Posts: 3143
RS Status: P2P
Despite my minimal programming experience, I can tell you, you would be wasting your time to even try. Just use FF and set it to it remembers your user and pass.


Top
 Profile  
 
 Post subject:
PostPosted: October 22nd, 2006, 1:03 am 
Dragon Member
User avatar
Offline

Joined: December 3rd, 2005, 8:59 pm
Posts: 1494
Location: ORGANS!!!! gb
RS Status: Classic
Agent Waffles wrote:
Despite my minimal programming experience, I can tell you, you would be wasting your time to even try. Just use FF and set it to it remembers your user and pass.


I agree, but I would say use Opera - http://www.opera.com

When you login to MySpace for the first time with Opera, it will ask whether you want to remember the username and pass. Just click yes.

If you have cookies set up correctly, it should auto-login anyway, provided MySpace can remember people between sessions. Most things like that can.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: October 22nd, 2006, 1:54 pm 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
Brandt wrote:
It would be 1) dumb because of the security risk 2) waste of time, cause it would take a while to find what a data to send to wat variables in the coding, ect


Actually it wouldn't take too much time to find the packet data to send.
It's simple, download a packet sniffer and filter out packets that are irreverent when you login through your browser. But it would be pointless in that sense since the session will end anyways.

Security risk? Can't think of any. MYSpace doesn't encrypt user passwords when they are sent around in packets. So anyone who uses MySpace on a network is vulnerable.

And to MasterOfTheVortex, Firefox can do that same thing you just said ;) :wink:

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: October 25th, 2006, 5:27 am 
Adamantite Member
User avatar
Offline

Joined: August 10th, 2006, 10:43 am
Posts: 255
Location: You see that tree outside? Look closer.
RS Name: chaos x x pk
RS Status: P2P
Clan Name: None - Looking
Jeff you sound like Bill Gates to everyone who knows nothing about programming..

_________________
Image
Image
ImageImage
ImageImage
~ | ~ | ~ |Chaos X X Pk | ~ | ~ | ~
Thanks to Samuel for the sig.


Top
 Profile  
 
 Post subject:
PostPosted: October 25th, 2006, 3:25 pm 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
†rivium-x wrote:
Jeff you sound like Bill Gates to everyone who knows nothing about programming..


I don't think Bill Gates talks geeky, he just talks really "markety", trying to get you to buy his (crap) products.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies. Forum Index » Off-Topic » Non-RuneScape Discussion » Tech Talk » I NEED HELP!!! Page 1 of 1 [ 15 posts ]

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: