dpkyte
Members-
Posts
59 -
Joined
-
Last visited
Everything posted by dpkyte
-
I think I found the issue.. I rebuilt the site, then when I went under the GENERAL Admin, I noticed the Domain name. Since I do not own the site, the administrator on their end may have change it to their actualy url address (which is not TCH). I instructed to NOT change this, hopefully that does the trick.. Thanks, DPK
-
That did not seem to work either. Thanks though
-
I deleted all cookies and internet files via the Browser option. This still did not seem to work. I rebuilt the BB and that did not do it either. I sent an "ticket" but that is not an option. The original issue they said was that it had to do with the domain name. They are Not pointing to the TH name servers, they do not want to loose controll over the URL address. So, I put it under a domain I registered with TCH. I then try to go directly into it from my domain name, I can view but still get the PAGE NOT FOUND error message. The top URL references the login.php file but looking @ my files on the server I do in fact see it. So, something else is missing here, just NOT sure what it is. It in fact worked on Saturday, So I told the user to go ahead and make their respective changes and today (Sunday) I received an E-mail saying they still get the error message. I checked and sure enough the issue is there again. I cannot be the only one who had this issue. Thanks, Dan
-
I am getting a page issue when trying to log in to my Bulletin Board. The URL file is login.php?sid=428..... I then hit the browser back button and refresh and indeed I am logged in. I then go to the administration page and it brings me to admin/index.php?sid=123.... PAGE not found here either. Not sure what is wrong here. I looked on the server and the files are in fact there. I see someone else had this issue in July of 05 but the answer was regarding another issue they had. I rebuilt everything to no avail. Any help here is appreciated. Thanks, DPK
-
Would like a button to execute to log out. That way they can log in with another userid if necessary.
-
SSL is not Annual Fee correct ??? I thought it was a 1 time fee of Say $$150 @ TCH.
-
I found the following to get the id: $_SERVER['PHP_AUTH_USER']. Issue now is logging out. I've tried session_start(); session_unset(); session_destroy(); but I found out PHP sessions won't have anything to do with .htaccess logins. So, any thoughts here?
-
I am setting up a directory with WEB PROTECT. I want to build the page based on their userid entered. How can I grab the userid they enter? I have one Admin page, 6 different categories, based on their userid (usercat1, usercat2 ...) I want to filter the data they can access (cat1, cat2 ...) Thanks in advance. DPK
-
I searched around quite a bit, did not really find any answers or the same issue regarding browser being closed. I did find issues regarding the "secure and nonsecure" being displayed.
-
I currently do back up to a jump drive, however I am one of those "backup freaks" that needs a ton of copies. Since I have all this space, why not use it. Thx for the thoughts.
-
Im using the FPDF to create forms when a user enters data. however, I am getting a Security error "This page contains both secure and nonsecure items.... Do you want to display the nonsecure items?" If I click the YES or NO, my browser closes and I get asked if I want to send an error message. This is in IE. It is a HTTPS (SSL) call that seems to bomb. If I execute via HTTP, it works OK. Looking @ the doc, it says to plug in "Header('Pragma: public');" which I did. Anyone else have this issue? Thx,
-
I want to back up some sensitive data, Just wondering HOW secure is it if i put it at the same level as the www, meaning it will not be under the www subdirectory. Who all has access to this and how secure is it ??
-
Glad to have this forum, all is working well. I like this script, even gives you the recovery SQL if needed. Thx, DPK
-
Figured out the CHMOD issue, CPANEL, File manager, Click on folder name, change permissions.
-
Hey all, I guess we can attempt to keep this going. I installed this script, with my mods, into a new folder, under the root, same level as the public_html directory, called backup. When it is executing I keep getting an e-mail saying "No input file specified." My execution script on the CPANEL 'standard cron manager' is: php -q /backup/dbsender.php Any thoughts? Also, can I change the chmod via CPANEL? My current FTP does not allow me to.
-
Ticket submitted. Thx.
-
Thanks all, I was not sure if things were just not set up properly since the redirection went through. I've been having issues with another URL I had created on Sunday, and thought I was going down the same path. I have a ticket submitted for that one.
-
That worked great, for the accounts. Now, how to change the cpanel to for my main accound (I am a reseller). Under list accounts, it does not have the main account name. Getting a little tired and wiery eyed... thx again.
-
Looks like things are now set up properly. Thanks for all the help.
-
I guess my follow-up question is to how all these other sites keep their url address in their browser ? For instance, when I go to the total choice hosting the url address in the browser says: "http://www.totalchoicehosting.com/forums/index.php" and not "http://server???.totalchoicehosting.com/~totalchoicehostingl/index.php" .
-
actually, I want access to all, I just dont want the icons displayed, I only want the text. I am webmaster for a few other sites and they have have the cpanel, with categories and items under them, no icons. It is easier to navigate this.
-
How do I Remove Icons from CPANEL? I looked @ WHM and did not see any options.
-
Thanks, and glad to be here. in CPANEL, I went to the "Redirects", I then added the redirect as a permanent one as shown below: http://server???.tchdns.com/~userid/index.htm. This did not work, I then changed to be: http://server???.tchdns.com/~userid/main.php. This did work. After looking @ the documentation, I tried the forwarding feature, using the MASKING option. I realized I had to put in a forwarding url and decided to put in www.yourname.com. I then received an error message, and it directed me to a page that said something to the effect that an error occurred and they had to check it out. My goal is to keep the URL Address there and not have the below: http://server???.tchdns.com/~userid/main.php. Thanks, DPK
-
I added a redirect to main.php. When I enter in www.youraddress.com, it puts in the url section http://server???.tchdns.com/~test/main.php. How can I keep it to be the www.youraddress.com on the address line? Also, I tried creating an index.htm file that was a frame to direct to this, however it does not like the index.htm file and does not redirect. Thanks in advance.
