topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 4:21 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - quantumrider [ switch to compact view ]

Pages: [1]
1
Hi,

Sorry to be posting here, I'm not sure where to post this....

I came across SourceFormatX http://www.textrush.com/ a cool app that formats the source code, I want to ask someone to review it, for several reasons, I am only interested in formatting ASP, I simply have no other code that could test this app with, I don't think it could fit in any other category... it's not text editor, it's not an IDE.

Could you move this post to appropriate forum mouser?

I think they are working on a new 3.0 version, so maybe it's better to wait for it?

As far as vbscript/ASP formatting I know there used to be at least 2 apps for that out there, I've lost my links to them, anyone remembers?

-ark

2
Hi,

Currently I use update-ip little application to update a text file on my ftp server with my current ip address.

Would it be possible to request a little app here, that would have hard-coded ftp server info and would upload a little text file with the current ip address in it replaced.

My client wants this so the only access to his website by his employees is done from their computers at work.

So the app would need to run invisibly so the employees are not even aware of this additional security measure.

This way they would not be able to login from home or from any other place.

update-ip is visible running in the taskbar, so that's not useful.

update-ip is doing the job fine but is not invisible, it also uses a template file, here is the template file I use:

<%
dim MY_IP
MY_IP = "<!--IP--!>"
%>

then the file is included and script knows my ip and I get better treatment on the server =)

What do you think?

3
Hi,

I really need this one =)

A script or a little app to update ipsec policies from a text file. Here is a sample text file:

128.254.124.60|128.254.124.60|128.254.124.60|128.254.124.60

and so on, a single line with different ip addresses separated by some character.

basically the idea is to create an ipsec rule with the ip address and date of creation as name, blocking all ports and all protocols to and from the ip.

then the rule would be deleted at next run if 7 days elapsed, for example.

I do have some commandline text that creates the rules and removes them, I'm just confused by it =)

also I work with asp on iis, so the asp generates the list, there is no component that I know off that would allow me to edit the ipsec rules from asp.

let me know what you think, or if you know alternative, please.

thanks,
ark

4
Hi,

For example I have this menu item in right click menu in IE "Google Search".

I don't remember when or how I got it...

It would be nice to have some sort of an interface to be able to edit such items in right click menu in IE.

So for example I could add an item I really want "Search on Amazon" =)

TIA

Pages: [1]