Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
Member Avatar for derekn

Hi, I have a small home network which I will try to give as much info about as possible. I have 3 PCs connected to a Linksys WRT54GS router. Each computer is assigned a static IP in the network. What I want to do is to find some way to …

Member Avatar for jasonkaven
0
1K
Member Avatar for derekn

HI, running SB server 2003 here. Have a small LAN behind the server, server is acting as gateway to static DSL, DNS is configured, running a webserver on the server for our website. Here is the deal, I am sure it is something small I am overlooking, but maybe you …

Member Avatar for Kanchan_ma
0
150
Member Avatar for derekn

I want to search "The tree is in the yard" for the word "the", then replace the word "the" with "<font color=#FFFFFF>the</font>", which I currently do with "s/$searchstring/<font color=#FFFFFF>$searchstring</font>/gi;" BUT I want to preserve the case of the word, so that in this example the first word of the sentence …

Member Avatar for derekn
1
94
Member Avatar for derekn

Please help me. I have a site which we'll call "mysite.com" that contains 3 frames. Frame 1 is stuff that never changes (header image, counter, etc). Frame 2 is a menu. Frame 3 holds the contents of whatever link is clicked in Frame 2. The problem is that I don't …

Member Avatar for derekn
0
95
Member Avatar for derekn

I am trying to accurately calculate percentages with perl. The problem is of course that percentages don't end up as nice, even whole numbers...and I want to truncate those number (92.38495%) to the whole number accurately reflecting the percentage (92%). Using "($value/$total)*100" gives the percentages, then I used "$value=int($value+0.5)" to …

Member Avatar for KevinADC
0
223
Member Avatar for derekn

I would like to enable users to view the contents of a zip file via CGI interface. I have tinkered around with Archive::Zip, Archive::Zip::MemberRead, and Archive::Extract, and can't seem to figure out a way to work. After perusing the net for a solution to this, it seems that perhaps the …

Member Avatar for L8onw
0
120
Member Avatar for derekn

Could someone please help me figure out how to sort files in a directory by date? There are a lot of files to sort, thousands. All I want to do is sort by date last modified or accessed and then print that array. Thanks, Derek

Member Avatar for onaclov2000
0
332
Member Avatar for derekn

I'm having a dumb moment here... I am trying to search out strings and match user input with what's stored in database. I'm using [code]if($data =~ $user_input){then do something;}[/code] It's important to note that all the "$data" strings are all numbers. So for example, user puts in "1" and it …

Member Avatar for onaclov2000
0
136
Member Avatar for derekn

Ok, I am about to pull all my hair out. I have written many many perl scripts and have done it all pretty much. All of a sudden, I have hit a real problem, and I DON'T know why! I am doing a very simple array declaration by reading a …

Member Avatar for KevinADC
0
192
Member Avatar for derekn

Wonder if anyone knows what's going on here... I have a page which is generated via Perl that prints a number of data entries in a series of table rows. Each <tr> is assigned a unique id through perl, and when user mouseovers on each individual <tr>, the javascript is …

Member Avatar for derekn
0
100
Member Avatar for derekn

I am writing a counter that is created on the fly using GD::Image. I am running into a problem with setting a cookie to ensure that the same user is not counted more than once, as I wish to only count unique hits. The problem is setting the cookie. I …

Member Avatar for derekn
0
153
Member Avatar for derekn

I have been given the assignment of setting up our churches network. Some goofballs were assigned the task of getting the equipment and I have to deal with making it all work together. Here is what we have: A HP 24 port 1Gbit switch A dsl router/modem with business DSL …

Member Avatar for DMR
0
194
Member Avatar for derekn

I have a folder that is selected under my profile to "Make folder private" and is not selected to share on the network. It has been inaccessible to programs and the like forever, which is how i want it. For example, a CGI program cannot access that directory. HOWEVER, I …

Member Avatar for derekn
0
64
Member Avatar for derekn

I am in a real bad way! My "D" drive just for NO reason died, it was formatted NTFS, had all my MP3s on it, and now for no reason when windows started up, it was running CHKDSK and saying all these file record segments were unreadable. Well finally I …

Member Avatar for chrisbliss18
0
134
Member Avatar for derekn

Hi, hope someone can help me and fast! I currently have a small LAN with DSL ICS setup, one box is XP and the other is 98. Now, I would like to host a web site from EACH computer with my web server, but currently cannot seem to do so …

Member Avatar for ramprage
0
94
Member Avatar for derekn

Could someone please tell me how to set up and run a sendmail type application on my windows xp box? I am running a web server with dynamic DSL and would like to be able to send "formmail" from my machine, without a 3rd party host. Thanx Derek

Member Avatar for tgreer
0
99
Member Avatar for derekn

Hi all, Currently hosting site on my winxp with abyss web server, i have dsl with a recently-changed-to dynamic dns service (sucks!). Anyways, i am currently hosting through dyndns.org, a utility which updates your IP with the DNS service each time it changes. I would like to install a mail …

Member Avatar for kc0arf
0
114
Member Avatar for derekn

I would like to know how to password protect files under my profile with Win XP on another hard drive. Currently can only do it on the C drive where windows is installed. Thanks, Derek

Member Avatar for nanosani
0
171