Main > Free Download Search >

Free myspace stuff software for linux

myspace stuff

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 513
MySpace Feed 1.01

MySpace Feed 1.01


MySpace Feed tool lets you important headlines from your blog, LiveJournal, a news feed, or other source into your MySpace. more>>
MySpace Feed tool lets you important headlines from your blog, LiveJournal, a news feed, or other source into your MySpace (or Friendster) page.

MySpace Feed converts the headline text into an image. We have a script that updates the images once a day.
<<less
Download (0.072MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1146 downloads
WWW::Myspace 0.60

WWW::Myspace 0.60


WWW::Myspace is a Perl module to access MySpace.com profile information from Perl. more>>
WWW::Myspace is a Perl module to access MySpace.com profile information from Perl.

WARNING - DO NOT USE THIS MODULE FOR MASS MESSAGING OR COMMENTING.

Myspace will cripple or disable your account:

Older accounts:

Messages will appear in your Sent folder but not in the receivers inbox, although theyll be able to see it if theyre paging through from another message. The receiver will get a "New Comments" notification and be able to see your comment, but it wont appear on the profile page.

Newer accounts:

If you created your myspace account in or after June 2006 (approximately), and you use a "bot" (including this module) to send messages, your message sending ability will be disabled and your account may be deleted. This is due to security features myspace has implemented to prevent spam abuse by people using multiple accounts.

SYNOPSIS

WWW::Myspace.pm provides methods to access your myspace.com account and functions automatically. It provides a simple interface for scripts to log in, access lists of friends, scan users profiles, retreive profile data, send messages, and post comments.

use WWW::Myspace;
my $myspace = WWW::Myspace->new ($account, $password);
OR
my $myspace = new WWW::Myspace; # Prompts for email and password
unless ( $myspace->logged_in ) { die "Login failed: " . $myspace->error }

my ( @friends ) = $myspace->get_friends();

This module is designed to help you automate and centralize redundant tasks so that you can better handle keeping in personal touch with numerous friends or fans, or coordinate fan communications among multiple band members. This module operates well within MySpaces security measures. If youre looking for a spambot, this aint it.

WWW::Myspace works by interacting with the site through a UserAgent object, using HTTP::Request::Form to process forms. Since by nature web sites are dynamic, if you find that some interaction with the site breaks, check for a new version of this module (or if you go source diving, submit a patch). You can run "cpan -i WWW::Myspace" as a cron job or before running your scripts, if appropriate, to make sure you have the latest version.

<<less
Download (0.13MB)
Added: 2006-12-18 License: Perl Artistic License Price:
1044 downloads
Free Myspace Layouts 1

Free Myspace Layouts 1


Myspace layouts, free myspace layouts with myspace codes at Acelayouts.com. We offer a very fantastic collection of myspace layouts, free myspace layo... more>> <<less
Download (41KB)
Added: 2009-04-08 License: Freeware Price: Free
206 downloads
MySpace Blog Editor 0.3

MySpace Blog Editor 0.3


MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog. more>>
MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog.

The MySpace Blog Editor allows you to post directly from within Firefox to your MySpace blog aswell as save notes, drag and drop formatted text from webpages, handle images and much more.

<<less
Download (0.030MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
975 downloads
MySpace Friend Renamer .86

MySpace Friend Renamer .86


MySpace Friend Renamer provides an extension that allows you to rename your MySpace Friends. more>>
MySpace Friend Renamer provides an extension that allows you to rename your MySpace Friends.

This adds a right click option to Myspace Pages and allows you to change the display name for any of your friends. Handy if your friends change names often, or pick strange and obscure names.

Also in response to comments. If a tab is not in focus when the page loads, the extension will not rename.

I believe that the extension will conflict with other extensions that change pages when they load. If I find a better way to do it, I will change it.

<<less
Download (0.004MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
934 downloads
WWW::Myspace::Data 0.13

WWW::Myspace::Data 0.13


WWW::Myspace::Data is a WWW::Myspace database interaction. more>>
WWW::Myspace::Data is a WWW::Myspace database interaction.

SYNOPSIS

This module is the database interface for the WWW::Myspace modules. It imports methods into the callers namespace which allow the caller to bypass the loader object by calling the methods directly. This module is intended to be used as a back end for the Myspace modules, but it can also be called directly from a script if you need direct database access.

my %db = (
dsn => dbi:mysql:database_name,
user => username,
password => password,
);

# create a new object
my $data = WWW::Myspace::Data->new( $myspace, { db => %db } );

# set up a database connection
my $loader = $data->loader();

# initialize the database with Myspace login info
my $account_id = $data->set_account( $username, $password );

# now do something useful...
my $update = $data->update_friend( $friend_id );

<<less
Download (0.016MB)
Added: 2007-07-26 License: Perl Artistic License Price:
824 downloads
MySpace Data Mining Tools 1.1

MySpace Data Mining Tools 1.1


MySpace Data Mining Tools are a set of Java classes designed to mine information from MySpace profile and blog pages. more>>
MySpace Data Mining Tools are a set of Java classes designed to mine information from MySpace profile and blog pages using a multi-threaded Web page access method.
Enhancements:
- Direct database connectivity via JDBC was implemented for data storage.
- A basic user profile class was created to handle both user data compression and database access.
- Minor bugs were fixed for some of the raw data accessing routines.
<<less
Download (0.035MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
1191 downloads
Unofficial Myspace Toolbar 1.4.91

Unofficial Myspace Toolbar 1.4.91


Unofficial Myspace Toolbar provides a way to automatically login to Myspace. more>>
Unofficial Myspace Toolbar provides a way to automatically login to Myspace.

Automatically login to Myspace, instantly access your messages, view hidden comments, create styled comments/bulletins and more with this intuitive and customizable toolbar!

NEW! Myspace Notifications: Find out if you have new comments, bulletins, etc without logging into myspace.

The toolbar can automatically hide when you are not using Myspace. To toggle this feature, click the "m" on the status bar.

<<less
Download (0.059MB)
Added: 2007-07-09 License: MPL (Mozilla Public License) Price:
838 downloads
WWW::Myspace::FriendAdder 0.12

WWW::Myspace::FriendAdder 0.12


WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account. more>>
WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account.

SYNOPSIS

This module gives you a little more flexibility when adding friends to your Myspace account. It is interactive and will occasionally prompt you for input. Youll have the most success when using it at the command line, but you do have the option of suppressing its reporting and interactive nature if you want to run it from a cgi script or if you just find it annoying. Hey, youve got your reasons, right? This module is an extension of Grant Grueningers handy WWW::Myspace module.

use WWW::Myspace;
use WWW::Myspace::FriendAdder;

my $myspace = WWW::Myspace->new();

my $adder = WWW::Myspace::FriendAdder->new( $myspace );

my @friend_ids = (List, of, friend, ids);

$adder->send_friend_requests( @friend_ids );

By default, this routine will try to add as many friends as possible until it it reaches max_count, which defaults to 50, but can be set to any number of your choosing. See below. When Myspace prompts you for user input, the routine will pause and allow you as much time as you need to fill out the Myspace form. Once you have done so, you may prompt the script to continue or to exit. Upon its exit, the script will report on its success and/or failure.

<<less
Download (0.014MB)
Added: 2007-07-26 License: Perl Artistic License Price:
830 downloads
man-pages 2.63

man-pages 2.63


The manpages package contains a large collection of man pages for Linux covering programming APIs, file formats, protocols, etc. more>>
Linux documentation can be found in man pages, info files, HOWTOs and FAQs, and elsewhere. (For example, also the kernel Documentation directory contains a lot of good stuff.) A nice index for the man pages in Fedora Core 2 is found at the superman site.

Man pages belonging to programs are usually distributed together with those programs. Therefore, the Linux man-pages distribution mainly contains the pages for system calls and library routines, special devices, and file formats.

However, it also contains documentation for a number of programs, in cases where the authors or maintainers of the program do not distribute man pages themselves.
<<less
Download (2.4MB)
Added: 2007-07-23 License: Free To Use But Restricted Price:
824 downloads
XPTracker 20090706

XPTracker 20090706


XPTracker is a radical alternative agile planning tool. more>> XPTracker 20090706 is developed to be a radical alternative agile planning utility aimed at keeping out of your way and making sure you can see the stuff you care about at a glance.

Requirements: Java 2 Standard Edition Runtime Environment

Enhancements: This release fixes a defect where an exception was thrown when rejecting a story that wasnt in a queue.

<<less
Added: 2009-07-07 License: GPL Price: FREE
20 downloads
KMyIRC 0.2.9

KMyIRC 0.2.9


KMyIRC provides an IRC client for KDE which strives to be useful and easy without being bloated. more>>
KMyIRC provides an IRC client for KDE which strives to be useful and easy without being bloated.
It was created because it was felt that the other KDE-based IRC clients were either not user-friendly or burdened with features that are not useful to the average IRC user.
Enhancements:
- Fixed bug in /part command
- Added member varibale "KMIChannelWindow::parted" to class KMIChannelWindow
- Added /leave command
- Added new ircMessage parsing object
- Added logging facility for raw irc messages
- Added some more irc-servers and groups to global config file (kmyircrc)
- Added some widgets to raw irc message window for logging stuff
<<less
Download (0.91MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
956 downloads
Apache::TestTieBucketBrigade 0.03

Apache::TestTieBucketBrigade 0.03


Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back. more>>
Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back upcased.

It tests stuff. I suppose you could use it as an example of building things with Apache::TieBucketBrigade. This would be cooler if I actually new how to test mod_perl protocol handlers. For now, put something like the following in httpd.conf

Listen localhost:8013

< VirtualHost localhost:8013 >
PerlModule Apache::TestTieBucketBrigade
PerlProcessConnectionHandler Apache::TestTieBucketBrigade
< /VirtualHost >

restart apache and hope for the best. Telnet to locahost:8013 type some stuff in and see if it comes back upcased.

<<less
Download (0.004MB)
Added: 2006-10-11 License: Perl Artistic License Price:
1108 downloads
PHAT 0.0.1

PHAT 0.0.1


PHAT is a browser-based network management solution. more>>
PHAT is a browser-based network management solution with a heavy lean toward switches, routers, and other traffic handlers which can be used to control either a single node, subnet, or vlan.
As you can probably see if youre reading this, PHAT is not the worlds most useful tool... yet. The reason I released this code in the first place was because I found myself in a vicious cycle: I didnt want to release the code until it was a little cleaner, a little more useful, and less dependent on site-specific stuff (currently, PHAT is quite reliant on NIS for example). However, I really havent had all the time in the world to devote to coding (Im also a sys/network admin), so getting PHAT to this presentable state has been tough (obviously, as I still dont consider it very presentable). I realized the only way to be useful was if I just released it for better or worse, and let people have at it.
Right now, the only things PHAT can really do depend on NIS, and MySQL. However, the NIS stuff should go away soon, and its not very hard to understand whats happening. Anyone with a decent level of networking and PHP expertise should be able to rip out the NIS stuff and replace it, or abstract the stuff altogether. The MySQL stuff will go away too, but not tomorrow or next week. As more people get involved who have more experience in dealing with ADODB or the PEAR DB stuff well move toward one of those.
In addition to reading this file, you really should read the source files as well, as I have a tendency to write really verbose stuff in there.
So, in a nutshell, I picked the release name "pseudocode" because thats exactly what PHAT currently is. Its a proof of concept. Everything has been done in a very brute force manner and has been tested just enough that theres some evidence that this stuff can work and I can demo it for a few interested local parties :)
At this stage in the game, ideas reign supreme. The only thing that rules over talking about ideas is coding prototypes for them.
Enhancements:
- PHP 4.x: As far as I know, any 4.x version works. I always use the latest version of PHP, and the version I used initially was 4.1x, I dont exactly remember which one.
-
- Apache: This has only ever been tested on Apache. UNIX/Linux: PHAT, at this stage, still makes a couple of systemcalls that are *nix specific. Its been tested on Linux and
- Solaris. This dependency should eventually go away.
-
- NIS: This dependency really has to go away. Abstracting the things PHAT uses NIS for right now is the first order of business.
-
- MySQL: I want to use the PEAR or ADODB stuff, but havent been overjoyed with either one. I dont want to have PHAT be dependent on any one database.
<<less
Download (0.23MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1212 downloads
McData 0.3

McData 0.3


McData attempts to be the smallest, simplest, and cleanest blog. more>>
McData was an old blog I wrote, for the purpose of learning database stuff. Now, a year later, I have rewritten it in a much nicer fashion. McData is super simple and very lacking in features. It does not attempt to be comprehensive or feature-filled. It attempts to be simple, small, clean, and easy to hack to taste.

Installation/use:
* Edit vars.php
* Visit diag.php in your browser
* Include inc.php in your pages
<<less
Download (0.005MB)
Added: 2006-06-21 License: BSD License Price:
1225 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5