Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.042 Times

Backdoor Access To Myspace freeware
Filter: All | Freeware | Demo
 

Backdoor Access To Myspace

< 1 2 3 4 5 > 
Added: September 07, 2013 | Visits: 363

Database access class ext_shapelib provides access to Shapefiles (.shp/.shx/.dbf) as used in GIS applications. Currently, creating of new files and adding shapes to those files is supported, however, full shapelib support is planned for upcoming releases. Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): Database access class Download

Added: June 12, 2013 | Visits: 583

User Access Manager With the "User Access Manager"-plugin you can manage the access to your posts, pages and files. You only create a user group, put registered users to this and set up the rights for this group. From now on the post/page is only accessible and writable for the specified group. This plugin is useful... Platforms: PHP

License: Freeware Size: 358.4 KB Download (48): User Access Manager Download

Added: June 05, 2013 | Visits: 550

Premium Content Access Permissions By Term The Premium Content Access Permissions By Term module allows access to content to be restricted to certain roles by taxonomy term and Drupal role permissions and supports multiple access tiers.It does not use the node_access table. It integrates with views via its use of taxonomy terms. It is... Platforms: PHP

License: Freeware Size: 10 KB Download (48): Premium Content Access Permissions By Term Download

Added: May 26, 2013 | Visits: 545

OG Public Access The OG Public Access module allows Organic Groups (OG) administrators to control public access to their groups' content. This module does not require group administrators to be granted the site-wide administer nodes permission.The use case for this module is for a site with teams of writers... Platforms: PHP

License: Freeware Size: 10 KB Download (39): OG Public Access Download

Added: July 08, 2013 | Visits: 528

Book Page Access This module allows control (editing) access to sub-trees in a book.This module is loosely based on Book Access but instead of delimiting access to a book (as Book Access does), it allows you to set fine-grained permissions for each page in the book and all its children.It is ideal for big... Platforms: PHP

License: Freeware Size: 10 KB Download (47): Book Page Access Download

Added: June 10, 2013 | Visits: 514

Node access user reference Allows you to configure a CCK User reference field so that the user whom is referenced in a node is granted access to view the node. There are also options to give the user access to edit or delete the node.This is great if you want your node authors to be able to choose additional authors, or... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Node access user reference Download

Added: August 07, 2013 | Visits: 364

SOAPUserpoints Node Access The Drupal userpoints nodeaccess module enables you to sell access to a single node for a specific category and amount of userpoints.Features:* Select which roles are able to buy access to a node* Per node, set userpoints* Per node, set userpoints taxonomy term (category)* Basic views... Platforms: PHP

License: Freeware Size: 10 KB Download (45): SOAPUserpoints Node Access Download

Added: May 12, 2013 | Visits: 391

Node Access Auto Reference Gives automatic access to users if they are referenced somehow to this node.It's scanning automatically for references with unlimited deep path, so you don't need to worry anymore how to configure your permissions correct, because it's checking for references automatically.Example 1:User 1 want... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Node Access Auto Reference Download

Added: July 23, 2013 | Visits: 306

Term access Access to nodes based on taxonomy terms. By associate terms with user roles you may them be visible only for these roles. Module require to patch modules (patches for most of standard modules supplied). Module still in development, but already works.Module deprecated and no more supported. Platforms: PHP

License: Freeware Size: 20.48 KB Download (52): Term access Download

Added: May 11, 2013 | Visits: 342

Node Access Node Reference Gives access to users if they have access to a referenced node. Checks view, update, and delete grants.Despite the availability of a beta, this module needs work, a lot of questions have been raised about this module's design in the issue queue, and probably shouldn't be used in production sites. Platforms: PHP

License: Freeware Size: 10 KB Download (45): Node Access Node Reference Download

Added: November 23, 2013 | Visits: 755

SVN Access Manager for Linux SVN Access Manager is a powerful utility for managing access to subversion repositories. The tool provides user and group management and access rights (read/write) to dedicated paths in a repository as well. Platforms: *nix

License: Freeware Size: 7.2 MB Download (51): SVN Access Manager for Linux Download

Released: October 15, 2010  |  Added: October 22, 2010 | Visits: 3.042

Chameleon Folder Chameleon Folder is a handy utility that provides fast access to your most often used and favorite folders. It allows you to make your own menu that consists of your favorite folder paths. Open a Save As/Open dialog or Windows Explorer and click the middle mouse button or rotate mouse wheel in... Platforms: Windows

License: Freeware Size: 1.8 MB Download (171): Chameleon Folder Download

Added: April 20, 2010 | Visits: 947

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);... Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: May 27, 2010 | Visits: 653

NDBM_File NDBM_File is a Perl module that allows tied access to ndbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use NDBM_File; tie(%h, NDBM_File, filename, O_RDWR|O_CREAT, 0666) or die "Couldnt tie NDBM file filename: $!; aborting"; # Now read and change the hash $h{newkey} =... Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): NDBM_File Download

Added: January 15, 2010 | Visits: 575

ODBM_File ODBM_File is a Perl module to allow tied access to odbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use ODBM_File; # Now read and change the hash $h{newkey} = newvalue; print $h{oldkey}; ... untie %h; ODBM_File establishes a connection between a Perl hash variable and a... Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): ODBM_File Download

Added: August 06, 2010 | Visits: 1.210

PBJ::JNI PBJ::JNI is a Perl module with full access to and from Java virtual machine from Perl. SYNOPSIS use PBJ::JNI::JavaVM; my ($env, $jvm, @vm_opts); my ($cls, $fid, $mid, $out); # Create the Java VM @vm_opts = ("-Xrs", "-Xcheck:jni"); $jvm = new PBJ::JNI::JavaVM(); $env =... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): PBJ::JNI Download

Added: July 03, 2010 | Visits: 683

mod_auth_useragent2 mod_auth_useragent2 is an Apache module that can be used to limit access to documents by means of the User-Agent. As an authentication method, this is really unsafe because it is easy to change the User-Agent in most browsers, but it could be used to prevent stupid bots and spiders from... Platforms: *nix

License: Freeware Size: 11.26 KB Download (85): mod_auth_useragent2 Download

Released: May 11, 2011  |  Added: May 22, 2011 | Visits: 833

Chameleon Folder Lite Chameleon Folder is a handy utility that provides fast access to your most often used and favorite folders. It allows you to make your own menu that consists of your favorite folder paths. Open a Save As/Open dialog or Windows Explorer and click the middle mouse button or rotate mouse wheel in... Platforms: Windows

License: Freeware Size: 2.29 MB Download (97): Chameleon Folder Lite Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 779

Mail Access Monitor for VisNetic MailSer It is hard to imagine an office without access to e-mail. Just as hard as finding a large company that does not have irresponsible employees who prefer exchanging e-mail messages with their friends rather than doing their job. If you are a manager, business owner or IT specialist, you have to... Platforms: Windows

License: Freeware Size: 5.1 MB Download (52): Mail Access Monitor for VisNetic MailSer Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 674

Mail Access Monitor for MS Exchange Serv It is hard to imagine an office without access to e-mail. Just as hard as finding a large company that does not have irresponsible employees who prefer exchanging e-mail messages with their friends rather than doing their job. If you are a manager, business owner or IT specialist, you have to... Platforms: Windows

License: Freeware Size: 5.1 MB Download (61): Mail Access Monitor for MS Exchange Serv Download

< 1 2 3 4 5 >