| View Poll Results: Do you think that Sente is better than BookEnd 10? | |||
| Yes |
|
1 | 100.00% |
| No |
|
0 | 0% |
| Voters: 1. You may not vote on this poll | |||
|
|
LinkBack | Thread Tools |
| June 23rd, 2009 | #1 | |
Saran999 (Donator) Offline
|
||
|
|
I'm looking for the new Sente version 5.
I add some more info below. Quote:
http://www.thirdstreetsoftware.com/site/introduction.html
|
|
| Sponsored Links - Click Here to Remove All ADS |
| June 23rd, 2009 | #2 | |
Saran999 (Donator) Offline
|
||
|
|
So, so, so... I've found the solution!
This is not my work but it works just fine. I'll quote the code and then the instructions for the ones that may be interested. #!/usr/bin/perl
use Digest::MD5 qw(md5_hex);
$ifconfigin = `/sbin/ifconfig en0 | grep ether`;
$macaddr = substr($ifconfigin, index($ifconfigin, ":")-2, 17);
$macaddr =~ s/\://g;
$sntype = "Sente5";
$snprefix = "TSS-AC-$sntype-";
$sntime = "perpetual";
$sn2hash = "ZTSSZACZ". $sntype . "Z". $macaddr . "Z" . "$sntime" . "Z";
$sndigest = md5_hex($sn2hash);
$sn = $snprefix . $macaddr . "-$sntime" . "_$sndigest";
print "\nSente 5.x Perpetual Authorization Code for this mac:\n$sn\n\n";
$licfile = "Sente 5 Authorization Code";
open (LIC, "> $licfile") or die "Cannot create the license file:\n$!\n";
print LIC "$sn\n";
close (LIC);
print "Copy the file \"$licfile\" from the current directory to:\n"
. $ENV{'HOME'} . "/Library/Application Support/Sente/License/Sente5/Mac."
. $macaddr . "/\n" . "(if the destination path doesn't exist, create it).\n\n";
Quote:
/Just a final consideration: I'm working on a Model Name: MacBook Pro Model Identifier: MacBookPro3,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.4 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 4 MB Memory: 4 GB Bus Speed: 800 MHz Boot ROM Version: MBP31.0070.B07 SMC Version (system): 1.18f5 running with OSX 10.5.7 ...and BeoWolf is a wondeful user from another forum! Last edited by Saran999; June 23rd, 2009 at 12:17 PM. |
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|