Hosting Own Website and others - web-hosting

I might be on the wrong section to ask this but.
After signing up with Blue Host, for a personal website blog, i know i have the ability to add extra websites for free, however would it be possible for me to add someone else website that i don't own but gave me permission to add and i let them host their website on my plan.
can they still access their account without me giving them my blue host details.its kinda of a stupid question, once i think about it.
any help will do.

You can do it in one way..
STEP-1
You have to create different FTP accounts for all users and provide a seperate folder to all users they can access that folder only via FTP details.
They can add/update/delete files that they owns.
STEP-2
Tell you user to forward his/her domain to yousite.com/folder-assign to FTP
FINISHED
Now what happen when someone open your users site.
lets says your domain is YOURDOMAIN.COM and your user domain is MYUSERDOMAIN.COM, now your user have forwarded his/her domain to your domain YOURDOMAIN.COM/FOLDER_ASSGIN to FTP
-In URL user see their own domain name MYUSERDOMAIN.COM actually it opens your site's folder that is assign to your user

Related

Google Drive Share access to other email address for oAuth 2 using API

Is it possible to share google drive access of other email address using oAuth2 and javascript client API?
If I have both of other's emailaddress and password?
If using Service account?
I just want to create an app that will allow other Google Signed In users to see and manage my files and directories.
Let me know what is your idea, best practices, steps on this. Thanks
Ok so we are clearn here person one is the person who would like to share something on their drive with person two.
Your application uses oauth2 to authenticate person one. Then you use the Permissions method to insert permissions for Person two into what ever file or folder you wish to share with them. Its person one who has to do this.
Notes:
Service accounts dont work with JavaScript client side you would need to use a server sided language. Service accounts are a dummy user you would be granting the service account access and not person two.
You cant share the whole drive you cant share the root folder. You could write a script that shares everything under root. But someone else cant write to your root folder.

How to download server files with only ftp link

So I have just started to work on a client's site, and their site is apparently on a hong kong based hosting company.
I asked them the username and password for accessing the files and their old developer gave us this ftp:/130.. ip address like link
with the username and password.
When I click the link and the browser takes my username and password, I get a index list of all the files.
I however want to download all the files and I was wondering if there is a way of doing so without having the hosting site to have admin log in from.
Just in case the hong kong office guys dont give in all the info.
What should I do to have the files download to a folder using something like Filezilla or some other method? Cause I am new to web development and design, I tried using filezilla but that didnt give me the directory or connect fully.
the ftp user that gave u is limited . so with filezila you can see just a specific folder.
and in another hand , to download easily u can download them with IDM , just set user , pass into it and download all the files.
for id : http://www.internetdownloadmanager.com/support/using_idm/options.html
see Site Logins tab pasrt

Giving someone access to an addon website on my server

I need to give someone access to a website I made for a friend but only want them to have access to the addon domain folder. Is this possible (with JustHost)?
Figured it out. In case anyone was wondering, in the control panel on JustHost there is an FTP Accounts section where you can give access to certain addon domains such as public_html/domainname.com with its own login.

Magento Password Reset Link

We run a multi-store/view magento site. Let's say our site is called www.domain.com (running the "retail" store) and another url trade.domain.com running the "trade" store
When a customer requests a password reset from trade.domain.com, they get a password reset link like this: http://trade.domain.com/customer/account/resetpassword/?id=12&token=84fb6f65548995191e526b815982bf23
Clicking this link re-directs to login page with the error Your password reset link has expired..
However, if you replace the "trade" from the domain with "www" like this: http://www.domain.com/customer/account/resetpassword/?id=12&token=84fb6f65548995191e526b815982bf23
The password reset appears to be working correctly.
Any idea why this is happening? Have I configured the magento incorrectly? Is this a known bug?
Customers are shared either per website, either across all websites, so at least, a customer account is usable on all of the store views that a website contains. Consequently, it is normal that the password reset link works for your store views.
In fact, if you would like to separate the customer accounts between your store views, you would have to create separate websites that would not share customers.
Is that subdomain password protected? That could be a problem or if subdomain is set up with a password protected extension, they won't be able to access example.com/customer/account/changeforgotten/ without already being logged in. So you'll have to allow them access to that url first otherwise it'll keep redirecting. I had the same problem.
Check the cookie domain for the website trade.domain.com. In Magento 1 it's in System->Configuration->Web->Session Cookie Management. (Making sure that you change the scope in the top left to the Website you want to update it for.
I have a store that has multiple websites, each with their own view and does not share accounts across websites, and had the same problem. Changing the cookie path fixed it for me.

Website access with cached Windows credentials

I am working at a company which uses an intranet site as a portal to a bunch of other local sites. Unauthorized people in the company have been accessing it, so we want to secure it. Users, when accessing the website for the first time will have to enter a username and password. If they are on a certain group in the Active Directory, they will be given access and their credentials will be stored so that they don't need to enter their username/password again. I have looked into NTML, ASP.NET, but am not sure how to proceed.
Any thoughts/ideas are greatly appreciated.
Dump your solution. Use Integrated Windows Authentication, namely Kerberos, in IIS. It will automatically pass all credenentials to your server. Note that every participant must be part of your AD domain.

Resources