Advertisement

Results for "Author: jose lopez"

ASP_Volume2 #42596
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

ASP_Volume2 #42597
User tracking system

Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

ASP_Volume2 #42598
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

ASP_Volume3 #58444
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

ASP_Volume3 #58445
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

ASP_Volume3 #58446
User tracking system

Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

C_Volume2 #83659
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

C_Volume2 #83660
User tracking system

Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

C_Volume2 #83661
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

Java_Volume1 #102202
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

Java_Volume1 #102203
User tracking system

Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

Java_Volume1 #102204
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

2_2002-2004 #129349
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

2_2002-2004 #129350
User tracking system

Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

2_2002-2004 #129351
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

3_2004-2005 #147893
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

3_2004-2005 #147894
User tracking system

Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

3_2004-2005 #147895
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

4_2005-2006 #163741
Track users Ver 3.0/Site Statistics

******************************************* { Hi guys, I have decided to update the user tracking system once again. The updates are: -View daily hits. -Submit an IP directly to the block processing page -Log off -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Download all the files and MS Access database from (both are in the zip file) http://track.pagedream.com/Track_UserVer3.zip 2. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 3. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is demo and the password is demo. 4. Remove read permissions of the /fpdb/ directory trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. If someone is able to download it, then they can view the username/password and thus login to the page. 5. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 6. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 7. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. Download the files at http://track.pagedream.com/download.asp View a demo at http://track.pagedream.com/users Please Let me know if you find this useful or have any questions, or problems. Jose http://www.pagedream.com jlopez@pagedream.com } --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080 *******************************************

4_2005-2006 #163742
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

Languages
Top Categories
Global Discovery