Editing Talk:Environments

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Possible more Environments ? ==
== get_datasheet.cgi ==
Note: if confirmed, move to main page, use this as scratchpad/notes only (saves the need to write it double, keeps it manageable on a single page)
{| class="wikitable sortable"
|-
! Environment !! Remarks
|-
| C1 ||
|-
| C2 ||
|-
| C3 ||
|-
| C1-PMGMT ||
|-
| C1-PQA ||
|-
| C1-SPINT ||
|-
| C2-NP ||
|-
| C2-PMGMT ||
|-
| C2-PMGMT ||
|-
| C3-PQA ||
|-
| C3-SPINT ||
|-
| C2-SPINT ||
|-
| C3-NP ||
|-
| Q1 ||
|-
| Q2 ||
|-
| Q3 ||
|-
| Q3-PQA ||
|-
| Q3-SPINT ||
|-
| Q2-PMGMT ||
|-
| Q3-NP ||
|-
| D1 ||
|-
| D2 ||
|-
| D3 ||
|-
| EI ||
|-
| H ||
|-
| EI (1\2\3); H,HF (1\2\3) ||
|-
| ..... ||
|-
|}


===Name acronyms===
sourcetweet: <CrashSerious> : GOOGLE FUN: found a cached copy of Sony's PERL cgi page's source from the latest hack --> http://is.gd/ZIgISa


*NP could be a derivate from the acronym NPMT ('''Network Program''' Management Tools) used internally to publish digital contents, as explained here: [http://www.postjobfree.com/resume/ywgvjm/cardinal-robohelp-technical-san-diego-ca-92130|Link] ''"The Network Program Management Tool (NPMT) is a tool used by Sony and other third party video game developers to add their products to the Sony PlayStation Network."''
<pre># !/usr/local/bin/perl
*Or '''Network Platform''', as seen in the certificate details when accessing https://a0.ww.np.dl.playstation.net/ servers (Sony Computers Entertainment Inc. - Network Platform Service Dept.). See: [[Online_Connections#Game_Updating_Procedure|Game Updating Procedure]] links and read the details of the certificate when accessing the example links
 
== get_datasheet.cgi ==
<syntaxhighlight lang="perl">
# !/usr/local/bin/perl
# http://products.sel.sony.com/cgi-bin/semi/get_datasheet.cgi
# http://products.sel.sony.com/cgi-bin/semi/get_datasheet.cgi


Line 278: Line 213:


# end
# end
</syntaxhighlight>
</pre>http://pastie.org/private/a10xmqhjufcfvvrtmuns7w
 
http://pastie.org/private/a10xmqhjufcfvvrtmuns7w
 
http://pastebin.com/pdBgSBBD
http://pastebin.com/pdBgSBBD


Line 1,114: Line 1,046:
$_LISTS{$w} = "" if $_LISTS{$w} eq " # ";
$_LISTS{$w} = "" if $_LISTS{$w} eq " # ";
     }
     }
     error("minor", "can't create minor database");
     dbmclose(%_LISTS);
    $MINOR{$form{'email'}} = $form{'age'};
li>Missing City  /li>" unless  dbmclose(%MINOR);
    dbmclose(%_LISTS);
}
}


sub setCookie {
sub setCookie {
   my($q, $_id)deleteList($query, $user, $form{'list'});
   my($q, $_id) = @_;
        pit($_data{'password'});
    $error .= " = @_;
   my $cookie = $q->cookie(-name=>'wishlistID',
   my $cookie = $q->cookie(-name=>'wishlistID',
                         -value=>$_id,
                         -value=>$_id,
Line 1,132: Line 1,059:
sub login {
sub login {
     my($q, $_id, $_pw) = @_;
     my($q, $_id, $_pw) = @_;
  recordSweepStake(%form) if $form{'sweepstake'};
    my(%_U);
      my(%_U);
     if(-e "${dbPath}.accounts") {
     if(-e "${dbPath}.accounts") {
dbmopen(%_U, "${dbPath}.accounts", undef)
dbmopen(%_U, "${dbPath}.accounts", undef)
  || &error("login", $q, "Can't read golbal accounts database\n");
  || &error("login", $q, "Can't read golbal accounts database\n");
     } else error("showListContent", $q, "Can't read from lists for $u");
     } else {
foreach $list (sort keys(%LISTS)) {
    $l = $list unless $l;
    if($l eq $list) {
    $d{'lists'} .= "{
dbmopen(%_U, "${dbPath}.accounts", 0664)
dbmopen(%_U, "${dbPath}.accounts", 0664)
  || &error("login", $q, "Can't read golbal accounts database\n");
  || &error("login", $q, "Can't read golbal accounts database\n");
Line 1,449: Line 1,371:


----
----
dbmclose(%_LISTS);
}
sub setCookie {
  my($q, $_id)deleteList($query, $user, $form{'list'});
        pit($_data{'password'});
    $error .= " = @_;
  my $cookie = $q->cookie(-name=>'wishlistID',
                        -value=>$_id,
                        -secure=>0);
    print $q->header(-cookie=>$cookie);
}
sub login {
    my($q, $_id, $_pw) = @_;
  recordSweepStake(%form) if $form{'sweepstake'};
      my(%_U);
    if(-e "${dbPath}.accounts") {
dbmopen(%_U, "${dbPath}.accounts", undef)
  ||
/li>";
    }
    return $error;
}
sub createAccount {
    my($q, %_info) = @_;
    my(%_ACCTS);
    dbmopen(%_ACCTS, "${dbPath}.accounts", 0664)
      || error("createAccount", $q, "Can't create account database for $_infp{'email'}");
    $_ACCTS{'firstname'} = $_info{'firstname'};
    $_ACCTS{'lastname'} = $_info{'lastname'};
    $_ACCTS{'address'} = $_info{'address'};
    $_ACCTS{'address2'} = $_info{'address2'};
    $_ACCTS{'city'} = $_info{'city'};
    $_ACCTS{'state'} = $_info{'state'};
    $_ACCTS{'zip'} = $_info{'zip'};
    $_ACCTS{'sweepstake'} = $_info{'sweepstake'};
    $_ACCTS{'info'} = $_info{'info'};
    $_ACCTS{'age'} = $_info{'age'};
    dbmclose(%_ACCTS);
}
sub recordSweepStake {
    my(%_info) = @_;
    my($dataFile) = "${dbPath}sweepstake.xls";
    if(-e $dataFile) {
    open(OUTPUT, ">>$dataFile") || die "can't append to file $dataFile\n";
    } else {
    open(OUTPUT, ">$dataFile") || die "can't append to file $dataFile\n";
print OUTPUT "First Name\tLast Name\tAddress\tAddress 2\tCity\tState\tZip\tE-mail\tGet Info\n";
    }
    print OUTPUT "$_info{firstname}\t$_info{lastname}\t$_info{address1}\t$_info{address2}\t$_info{city}\t$_info{state}\t$_info{zip}\t$_info{info}\n";
    close(OUTPUT);
    return;
}
sub mailSanta {
    my($q, $u, %d) = @_;
    my(%U, %PRODUCTS, @products, %LISTS, $p, $fname);
    dbmopen(%U, "$dbPath$u", undef)
      ||
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)