Expired/deleted Domains

how i can build a script to list deleted domains ? then obviously i can add more features on from there, ive looked everywhere and all of them seem to be php so i cant see how they do it.

View Replies


ADVERTISEMENT

Domains Using ASP

I have a situation where we have a mirror server located outside of our domain. Using ASP, I need to have the web server on the different domain access files on a file server that is within another domain and be able to display the file from the web page. They are Word documents and PDFs and Excel files. But for security reasons, we can not use anonymous access. On our production server we just use mappings within IIS to perform this, because it is all within one domain. I hope someone has had a similar experience and can tell me how this can be done using ASP or some kind of component.

View Replies View Related

Cookies Across Domains

Is it possible to use cookies between different domains?

For my site I use 2 domains;

the first for my global site with ASP en HTML, the second is for my forum located on "hyperboards" a free forum domain. On de second domain i don't have any control and i can't put any new webpages on that site.

But I want to use the cookie of my forum on my global site.

View Replies View Related

Two Domains, One Site

I have a situation where I have a customer with one e-comm site and two domain names. Both domains currently point to the one site but they want different logos and purchase tracking for each domain name as visitors come through. I am not that well versed in using the HTML headers but somewhere I seem to recall a way of using the headers to identify the url/domain and then redirect or setup session variables for handling the rest.

If this is ringing a bell with anyone I could use a pointer to more info on this.

View Replies View Related

Converting IP Addresses To Domains

ive got a piece of software (perl) that i use to track visitors on my site.
this software displays both ip addresses and domains of visitors

e.g.

A visitor from 81-178-202-110.dsl.pipex.com (81.178.202.110)
arrived without a referring URL,
and visited www.newmediadesigns.co.uk/index.shtml
at 03:01:28 PM on Friday, March 26, 2004.
This visitor used Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1).

what code do i need to display this domain information in asp?

View Replies View Related

Domains/Hosting Cart

Has anyone got a script for a domains/hosting cart running off an Access db. There seems to be quite a few PHP/Perl versions around but very little ASP.

View Replies View Related

Copying A File Between Two Domains

On one of my client's website customer's are uploading a few files each week using SA-FileUp. My clients wants that each uploaded file to be copied on another website he has got.

Any hint on how to copy one file between domains ? I was thinking about using AspHTTP which is installed on the original server but not on the other end.

View Replies View Related

Domains Override Cookies

I think I may have a problem with the user of cookies in my centralized logon and registration system that I hoped could be consumed by all the sub-domains on my remote host IP. I built the application in the root of the IP and redirect the user back to
his requested page after his Login. Just before this I set a permanent cookie.

But, it appears when the user gets back to the page its GONE. However, if I go to the same address via IP and correct folder path IT is. How can this be. I thought a cookie was written to the browser. what difference does the domain make. can I salvage this application without having to deploy it in mutliple sub-domains?

View Replies View Related

Virtual Domains And Asp Include Files

Basically use Plesk to manage websites on a server and in the process of migrating domains. However Plesk creates virtual domains and all my websites use the following syntax to reference asp include files:

<!--#INCLUDE VIRTUAL="/misc/includes.asp"-->

This doesn't work now as the websites were setup with websites and NOT virtual domains.

So how do I successfully reference these files now?

View Replies View Related

Database Backup Accross Domains

Is it possible to backup a Database from one domain to another using the File System Object? I want to save a DB from a folder on my1stsite.com to my2ndsite.com but obviously the server.mappath won't work and putting the URL of the folder to save to doesn't either i.e. http://www.my2ndsite.com/savefolder/myDB.mdb .

View Replies View Related

Cookie Not Being Deleted.. How Do I?

I have a cookie with a path of "/"

im trieng to delete it before the expired time has comed anyway i am trieng to delete it by setting the cookie to ""


like so: Response.Cookies("name") = "";

but its not working but...i found out that if i dont set the path it is being deleted but i have to set the path because from some reason without it i have issues where the cookie is not found in some pages.

View Replies View Related

Deleted The Item

I'm doing an e-inventory system using Dreamweaver MX, ASP. The problem is that I want the system deleted the item that user already choose to use, for example in the store they got 12 keyboard. then when user choose to take 2 keyboard, I want the system automatically state the item left in the store was 10.

View Replies View Related

Sharing Data Among Pages On Different Domains Using ServerXMLHTTP

I'm including the output of an .asp page hosted on other domain using serverXMLHTTP.
Is it possible that I can share the values of some variables from external file.

Like session or others like (suppose..)

TablesBGColor = "#FFG445"
TableHieght = "600"
session("ImagesFolder") = "http://www.SiteABC/_images/"

If i include the settings.asp file on the top of my asp page then How can i use
the above mentioned variables/values down in my own ASP page.

View Replies View Related

Preventing Multiple Login Prompts When Using 2 Different Domains

We have 2 domains for internal purposes: one for users (have to login
and domain has SSL) and another for sponsors (have to login and domain
does NOT have SSL).

Now when a user logs in and there are pages that have info from the
sponsors domain, users are asked to login again with a warning message
saying if they want to see secure and nonsecure information. How can
I bypass the second login? Is there something I can do in active
directory, IIS, or ASP to not have the second login appear?

View Replies View Related

Restoring Deleted Records

I noticed that a database that was used and afterwards all its tables were manually deleted, is larger (in kb) then a new empty database.

Does the database store deleted records? How can I retrieve deleted records and tables from a database?

View Replies View Related

Database Records Have Been Deleted

I have a web application that simply has 2 text boxes with a start and end date. I have a submit button which triggers the delete from an access database. I use vb.net and asp.net with an access database.

I either don't display "record deleted" or always display "record deleted". I tried the textboxchanged, but that doesn't trigger until I hit the submit button. I tried response.redirect, response.write and even tried using a label with the message. Can anyone tell me how to stop the "recode deleted" upon clicking on the textbox or clicking anywhere on the form.

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted.

I am struggling with opening a database and reading data from it via SQL. Please tell me what is wrong with this code. I am trying to open up different tables and get information from them and put it on the one page. Code:

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted

ADODB.Field (0x800A0BCD)

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

This is the error I recieve when trying to run my site. I know why. I am passing a non existed URL Parameter. However I would like to recieve a MsgBox that says that such record doesn't exist. Code:

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted

It says I have 8 records but is not displaying them.

Error:
ADODB.Fielderror '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /deleteevent.asp, line 33 Code:

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted

I have several pages I set up in my web site and I am having trouble with two of them - search and results. The stat_search uses a form which seems to work right and when I test the recordset on the stat_results page and enter a value it returns the right results.

When a value is entered from the stat_search page the results page displays the records with the right value and the Records _ of _ indicates the right number of records but when I use the Next or Last arrows to move to the next record I receive the ADODB.Field error. Code:

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted

Howcome it doesn't work?

ADODB.Fielderror '80020009'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /gemetria/kjvresp3.asp, line 0

It was working before!!! Code:

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted.

This is the error I'm getting:

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/ism5315/readtrends.asp, line 46

What I'm trying to do is select the records from my table that match the sensor and gauge the user selects. I have time fields that are optional, and I'm trying to get the page to work if the user selects no time frame first.

Of course, there can be mutliple records for the gauge and sensors, so I created a loop that should run thru and select them all. But I am getting the above error. But I know I am getting into the loop because I have included a response.write sql to verify I am selecting the correct objects. Code:

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted

Exact error message:

ADODB.Fielderror '80020009'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/admindemo/profiles_browse.asp, line 0

View Replies View Related

ASPNET Account Accidentally Deleted

ASPNET profile/account was accidentally deleted on NT/2000 platform. Is there anyway to get it back without reinstalling the whole exchange/IIS services?

View Replies View Related

Either BOF Or EOF Is True, Or The Current Record Has Been Deleted

Howcome it doesn't work?

ADODB.Field error '80020009'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/gemetria/kjvresp3.asp, line 0

It was working before!

View Replies View Related

SPLIT FROM LDB File Stays On Server. CAN Be Deleted

I just recently moved from a shared account to a private server. On the shared account, everything worked fine, but after transferring every file as it was before, onto the new server, without any changes to code, the ldb files now won't disappear on their own, like they did on the shared hosting account.

I can manually delete them, but am wondering if there is a server setting that needs to be configured in order for it to delete the ldb files upon closing of the database?

Will these ldb files cause problems in performance if not deleted properly?

View Replies View Related

Issue With Cookies Not Getting Deleted Even After Setting A Previous Date In Expires Property

I am using the following to delete the contents of a cookie

Response.Cookies("maincookie").expires = DateAdd("d",-2,now)
Response.redirect "login.asp"

If i try to alert the value of the cookie in the same page, it shows
the old value. As well as when it is alerted from the login.asp it
shows the old value.

The problem is when i try to update the value of the cookie in the
login page, it does not update the new value.

Only if i close the browser and reopen, the new value gets updated and
even if the old value is originally present in the cookie.

I am specifying the domain and path when creating the cookie. the
expires property is set to date + 1 when creating.

What should be done to delete the contents of the cookie? Should i
specify the domain as well as path when changing the expires property?

View Replies View Related

Timeout Expired

Having some problems updating a recordset, despite the fact that I've used the bulk of the code sucessfully in other projects. I seem to be able to add records no problem, but when I try to update them I get Code:

View Replies View Related

Page Has Expired

How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form? I
just want the old data to still be displayed in the form so the user can go
back, make a few changes, and submit again.

I checked knowledge base for this and I do not have "Do not save encrypted
pages to disk" checked and the user is running IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 I am running server2003 and
IE 6.0.3790.0 update version 3283 and I don't have the problem.

View Replies View Related

Page Expired

I put this code in my asp page, trying to prevent the back button issue.

Response.Expires = -1
Response.ExpiresAbsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "private"

But nothing happens, the back page is loaded again.What can i do to add expired time to my pages.

View Replies View Related

Expired Web Page!

I want to show users a custom "Page Expired" page when users go back to
the previous page by clicking the "Back" button of the browser (or when
he right-clicks anywhere on the current page & selects "Back" from the
menu). How do I do this?

View Replies View Related

How We Know That The Session Is Expired In Asp?

how we know that the session is expired in asp

Can someone teach me that :

1) how to disable refresh/back button?
-I mean that when the user click the refresh/back button, and the session
will expire automatically.

2) How we know that the session is expired in asp pages?
-How to prove that the pages is expired?

View Replies View Related

Session Expired

I have a count down and a body onload linked to a function that closes the connection on my main page to ensure no user will not leave the page without logout.The problem is that my main page opens several others which I´d ike to close as well after logout.Can I rely on If sessionID="" to close those windows?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved