|
1
|
Main Area and Open Discussion / General Software Discussion / Re: NewEgg
|
on: August 10, 2008, 01:30:18 AM
|
|
I have never had a problem with NewEgg order(and I've had a lot of them over the years), unfortunately they are now required to charge NY residents tax on orders, that combined with the latest tendency for them to definitely have higher prices on some of the popular items, means I have to start looking someplace else for my hardware fix.
-ark
|
|
|
|
|
3
|
Main Area and Open Discussion / General Software Discussion / Re: XP or Vista user — take the poll!
|
on: August 10, 2007, 02:13:51 AM
|
|
XP here, and I don't plan to go to Vista, my daughter has Vista on her Dell, Vista is cute to look at for 5 minutes, that's about it, I'd rather go with Linux in a few years, I already am using openoffice, gimp and other open source apps, so eventually in a few years a transition to Linux should be painless.
|
|
|
|
|
6
|
News and Reviews / Mini-Reviews by Members / please review this source code formatter
|
on: June 05, 2006, 10:11:24 PM
|
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
|
|
|
|
|
10
|
DonationCoder.com Software / Post New Requests Here / Re: IDEA: invisible application to update a text file on ftp server
|
on: May 06, 2006, 09:37:36 PM
|
|
skromell:
WHOA you did that for me? Thanks a lot!!!!
If it's written in vbscript any chance I could get the source code?
And I hope it's not .net because some offices do not install it at all.
So there needs to be a link in startup folder?
Awesome!
Tekzel:
Actually the reason for this is so my client's employees don't have access to their website administration section from outside of their office. Ftp or URL I need a way to communicate current ip of the office to the asp scripts on their website.
Seems Skromell solved this problem for me, idea was not to let employees know how it's done so they don't find a way to compromise it.
Not to mention that anyone from outside the office won't even be presented with admin login screen....
I have this all setup already on the server for my own use, now it will make the client's admin section very secure...
|
|
|
|
|
13
|
DonationCoder.com Software / Post New Requests Here / IDEA: invisible application to update a text file on ftp server
|
on: May 06, 2006, 07:50:04 AM
|
|
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?
|
|
|
|
|
15
|
DonationCoder.com Software / Unfinished Requests / IDEA: script or a little app to update ipsec policies from a text file
|
on: August 05, 2005, 11:19:39 PM
|
|
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
|
|
|
|
|