Welcome to the Pennsylvania Firearm Owners Association Discussion Forum!

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, chat in our chat room, communicate privately with other members, respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, register and join our community today!


Go Back   Pennsylvania Firearm Owners Association Discussion Forum > Discussion > General
Register Image Hosting FAQ Members List Calendar Mark Forums Read

General General talk about the site, what's going on, etc.

Reply
 
Thread Tools Display Modes
  #21 (permalink)  
Old July 22nd, 2008
mojo's Avatar
Senior Member
 
Join Date: Mar 2008
Location:
Pittsburgh, Pennsylvania
(Allegheny County)
Posts: 296
Rep Power: 2
mojo has a spectacular aura aboutmojo has a spectacular aura about
Default Re: Gun Inventory software

Quote:
Originally Posted by normanvin View Post
if the program is internet based where would the info be hosted? Could it then also be mirrored on a persons home pc?
I was planning on just hosting it on one of my servers. Would you just want the data or the whole application to be hosted on your home machine?


Quote:
Originally Posted by mjfletcher View Post
Using the software and DB he is, it would be very easy to export userdata into a spreadsheet, text file, or pretty much any other format and include a link in the users control panel to do that.
Yep, I could easily write an "export" function to export out all the data. I always thought of it as a hosted app and not one where people could download the code and use it on their own (like a true open source application) but that's not a bad idea.

Quote:
Originally Posted by jofreder View Post
Sensitive Data stored with encryption.
What would you consider sensitive data? The only thing that I could think of is the serial number. I would require anyone to put any personal info in the system for user setup. Only thing required would be an email address.
__________________
--
"They that would trade essential liberty for a little temporary safety deserve neither." -- Benjamin Franklin
Reply With Quote
  #22 (permalink)  
Old July 22nd, 2008
Supporting Member
 
Join Date: Mar 2008
Location:
Bangor, Pennsylvania
(Northampton County)
Posts: 287
Rep Power: 3
jofreder has a spectacular aura aboutjofreder has a spectacular aura aboutjofreder has a spectacular aura about
Default Re: Gun Inventory software

Quote:
Originally Posted by mojo View Post


What would you consider sensitive data? The only thing that I could think of is the serial number. I would require anyone to put any personal info in the system for user setup. Only thing required would be an email address.
Serial Numbers Yes, Certain pieces of Purchase or sales details, Personal info if any(email for one) and anything that could let the law or would be bad people know what guns are mine if they were sneaking into the data storage( File or Database), bypassing the apps interface. No offense intended but, I would not store my Gun details in a storage format that is exposed to the internet or run by someone else.
__________________
Reply With Quote
  #23 (permalink)  
Old July 22nd, 2008
mjfletcher's Avatar
Super Member
 
Join Date: Feb 2008
Location:
Reading, Pennsylvania
(Berks County)
Posts: 621
Rep Power: 10
mjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to behold
Default Re: Gun Inventory software

Quote:
Originally Posted by mojo View Post
Yep, I could easily write an "export" function to export out all the data. I always thought of it as a hosted app and not one where people could download the code and use it on their own (like a true open source application) but that's not a bad idea.
I was thinking more along the lines of being able to click and generate a spreadsheet or some other such document that the user could print so they have a 'hardcopy' record just in case. Maybe export wasn't the right word.

Getting home and finding ones home has been broken into is stressful enough without having to try to remember a web addy, and even if you remember it, if the computer was stolen too you're pretty much stuck unless you ahve a printed copy of your data.

But a downloadable version of it that people can run locally would be something i'd definitely be interested in, but then again, im a computer geek.

"There are 10 types of people in the world, those who understand binary and those who don't"
__________________
Police Departments who've recieved the Open Carry Training Memo: Main (hosted by truecrimson) |Mirror (hosted by mjfletcher)

Quote:
Originally Posted by jayPA View Post
Thank you; I figure just because we shoot within the rings doesn't mean that we can't think outside the box.
Reply With Quote
  #24 (permalink)  
Old July 22nd, 2008
Active Member
 
Join Date: Dec 2007
Location:
King of Prussia, Pennsylvania
(Montgomery County)
Posts: 231
Rep Power: 2
marinakorp will become famous soon enoughmarinakorp will become famous soon enough
Default Re: Gun Inventory software

Quote:
Originally Posted by jofreder View Post
No offense intended but, I would not store my Gun details in a storage format that is exposed to the internet or run by someone else.
Exactly

I use Gun Safe... have a local copy on the Home PC and one on a protected Pen drive

Work OK... a little buggy, and reporting is not great... but a good start
Reply With Quote
  #25 (permalink)  
Old July 23rd, 2008
mojo's Avatar
Senior Member
 
Join Date: Mar 2008
Location:
Pittsburgh, Pennsylvania
(Allegheny County)
Posts: 296
Rep Power: 2
mojo has a spectacular aura aboutmojo has a spectacular aura about
Default Re: Gun Inventory software

It would be easy to have every field encrypted where only the user can view the data because they would be the only one with the passphrase. It would make the system a lot slower ... everything is a balancing act.
__________________
--
"They that would trade essential liberty for a little temporary safety deserve neither." -- Benjamin Franklin
Reply With Quote
  #26 (permalink)  
Old July 23rd, 2008
Supporting Member
 
Join Date: Mar 2008
Location:
Bangor, Pennsylvania
(Northampton County)
Posts: 287
Rep Power: 3
jofreder has a spectacular aura aboutjofreder has a spectacular aura aboutjofreder has a spectacular aura about
Default Re: Gun Inventory software

Quote:
Originally Posted by mojo View Post
It would be easy to have every field encrypted where only the user can view the data because they would be the only one with the passphrase. It would make the system a lot slower ... everything is a balancing act.
I would not suggest Encrypting every field but find some way to encrypt certain things. Yes, it will slow everything down, your storage space will increase, development will take a hit and you too would not be able to view, update data in the back end. Personally, I like to get to the data directly for trouble shooting, mass updates, testing, etc... too much encryption will cause you greif in the long run, find a balance. And don't forget this should run in a Secure Socket.
__________________
Reply With Quote
  #27 (permalink)  
Old July 23rd, 2008
Supporting Member
 
Join Date: Mar 2008
Location:
Bangor, Pennsylvania
(Northampton County)
Posts: 287
Rep Power: 3
jofreder has a spectacular aura aboutjofreder has a spectacular aura aboutjofreder has a spectacular aura about
Default Re: Gun Inventory software

Quote:
Originally Posted by mjfletcher View Post
Web based doesn't necessarily mean internet accessible, just that it uses a browser to view pages rendered using html. Its easy enough to include one line of code that will permit access to the program from only the machine its installed on, ie: browser addy http://localhost/GunInv

But password protection is still a great idea.
This would be ok but for those that are not as Computer savvy may have difficulty dealling with installing IIS, PHP ,apache or what ever your OS supports to host web apps. It might limit your client list.
__________________
Reply With Quote
  #28 (permalink)  
Old July 23rd, 2008
mjfletcher's Avatar
Super Member
 
Join Date: Feb 2008
Location:
Reading, Pennsylvania
(Berks County)
Posts: 621
Rep Power: 10
mjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to beholdmjfletcher is a splendid one to behold
Default Re: Gun Inventory software

Quote:
Originally Posted by jofreder View Post
This would be ok but for those that are not as Computer savvy may have difficulty dealling with installing IIS, PHP ,apache or what ever your OS supports to host web apps. It might limit your client list.
Valid point, and easily handled. Theres many embedded http servers that can be included as part of the package (easiest way to go), as well as XAMPP, a distribution of the apache webserver that includes php, mysql, and perl all in one package that auto configures itself making installation no different than installing any other program.
__________________
Police Departments who've recieved the Open Carry Training Memo: Main (hosted by truecrimson) |Mirror (hosted by mjfletcher)

Quote:
Originally Posted by jayPA View Post
Thank you; I figure just because we shoot within the rings doesn't mean that we can't think outside the box.
Reply With Quote
  #29 (permalink)  
Old July 23rd, 2008
Junior Member
 
Join Date: Apr 2007
Location:
East Moline, Illinois
Posts: 10
Rep Power: 0
whyzdom is on a distinguished road
Default Re: Gun Inventory software

Mac Version!





Reply With Quote
  #30 (permalink)  
Old July 23rd, 2008
andrewjs18's Avatar
Super Member
 
Join Date: Mar 2008
Location:
Secane, Pennsylvania
(Delaware County)
Age: 22
Posts: 771
Rep Power: 4
andrewjs18 is just really niceandrewjs18 is just really niceandrewjs18 is just really niceandrewjs18 is just really nice
Send a message via AIM to andrewjs18 Send a message via MSN to andrewjs18 Send a message via Yahoo to andrewjs18
Default Re: Gun Inventory software

Quote:
Originally Posted by mjfletcher View Post
Valid point, and easily handled. Theres many embedded http servers that can be included as part of the package (easiest way to go), as well as XAMPP, a distribution of the apache webserver that includes php, mysql, and perl all in one package that auto configures itself making installation no different than installing any other program.
they're ISP should allot ftp space...so they could upload it there and run it that way.
__________________

--XD 40 4in--Mossberg Maverick 88--Marlin Model 60--
Reply With Quote
Reply


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
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 09:48 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.