Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'name'

1630004 - VBA: Get Username from PC: user name vba vb
  1. Option Compare Database
  2. Option Explicit
  3. Private Declare Function GetComputerNameA Lib "kernel32" (ByVal lpBuffer As String, nSize As Long) As Long
  4. Private Declare Function GetUserName Lib "ADVAPI32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long
  5.  
  6.  
  7. Public Function GetCurrentUserName() As String
  8. On Error GoTo Err_GetCurrentUserName
  9.  
1629994 - Access: Get PC Name : pc name vba vb
  1. Private Declare Function GetComputerNameA Lib "kernel32" (ByVal lpBuffer As String, nSize As Long) As Long
  2. Private Declare Function GetUserName Lib "ADVAPI32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long
  3.  
  4. Public Function GetComputerName() As String
  5. On Error GoTo Err_GetComputerName
  6. Dim Username As String * 255
  7. Call GetComputerNameA(Username, 255)
  8. GetComputerName = Left$(Username, InStr(Username, Chr$(0)) - 1)
  9.  
1516064 - Block name patterns in Laconica: name spam laconica patterns
  1. $nicknamePatterns = array('^11', 'jerk');
  2.  
  3. function RegistrationBlacklist($action)
  4. {
  5.     global $nicknamePatterns;
  6.  
  7.     $nickname = common_canonical_nickname($action->trimmed('nickname'));
  8.  
  9.  
872389 - TheDefaced Google Friendly: data software name change cyber dns database check firewall channels issues solution systems computers digital register embedded
  1. TheDefaced Google Friendly
  2.  
  3. http://thedefaced.org/forums/forumdisplay.php?f=69
  4.  
  5. Keywords: x2Fusion DeadlyData Debug Tr3mbl3r Blood420 TheDefaced TheDefaced.org RoMeO xLink [xLink] coding programming darkmindz.com irc bouncer [irc bouncer] as400 security attack network buffer overflow attacks building business computer domain internet c# center channels change name firewall software issues solution systems computers cyber data database digital dns check register embedded endpoint exploit fibre testing generation latest government information international irc 1031 exchange bnc bot bouncer hosting scripting server shells tires trojan iseries it mainframe managing cisco mirc script net and perimeter architecture article audit auditing camera case study conference consultant consultants consulting design forum fundamentals news paper products professional provider scanner services system technology test threat threats tips tools white networks nt password pc proxy appliance bank certifications equipment measures networking policy posts vpn windows servers sql user vbulletin voip web website wifi 2000 recovery workstation xp administrator wireless
814908 - borat: name lalala my borat
  1. greetings my name is naaaat borat i look for giant marshmallow man and i call ghost busters i come from Kazakstan to america to learn aboult computers and i try to hack jagex (full stop)
612679 - Nickname tracker: nick name tracker
  1. ; #################################################################
  2. ; ## Address/Nick Tracking                                       ##
  3. ; ## Written by Urza                                            ##
  4. ; ## Written and tested in mIRC 6.16/6.17                        ##
  5. ; #################################################################
  6.  
  7. menu channel,menubar,nicklist {
  8.   Address Tracking
  9.  
612674 - Nickname tracker: nick name tracker
  1. ; #################################################################
  2. ; ## Address/Nick Tracking                                       ##
  3. ; ## Written by Texas                                            ##
  4. ; ## Written and tested in mIRC 6.16/6.17                        ##
  5. ; #################################################################
  6.  
  7. menu channel,menubar,nicklist {
  8.   Address Tracking
  9.  
worth-right
worth-right