BetaONE will rise again!


Reply
  #11  
Old 22nd Aug 03, 05:05 PM
MaxPayne MaxPayne is offline
Member
 
Join Date: Oct 2001
Location: Sweden
Posts: 35
MaxPayne
Zone, what is ICS?

And.. if you use like NAV, it'll stop and ask you when you try to launch a possibly harmful vbs

I totally agree on the "common sense" thingy*

Oh (I keep editing these messages to death) if you're uncertain about an exe or such, a good app is TextScan by AnalogX (www.analogx.com). It'll let you peek into the file for suspicious content.
Reply With Quote
  #12  
Old 22nd Aug 03, 05:09 PM
Zone-MR Zone-MR is offline
M.I.A.
 
Join Date: Sep 2001
Location: Near Newcastle, UK
Posts: 1,077
Zone-MR will become famous soon enoughZone-MR will become famous soon enough
Send a message via MSN to Zone-MR
</span><blockquote><span class="smallfont">Quote:</span><hr size="1" />Originally Posted by (MaxPayne @ Aug 22 2003, 04:05 PM)
Zone, what is ICS?

And.. if you use like NAV, it'll stop and ask you when you try to launch a possibly harmful vbs

I totally agree on the "common sense" thingy*
<hr size="1" /></blockquote><span class='postcolor'>
ICS = internet connection sharing.

As to alerting me when launching a harmful VBS file, I have had no reason to run VBS files at all. And if I did, I would open it in notepad first and see what it does. Its certainly useful to be alerted, but the problem is the overhead and system slowdown caused by the computer needing to look at every bit of data read from the hard disk.
__________________
[img]http://celltrack.spv-developers.com/render/Zone-MR.png[/img]
[url="http://future.betaone.net/forum/links.php?url=http://future.betaone.net/forum/links.php?url=http://zone-mr.net"]http://zone-mr.net[/url] - Transcribing Life
Reply With Quote
  #13  
Old 22nd Aug 03, 05:18 PM
MaxPayne MaxPayne is offline
Member
 
Join Date: Oct 2001
Location: Sweden
Posts: 35
MaxPayne
</span><blockquote><span class="smallfont">Quote:</span><hr size="1" />Originally Posted by
Hears = derrivative of heard.

Here's = abbreviation for here is

Note the ', and the lack of the 'a' character
<hr size="1" /></blockquote><span class='postcolor'>

Was I wrong?&nbsp;
Reply With Quote
  #14  
Old 22nd Aug 03, 05:25 PM
MaxPayne MaxPayne is offline
Member
 
Join Date: Oct 2001
Location: Sweden
Posts: 35
MaxPayne
I use VBS alot, as it is the same language as ASP I feel very comfortable with it. Like running a task at regular intervals, I just script what I need to be done and add the VBS to the scheduler. Or problem solving things, like a friend wanted a script that accepts an IP range and outputs the low- and highbound IP addy. So I wrote this:

inIP = "172.16.0-10.0-255" 'Just an example, edit or use a msgbox
IP = Split(inIP, ".")

a = Split(IP(0), "-")
b = Split(IP(1), "-")
c = Split(IP(2), "-")
d = Split(IP(3), "-")

loIP = a(LBound(a)) & "." & _
b(LBound( b )) & "." & _
c(LBound( c )) & "." & _
d(LBound( d ))

hiIP = a(UBound(a)) & "." & _
b(UBound( b )) & "." & _
c(UBound( c )) & "." & _
d(UBound( d ))

MsgBox "Input:" & vbCrLf & _
inIP & vbCrLf & vbCrLf & _
"Output:" & vbCrlF & _
loIP & " - " & hiIP


Oooops, The smileys killed that message. Fixed it.
Reply With Quote
  #15  
Old 22nd Aug 03, 05:57 PM
MaxPayne MaxPayne is offline
Member
 
Join Date: Oct 2001
Location: Sweden
Posts: 35
MaxPayne
</span><blockquote><span class="smallfont">Quote:</span><hr size="1" />Originally Posted by (Menace Inc @ Aug 19 2003, 10:43 PM)
Mozilla Firebird rocks <hr size="1" /></blockquote><span class='postcolor'>
Yeah it does, especially with the Spoof Plugin it is one of the best browsers around!

(http://refspoof.mozdev.org/notes.html)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unzipping question? SIRCOOKS Software Support 2 2nd Nov 04 03:00 PM
When posting a question User Needs Software Support 0 1st Nov 04 04:31 AM
For Dell and AMD, a tantalizing question NewsBot NeoWin News 0 26th Oct 04 03:30 PM
XP 64bit question volpe1564 Hardware Support 3 25th Mar 02 04:53 PM
Pentium Processor Question??? mayostudent Hardware Support 5 1st Oct 01 04:56 PM


All times are GMT +1. The time now is 05:50 PM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.