Pda Access To Whm / Remember Password

May 2, 2008

I access whm from my pda via this method as told by cpanel's DavidG from support

[url]

However, there is no remember me option. I'm using Opera Mobile on my HTC Touch and really need some sort of remember me option. Opera mobile (or mini) do not have the wand function either. IE doesn't have any such feature either.

View 0 Replies


ADVERTISEMENT

Change Mysql Root Password With Ssh Access?

May 29, 2008

How can change mysql root password with ssh access?

View 6 Replies View Related

Website Permissions Issue / Trying To Password Access

Jun 10, 2008

I'm trying to allow part of a website to be secure and prompt for a password that can be access by a user/password.

I'm running Win 2003 server and IIS 6.0

I have my website running fine.

This is what I wanted to do. Allow the main page to be accessed by all.

Part of the site needs to be secure and allow access to people only with a password.

I thought I would be able to do this by creating a user with a password on the windows machine just like I have created users with FTP accounts that are logging in and using the FTP service fine.

However, when I limit access to the folders. When I try to access it by internet it comes up with a user/pass box as I thought it would, but when I try to access it with the user/pass for a user that can auth fine for the win FTP service it doesn't accept it.

how I can do this in IIS to allow secure access to part of a site and allow them to auth to login to part of the site only ?

View 0 Replies View Related

How To Access Password Protected File Via Curl

Nov 19, 2007

I've got a file I want to access via cURL that is within a password protected directory.

I've tried sending:

Code:
$headers = array(
"HTTP_AUTH_LOGIN: admin3e",
"HTTP_AUTH_PASSWD: opensesame",
"Content-Type: text/html"
);

curl_setopt($curl, CUROPT_HTTPHEADER, &$headers);
(insecure)

and:

Code:
curl_setopt($curl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
curl_setopt($curl, CURLOPT_USERPWD, '[user]:[pass]');
but I can't figure out how to get past the login:

Authorization Required

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Apache/2.0.52 (CentOS) Server at ****** Port 80

View 3 Replies View Related

DirectAdmin - Access Denied For User 'apache'@'localhost' (using Password: NO)

Jun 20, 2009

I get the following error when let my site connect to my database: Access denied for user 'apache'@'localhost' (using password: NO)

But when im running lil test script which connect to my localhost with the same passwords and it gives the status 'Connection OK' (im running on admin account, made a MySQL account with DA)


Code:

<?php $link = mysql_connect('localhost','admin_removed','removed'); if (!$link) { die('Could not connect to MySQL: ' . mysql_error()); } echo 'Connection OK'; mysql_close($link); ?>

View 2 Replies View Related

Plesk 11.x / Windows :: Parallels Asking Password - Access Is Denied Due To Invalid Credentials

May 25, 2014

When I tried access parallels plesk panel 11.5 ... It's show windows password, if i enter Administrator credentials i see login of parallels, if i cancell i receive this error: "401 - Unauthorized: Access is denied due to invalid credentials."

I also tried use reconfigurator but i receive this error on attach 2...

View 2 Replies View Related

ERROR 1045 (28000): Access Denied For User 'root'@'localhost' (using Password: NO)

Jul 12, 2009

Im trying to setup a mysql server on my centos vps server. Ive installed mysql server and done chkconfig and the mysql server has started. My problems start when i want to set a mysql root password.

Quote:

mysqladmin -u root password yourrootsqlpassword
mysqladmin -h server1.example.com -u root password yourrootsqlpassword

I get an error "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)"

Which i totally dont understand because why would it want a password when im trying to set the password?

View 6 Replies View Related

Plesk 11.x / Windows :: Could Not Find Password For Account ID / Return Empty Password

Nov 19, 2013

Everyday after Backup Panel (Tasks from Backup Manager), I receive next error:

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="error">
<object name="domain.ru" type="domain">
<message severity="error" id="416a91ad-e5e7-480b-b6b4-a60157b8eaae" code="InformationalException">
<description>Could not find password for account id '2648'. Return empty password</description>
</message>
</object>
</execution-result>

Resolve -> only reconfigure domain. How can I automatic fix this problem?

View 5 Replies View Related

Plesk 11.x / Linux :: Changing Email Password Changes Admin Panel Password Too?

Jun 17, 2014

today i changed the password for the admin panel for a customer (username eg. mylogin). 10 minutes later he called me and said that he cannot get into his emailaccount anymore. Checked the password and saw that the emailpassword for his emailaddress (eg. mylogin@mydomain.com) is now the same from the admin panel login. So i changed the emailpassword and checked the admin panel login - it now has the emailpassword. What a mess.. I'm running Plesk Panel 11.5.30 MU47.

View 1 Replies View Related

How To Change Cpanel Password With FTP Password

Nov 22, 2007

How to change the Password of my FTP?

I know how to change the pwd. of cPanel, but I don't know how to change the pwd. of FTP?

View 10 Replies View Related

Plesk 11.x / Windows :: How To Limit Access To Few IP Address To Access Port 8443 On Firewall

Aug 28, 2012

How can I allow only one ip or a list of ip addresses to access port 8443.I need to limit access this port to few ip addresses and not everyone

View 6 Replies View Related

IIS 5 - Cant Access Page From IE7 But Can Access From Firefox

Feb 20, 2008

I found a great little app called ID Shutdown Manager which bascially lets you do stuff like wake on LAN, Shutdown, Log Off etc.

The App also has a cgi script which you can call from a web server so you get a web interface to the program.

This is exactly my reason for getting the app as I just wanted to host a web page where I could login from the internet and wake on lan my media PC.

Ok so...

The app gives you all the iis or apache setup instructions and tells you to place the cgi script which is actually a .exe into the scripts folder and then enable basic authentication for it.

Done.

So if I navigate to <SERVER>/scripts/sdmancgi.exe its supposed to give me a user / pass prompt and then when login successful I see the app and can wake on lan etc.

ok I have got this to work

on the actual machine where server is running I can access it in IE7 by localhost etc.. and it works

However when I try to access from another PC in my lan by typing <SERVER>/scripts/sdmancgi.exe I get a nice little message saying the content cannot be displayed you may require to insall a program or something to display it.

If I try to access the page from firefox on same remote PC, it works!

I can also access page from outside my LAN, it works on my N95 browser.

Also I have had friends try it from firefox from the Internet and they say it works as well.

Forgot to mention I am running on port 8081 as I already have other servers running on 8080 and 80 (one is my router and the other server installed itself from setup.exe and I dont know what server its using)

I have also tried latest apache server as well as some other free one. Both have the same effect. Ok in firefox, not in IE.

One would think its a problem with the cgi file not compatible with IE7 however, I even tried to go to default page setup in IIS <SERVER>:8081 and I get the same message. So at this point the server hasnt even tried to access CGI or prompt for Basic Authentication.

I tried googling and not much luck. I read something about CSS and when I view source of failed web page from IE7 it mentions something about CSS so dont know if this is it?

View 4 Replies View Related

Can't Access Ping Or Access SSH

Apr 30, 2009

I'm having trouble with a vps and the ips won't ping and can't connect via ssh.

I can via hypervm console when I run apt-get update but it doesn't download anything.

View 8 Replies View Related

Can't Access Dns Only Remote Access Key

Apr 24, 2007

I have successfully installed dns only to my vps. the problem is when i try to add it to the cluster system on my other vps it asks for a remote access key, so i visit both ip:2087/scripts/setrhash and ip:2086/scripts/setrhash and it shows an unable to connect error in firefox.

this is both using [url]

does anyone know how i can access the remote access key?

View 6 Replies View Related

Password

Oct 2, 2007

there is anyway to know the password of 1 user on cPanel knowing the root password?

View 5 Replies View Related

My SQL Password

Jan 19, 2007

about MY-SQL Password Security!

my Server is : CentOS and my control panel is : Cpanel

my Freand have a mySQL password, but he donot know ROOT Password ( i change root password )
my Freand is a bad Boy )
can he attack Mysql or Mysql user by mysql password?

if he can attack server by Mysql password please help me about change Mysql password by CPANEL

View 3 Replies View Related

Password

Feb 16, 2007

I have debian 3.1 sarge and 2.6.19-grsec kernel.

I have successfully changed a shell user password but I cannot login with it via ssh cos its says wrong pass (with previous password can login) as well as any other users pass says wrong pass after a change.

View 1 Replies View Related

How Do I Secure Remote Access To Remote Access Products

Mar 24, 2007

I have windows servers that I'll be co-locating very soon. I have purchased a Dell 2161ds-2 and an APC remote boot power strip. Could someone please tell me the best way to secure remote access to these products. Do I put them on public IP's and allow them through the firewall or do I put them behind the firewall and access them after I authenticate through the firewall.

View 6 Replies View Related

Password Managemant

May 16, 2009

i want to build my 2nd server later,

i get a problem,

i wonder how can not manage my password,

i can set them all the same? or differnet?

the same: will it too dangerous?
different: it may hard to save the password.

View 13 Replies View Related

MySQL Password

Apr 3, 2009

I am transfering my database to a new host and well I need to create the same database (same name and username) along with the same password I used before (because a script im using is connected to it) then import the old .SQL files.

However I dont know how I can find out the current password linked to that database (When you create one it asks you for a password remember?) Anyclue how to find it out? I cant change it I need to know what it is still.

I am using cPANEL

View 5 Replies View Related

Grub Password

Aug 17, 2008

do you set grub passwords?

what problems could i be facing if i skip that, i'd guess one cannot access file system via some grub parameters,

it can only be used to lower performance?

View 2 Replies View Related

Sudo With No Password

Nov 27, 2008

I have the user "tech" added to my system. I want that user (tech) to be able to use sudo, but for only *one* command. ssh. I also want this to utilize the "NOPASSWD" feature.

What's the line I need to add to /etc/sudoers to allow only SSH (and sudo with the no password).

View 4 Replies View Related

Lost WHM Password

Jun 1, 2008

is there any chance to reset WHM password?

i have 2 root user account

1. root (this password same as the WHM password)

2. admin (i know this password)

isthere any chance to change root password with my admin password

View 3 Replies View Related

Root Password

Mar 13, 2008

My computer's HDD crashed last night and I only have an old backup.

The problem is my new server's root password was stored there and it's 20 digits totally random password.

Is there any way to reset the server password by the dedicated server provider?

I haven't asked my provider yet.

View 8 Replies View Related

Reseting FTP Password Via SSH

Apr 9, 2007

how to change an FTP Password through SSH for a particular account

i.e i got a subdirectoryt and FTP account set up for /forum

but i cant remember what the password was..

but im logged in to root via SSH can anyone tell me how to reset this please?

im using Freebsd

View 1 Replies View Related

FTP- Password Window

Apr 6, 2007

Sometimes when you upload to ftp, the password window keeps appearing.

You type in the correct password, and then it keeps appearing and appearing as you upload files.
Why is that?

Is it my fault or hosting's fault.

What are the good web ftp clients with no time and size limits?(not net2ftp)

View 3 Replies View Related

Password Generator

Jan 17, 2007

if this is possible, when I create a new client in Plesk I want to automatically generate a complicated password, as opposed to me making up one for a client...

View 2 Replies View Related

Password For Tar.gz Files

May 18, 2007

Can I set a password for tar.gz files in SSH command?

how can I do it ? if not what's your suggestion for secure files?

View 4 Replies View Related







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