- 58 名前:nobodyさん mailto:sage [03/08/22 21:29 ID:???]
- >>57
IP変わればID変わる IDは・・・ $idnum = $ENV{'REMOTE_ADDR'}; $idnum =~ s/\./0/g; $idcrypt = substr(crypt(substr($idnum,0,8),$mday), -8); if ($iddagora > 0){ if ($iddagora == 1){ if ($in{'email'} eq ""){ $date = "$date ID:$idcrypt"; } else { $date = "$date ID:???"; } } if ($iddagora == 2){$date = "$date ID:$idcrypt";} } こんな感じ?
|
|