Home | Advertising Info111 USERS CURRENTLY ONLINE   
PowerASP
   Site Search Contact Us Friday, March 14, 2025  

Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds



Blog Entry: 3/25/2006 4:34:40 PM

thanks... a review at aspin is always appretiated ...no one ever seems to do a review and they help me out a lot.. the aspprotect admin area header has a link

thanks...

,

Microsoft has a free version of SQL server 2000 than you can run on a development machine.


http://www.microsoft.com/downloads/details.aspx?FamilyID=413 744d1-a0bc-479f-bafa-e4b278eb9147&DisplayLang=en

This is really the same thing as the MSDN version of SQL server that comes with Visual Studio

It is limited in two ways.

  • No single database can exceed 2 gigabytes in size. However, each Desktop Engine server instance can contain many databases, each of which can be up to 2 gigabytes in size. Each computer can host up to sixteen instances of Desktop Engine.

  • Performance will rapidly decline when more than five simultaneous users use the database engine at the same time. With five users or less Desktop Engine will operate with full SQL Server speed.

    After you install this your going to need a way to connect to your sql server as well as a way to run queires on it.

    I suggest either install the client tools off any SQL 2000 Installation Disc (giving you enterprise manager and query manager)

    or use the FREE SQL Server Web Data Administrator which will do amost everything you  will need to do. It is really very slick
    http://support.cjwsoft.com/forum/forum_posts.asp?TID=127& ; ; ;PN=1

    Then you have a pretty sweet setup for testing and developing locally using SQL server.

    If you are wondering why someone with a real SQL Server 2000 cd wouldn't just install the real SQL server locally it is because the server part will usually not install on XP Pro or non server versions of windows for licensing reasons. (at least every SQL 2000 CD I have is like that regardless of whether it is standard or enterprise) But the client side tools on the cd are invaluable so I just install the Desktop Version of SQL along with the client side tools and everything works great.

  • ,



    Hi there,

    Well, that is why we added the PayPal subscription pack where all of that is taken care of and customers get put under a recurring billing cycle.
    The more people you get to pay that way the less you have to do.

    We also have routines for the two other supported payment methods so people can look up their account and add time to it whether it is active/expired or not.

    Other than that, yes it is something you need to sort out on your own based on how you want to run your system. You have the source code and the sky is the limit on how you want handle all of that.  You send out an email to users about to expire. Whether they come back to the site/look up their account and add more time to it is up to them. I really just do not see any way ASPProtect could handle that whole process automatically.

    As for batch changing to users in the database. We give you the source code and we also use an open database structure. You can run any query you want on the database whether with ASP code or directly in your database using the tools that come with it, You can write any code you like to do whatever you like to the database. You can even tie other systems and code into the database via OBDC and manipulate data. The sky is the limit like I said. I also don't really see how batch changes to the database relates to individual users paying again for access or not especially since we include payment  pages were a users can look up their accounts and pay for and add more time to it automatically ? At least not regarding the payment routine we provide support for.

    ASPProtect can not handle everything every person would need to do. It is meant as a solid starting point for any project, but there are going to be times when more functionality will need to be added by the customer based on their specific needs.

    ,

    Wondering what might be causing a long delay to display the login screen?  This does seem to be intermittent.  Could be server/ISP related? Have experienced enough times to justify posting this question.

    I can count up to 20 seconds after clicking on the link.  After login all other selections zip right along without problem.

    http://gibsoncity.us/aspbanner/

    Thanks, Lance

    lancem38319.6117939815, Oh, to clarify the above.  We did not change any columns in your [Users] database or any other table.,

    you not seeing the real error

    http://support.cjwsoft.com/forum/forum_posts.asp?TID=11& PN=1

    ,

    Tell tell me some info about your install?

    How am I supposed to know what is going on when you are not showing me what you have in your web config file and also the directory structure of the install or what you are putting in a page you are trying to protect ? It almost sounds like you are not editing the paths correctly in the various places.  I mean yes you told me something about the "map" folder but what I saying is tell me more detail.

    BTW: this is a very important setting in the web.config file and must be edited accordingly so the path is right.

    <forms name=".aspprotect~net" loginUrl="/aspprotectlogin.aspx" protection="All" timeout="60" path="/" />



    Basically your showing me random errors and posts left and right and I honestly have no idea what your doing ?

    Ulitmately though I am trying to help you in this situation like the web site says.

    We offer tech support for installation of the base application purchased in it's native form. In some cases in order to receive proper tech support your application will be need to be installed on a live server on the Internet. We simply cannot troubleshoot all issues when the application is only installed on your local machine.

    Meaning I am not going to keep this up if you keep asking question after question after question regardign your local XP Pro installation. There is only so much I can assume or guess when you are running this on a local development server. I know you got all sorts of problems getting a decent live server to run this on but that just isn't my problem. Get this up and running on a professionaly and correctly setup live server and when these random configuration errors pop up atl least I can go run the pages and look at them.
    Right now I am just confused by nearly everything you have posted today. Half of looks like basic ASP.NET path issues that you need to sort of on your own based on where you installed the application on the machine and what you have in the web.config file.. etc etc etc

    It is sounding more and more like ASP.NET is way over your head. If you want a copy of the classic ASP version of ASPProtect you are welcome to it. I think you will be a lotter better off sticking to classic ASP unless you really start reading up on ASP.NET and learning more about how forms based authentication and the web.config file work.

    ,

    You really should just look at the documentation that came with the application. It tells you everything you need to know.

    it is in the docs folder in html format.. it is also linked to from the aspclassifieds website

    http://www.aspclassifieds.com/demo/docs/

    , If you want to have a login form on a non protected page that posts
    to a protected ".asp" page use code like this.

    Change the action of the form to the page you want them to log into.
    Make sure the page you send them to is protected by the "check_user_inc.asp" file.


    <center>
      <table border="0" width="400" height="200" bgcolor="#000000">
        <tr>
          <td bgcolor="#F4F4F4">
            <form method="POST" action="memberarea.asp">
              <input type="hidden" name="Status" value="Checkem">
              <p align="center"><font face="Arial">ASPProtect Login</font></p>
              <div align="center">
                 <center>
                 <table border="0" bgcolor="#C0C0C0">
                   <tr>
                     <td bgcolor="#EBEBEB"><strong><small><font face="Arial">Username</font></small></stro ng></td>
                     <td><input type="text" name="Username" size="10"></td>
                   </tr>
                   <tr>
                     <td bgcolor="#EBEBEB"><strong><small><font face="Arial">Password</font></small></stro ng></td>
                     <td><input type="Password" name="Password" size="10"></td>
                   </tr>
                   <tr>
                     <td bgcolor="#EBEBEB" colspan="2"><font face="Verdana, Arial, Helvetica" size="-1"><input type="checkbox" name="KEEPMESIGNEDIN" value="True">Keep
                       me signed in on this computer unless I log off.</font></td>
                   </tr>
                 </table>
                 </center>
              </div>
              <div align="center">
                 <center>
                 <p>&nbsp;<input type="submit" value="Login"></p>
                 </center>
              </div>
           
            </form>
          </td>
        </tr>
      </table>
      </center>

    cwilliams38411.453912037, I purchased the photo upload software and it all works fine, except when I
    try to click the categories I've created on the home page they don't show
    any of the albums I've created and designated as that category. I went to
    one of the example sites at http://www.minnessota.com/users/
    place_new_album.asp?CatAdValue=
    and it works fine. When you click Photos(40) it takes you to the 40
    photos. I'm sure it's some setting I missed or something simple. Could
    you email me back soon and let me know what to do/try? Thanks. ,

    Chris,

    I have had a couple of users log out of the system as they are supposed to, move to another computer and not be allowed to login because of "they are currently logged in using another IP address" when in fact they logged off properly.  Is there anything that they should be doing differently?

    Thanks,

    Jess

    ,

    Everything is running fine.. I can read ads... reply to them. but when I click sign in or register.. I get a server error.

     

    Any suggestions

     

    Thank You

    ,

    I really do not know for sure, but I imagine there are customers using their windows hosting. Usually I do not know what hosting company a customer uses and I am usualy the only one that responds to forum questions.

    Why not download the current Free lite version and try it out ?

    CJW

     

     

    , "get_me_in.asp" just hangs during a new install. Nothing happens no matter how long you wait and IIS may temporarily hang up as well.

    You may very well be running something like norton antivirus with norton script blocker on your server? Or something similar?

    It can cause issues when ASP uses the filesystem object and cause never ending page hangs like you are having.

    Read this..
    http://www.aspfaq.com/show.asp?id=2180,

    ALL FIXED.. tested with real paypal accounts and a live system
    works perfectly

    THIS FIX IS ONLY FOR PAYPAL SUBSCRIPTIONS

    Download this file "ipn.asp" and put it in the "paypal_sub_signup" folder
    2005-03-10_164645_aspprotect_subscription_fix.zip

    Basically somehow an older version of the this file was in the original download archive.

    I am VERY SORRY

    Anyone who purchased ASPProtect 7 before March 11, 2005 should download this fix.

    cwilliams38421.7018055556,

    this could go on forever...

    if you want PM "private message" me info to log into your site.. show me the pages we are dealing with...

    and I will take a look at it all...

    CJW

    , Okay, got it!!  just in case anyone else is having the same problem, after creating the new thumbnails using the "generate_new_thumbnails.asp".  Turn off the random photo selection for a 10 minutes or so, and then turn it back on.  
    bwinklesky38324.5085069444, site looks fine in ie and also firefox from a windows machine..

    I dont have a mac and I have not heard of that browser before

    Sounds like an issue with the way that browser handles and puts together html/flash in relation to the layout of your site which is fairly complex

    less likely - could also be related to computer processor/resources as that is a decent sized flash file and could bog down certain machines on the client level.. internet connection as well ?

    those are my guesses.. I dont see anything wrong from windows xp web browsing from a fast machine and on broadband.. looks pretty nice actually ,

    I am converting the email over from CDONTS to CDO so it will run on my host 2003 server.

    What files should I be concerned with?  Under gallery_admin there is an email_user.asp and  under the main gallery folder thier is an email friend. Is there an other email routines I should be concerned with?

    Thank You for your Assistance.

    Jeromy

    ,

    no, there is not not.

    If you wanted to to that you would have to add some code to check their album count in the database and not allow them to make a new album if they were at the limit.

    cwilliams38433.0233680556, I down loaded your latest ASPProtect.NET_v1.4 and now when i try to get in the admin area it won't let me in. The admin box is selected in the database under the admin user and i can update my user information (password and Address, not username). Is there something that was changed on this version or is it more likely user error on my part? What do you think i should try first?, Hi, lets start with about when did you purchase and download the application so I know what version of the code you have., Can I copy the file into the export folder and then the import user function?,

    I purchased 6.0 in Feb 05.  Is there an upgrade price to 7.0

    I spent considerable time setting up 6.0 to work with my web site. From what I read in the forum, it sounds like I have to start over again to integrate the new version into our web site. I do not relish the thought of that, but I have to move to an email system with a valid MX record.

    Will I be starting over from scratch with this upgrade?

     

    , I have been told it does as I got about 5 people or so who upgraded but I have not used SQL 2005 yet. I'll order a copy.,

    perhaps the filesystem object is disabled on the server ?
    or some sort of script blocking is running and causing a problem ?

    other than that I can take a look if you put it up on a live server.

    , I didn't know about it. I will try to check it out some more this week.
    ,

    MySQL Database Setup

    Use of MySQL is 100% unsupported as you can see from the site.
    http://www.aspbanner.com/mysql.htm

    Even still I recently had an encouter with an extremely Jerky person (read the thread above for more on that) and because of him I am adding this tutorial showing one way to set things up on a windows server using the official MySQL tools available.

    Let me just say as well that there are 100's of 3rd party tools to work with MySQL databases and many ways to create the database and apply the database creation script. In the past it had to be done via the command line, but now there are a lot of visual tools you can do it with. Furthermore all hosting companies set MySQL up differently and give you access to varius interfaces to manage it which are all different, and that is primarily why I do not support it. How the hell could I support all those different interfaces many of which are totally custom?

    The fact is 99% of the people that purchased ASPBanner to use with MySQL have done so without issue and love how it runs. Regardless here is how I set up a working MySQL database on a windows server proving it does indeed run with a MySQL database.

    1st of all if you are setting up the server you need to download some things from http://www.mysql.com/ 
    (btw: you local developers can install this on XP Pro as well if you like.)

    For this article we are going to download the current non beta windows version of MySQL which is 5.0. ALso known as the Windows Essentials (x86) download. It's about 17 meg.

    Because ASPBanner uses the MyODBC drivers (now called Connector/ODBC) to connect to the MySQL database you need to download those as well. (Our site flat out says this is required for MySQL use)

    So I download those from here. http://dev.mysql.com/downloads/connector/odbc/3.51.html
    Version 3.51 has been the current version for a couple years now.
    You want the windows driver install which is about 2 meg.

    The two downloads should look like this.



    Now, on the webserver you run the version 5 setup (mysql-essential-5.0.19-win32.msi) I will guide you through it step by setp.



    Hit Next



    I am going to choose typical for the sake of this article.

    Hit Next



    Hit Next



    Wait for a bit



    I skipped this part.



    Choose to configure the MySQL Now

    Hit Finish

    Hit Next



    I am going to choose Detailed Configuration



    Since I am on a development machine for this install I am going to choose Developer Machine. For a Real Server choose one of the server options.



    For this article I am going to choose Multifunctional Database: You may want to pick one of the other options. That is up to you. ASPBanner will work under any of the scenarios.



    I am going to leave the location at its default

    Hit Next



    Since this is a development machine these options are fine.

    Hit Next



    These options are fine as well.

    Hit Next



    Standard is fine for my development machine.

    Hit Next



    I am going to choose both of these options. The 1st one is Important and should be enabled on a real server so MySQL always runs. The 2nd is not so important.

    Hit Next



    Set the "root" password and do not forget it. You will need it to manage your MySQL server. I do not advise creating an anonymous account unless it is a development server and you just do not care. Whether you enable root access from remote machines or not is up to you so do some research on that. For this articles needs I am not choosing it.

    Hit Next



    Hit Execute and wait



    If all goes well you will see this. (I actually got an error message about not being able to connect... I went to to Administrative tools/services and restarted the MySQL service and hit retry which cured that... it probably only did this to me since I have installed this before.. new installs probably will not have any trouble)

    Hit Finish

    Your done.. You just installed the MySQL Server (TIP: its usally a good idea to reboot and make sure the MySQL servce is running by default)

    Now, moving on..

    Lets install the MyODBC drivers.. (now called Connector/ODBC)

    This one is a bit of a no-brainer so I am not going to go into detail.
    Just run (mysql-connector-odbc-3.51.12-win32.msi) and run through all the defaults until it is done.. Choose typical when that comes up.

    Your done setting up MyODBC on the server. If its not your server I guess you don't need to worry about installing all of this as its your hosts job to do that.

    ,

    so use the connection string the readme.txt in the sql installation folder file tells you to... it has the correct username.. I just posted that info above

    or change the username in the connection string so its rigfht

    or go into sql and give any user you want access to the database and use them



    Any connection strings that come in the datacon_inc.asp file the way it ships are examples. We fully expect people to edit them.

    Also.. the SQL scripts primarly goal is give you a properly set up database with correct files and table settings. Users and permissions often need a little extra attention from the installer as that part doesn't always get set right by the scripts It really all depends on what sql user you are when you execute the scripts. Many times the user someone logs in with doesn't have permission to make users and set permissions.

    cwilliams38325.9116898148,

    Is there a way to set various members to upload a limit of photos. So, one member can only upload 5 photos in 1 album and another can upload 30 photos in 2 albums. Even if you just set a permission for the number of uploads for each member.

    Thank you

    , How about the option to add an unsubscribe link to the end of newsletters that are sent out and a function that will uncheck the newletter field for that record if they click on the link?

    Please??? 

    Thanks,
    Michelle  ,

    Got it working.  Embarrassed  Had purchased a long time ago and forgot about needing to run the userreg.exe.  All is well and thanks for the follow up.

    Lance

    ,

    Using "Email Authentication" as a registration option you cannot do that. There is no possible way I know of to have a delay on the authentication email like that. Also that method is not intended to involve any sort of manual registration like what you are doing.

    Because you want to review people manually you need to change to registration process to "manual" and then send the email out manually from the users screen after making a user active.

    ,

    I have narrowed it down.  The ../ for includes will not work with .asp files but will work in .shtml files.

    any ideas?

    ,

    Where is the system getting the random user name and password, and why does it keep selecting the same user name and password every time?

     

    ,

    The problem was that I did not have

    ConnectionString = "Driver={Microsoft Access Driver (*.mdb)}.... in the connection string.

    Thank You.

    ,

    Ok, I started the database tables from scratch. I did everything using sql enterprise manager and query analizer..

    Same thing happens... certain passwords just do not work.

    So I did a lot of testing and I have come to the conclusion that this has something to do with the regional settings of that SQL server.

    Here is an example.. see the screenshot below.

    Username "admin" password "petepetepete"

    The top query done in Enterprise Manager is valid and shows the user.

    The bottom query is also valid but it does not show the user.

    And that is exactly what is happening from the ASP codes point of view.



    Now, this means that even though that encrypted password is getting saved to the databse correctly this particular SQL server just cant deal with it from a QUERY.

    It works fine on two different SQL servers that I have. It's just got to be something regional related like unicode characters not being dealt with correctly or something odd like that.

    I tried changing the collation data for the "Password" field type on that SQL server and it looks right. I don't know what else to do but it is something about that SQL server. There may be a way to change the regional setting through the connection string but I cant find any articles on that right now.

    One solution I have for you to get this working there is to eliminate the encryption factor then I dont think you will have these issues.

    It's either that or find another SQL server with US type settings or use MSAccess. ASPProtect runs nearly as fast on Access as long as you do not have over 10,000 users or whatever. The system hardly ever accesses the database so it performance under MSAccess is always good.

    Let me know what you want to do. I can shows you how to eliminate the encrypytion factor if you want to try that. I think if I make you a custom version of the RC4 function you can just replace that and then the system will use plain passwords.

    Your call..

    ,

    ok, well as far as what else to try I already told you..

    you need to manually compare all those field settings with the sql script and make sure they all got set correctly...

    you also need to tell me what email/name you ordered the application under... before I will continue this support with you.. at this point I don't know if you purchased the application or if you are using the unsupported lite version

     

    , Can you please elaborate on this?  I have a flash banner that is on my site.  All of the info is in the code banner section.  In the banner link section, I have nothing.  Do I need to actually edit the swf file with redirect URL?  How do I edit the swf file?  Once that is edited, do I put the URL of the site in the Link URL space?  Thanks. , We do not have plans to support recurring payments via 2checkout because their system is not flexible enough to allow it to function correctly. Basically their system will not send notifications to our system when a recurring payment fails and therefore there is no way to automatically disable a user that cancels or does not pay. etc etc.. ,


    Timecard Entry: 3/25/2006 4:34:40 PM

    some radlog callbacks, more calls, met with BioTek for product demonstration, Traveled to Clayton - 23 miles , callbacks from voicemail, checked emails, taking sign ups, answering phone, cancellation of invoices, incident report, training Mary on cc report, quality checked signups, , Jason sent me BBEdit files and I installed them., Finally got the HP printer going., travel to Watertown for mtg, Foooooood. Much better., Migrate PowerFSBO certificate to Mothra, dms cbt finished, Steady morning phone infomation, Began channel partner lit for web site-emailed to BC and CB for review. LMOVM for DD at Office Systems. Called AD and CL in Vermont. Talked with JG about Vermont and developing plan of attack. , Spoke to Wendy Anne regarding the Creg Systems merger and the Vermont ad, Lafargeville Central - Adding new parent accounts to database., Leon Urbaitel re: email client configuration, Admin. (emails and organize), Working on contacting Illuminet re: A-Links and Joe in Syracuse, worked on setting up 2000 on what used to be imcnet grubbage....also worked on domains..., Amortize bills, Pepsi-OGS, check results of backup changes, phones, dial up issues, email, ask us a question, slow, Also checked email and online reports., lunch, evening team meeting, Tariff UNE Flow Charts, Co-ordinated w/ Ed, plattsburgh trip. co-ordinated w/ drew as well. Went over equipment and configurations and time we are leaving., This data conversion is very tedious and is taking a long time.... Working on new MLS site... Importing old data into new field structure so that I can start changing the old code to work with the new database structure., Resetting modems and setting up Netserver., clayton 26 miles, e-mail problems,

       Active Server Pages Rule The World
    Contact Us  
    All artwork, design & content contained in this site are Copyright © 1998 - 2025 PowerASP.com and Christopher J. Williams
    Banner ads ,other site logos, etc are copyright of their respective companies.
    STATS Unless otherwise noted - All Rights Reserved.

    Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com