View previous topic :: View next topic |
Author |
Message |
PhotoshopGod
Joined: 22 Dec 2005 Posts: 3
|
Posted: Thu Dec 22, 2005 9:07 pm Post subject: Direct write to pagegate database from asp |
|
|
I used to work for the company I now am designing a website for. I do have a basic understanding of how pagegate works, but I don't have direct access, anymore, to the pagegate software on there server.
Here is what I need to do.
The company has one site setup and working fine. They are designing there main site and want paging integrated into it. They don't want the default html page generated from the webgate.exe file. They want custom response pages. The entire site is writen in asp. There main website is not located on the same server as the webgate.
What I need to know is what table in the pagegate database do I need to write the info to to send a page?
They have also talked about having the asp page verify the user before sending the page. Is their a single table I can access to locate users?
I have read through the documentation and have not come accross anything yet that has shed light on my situation.
They are running webgate version 3.7 if that matters.
Thanks in advance for the help.
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4407
|
Posted: Fri Dec 23, 2005 10:21 am Post subject: |
|
|
I'm not sure I would necessarily recommend trying this in PageGate version 3.7 - Version 4 would be a lot more stable and I'd recommend you upgrade to version 4 first.
If, however, you wanted to do it in version 3.7, the two tables you're interested in would be the Messages table and the Users table.
|
|
Back to top |
|
PhotoshopGod
Joined: 22 Dec 2005 Posts: 3
|
Posted: Fri Dec 23, 2005 10:30 am Post subject: |
|
|
I assume there is a fee to upgrade to version 4?
If there is, about how much?
I came accross a BACK_REF command but it looks as though all it does is place that url into a link on the generic html page generated by the webgate. Does this or anyother command actually do a redirect to another webpage?
Thanks for your help.
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4407
|
Posted: Mon Dec 26, 2005 9:31 am Post subject: Re: Direct write to pagegate database from asp |
|
|
It costs $50 to upgrade from any version 3.X to version 4.0.
This document may be helpful for you, and may answer some of your questions:
http://www.notepage.net/download/pgintegration.txt
Sorry, but I'm not familiar enough with .ASP to answer the BACK_REF question.
|
|
Back to top |
|
PhotoshopGod
Joined: 22 Dec 2005 Posts: 3
|
Posted: Tue Dec 27, 2005 12:04 pm Post subject: |
|
|
I decided not to write directly to the database. Instead I just used a hidden IFrame and inbedded it into their custom response page. It works fine.
The back_ref command is actually a webgate command and is used to set the url in the generic response page that the webgate.exe file generates.
I'll definitly keep that link, I might need it for future projects.
Thanks for your help.
|
|
Back to top |
|
|