Secure DropBox FTP Script Or Plugin?

Apr 30, 2011

Is there any type of script or plugin out that has a secure, DropBox-like interface? I wanted clients to have a username and password, and that username and password to be tied to a mysql db of sorts that allows them access to their specific FTP space without them knowing the actual server info.

View 2 Replies


ADVERTISEMENT

Dropbox - Enable Certain Entries In Second Dropbox When Specific Options In First Dropbox Are Selected

Aug 9, 2010

I created a dropbox that would only enable certain entries in a second dropbox when specific options in the first dropbox are selected.

For example, if A is selected in dropbox 1, then Z and X will be available for selection in dropbox 2, whereas if B is selected in dropbox 1, then xyz and zyx will be available for selection in dropbox 2.

Everything was going fine until I got past my 3rd entry, in which case no matter what I put in dropbox 1 (except for the first 3 entries), nothing appears in dropbox 2. There appears to be no problem in the code either...

View 7 Replies View Related

JQuery :: Dropbox/select Box Display Depends On Another Dropbox

Jun 15, 2010

My requirement is that whether a dropbox (select box) is displayed depend on another dropbox's state/value.e.g. Whenthe country is US,the state is displayed; whenthe country is Canada,theprovinceisdisplayed. i.e. The user choose the country, then the correspondingstate orprovince will bedisplayed. Is there any sample code or tutorial to do that?

View 2 Replies View Related

JQuery :: Identify If User Chose To See Secure Only Or Secure And Nonsecure Items?

Aug 11, 2009

My site is secure but also contain non secure items from google adsense. users have the options to view secure only or secure and non- secure item. I would like to be able to identify what that user chose so I can show some other things if they choose to only see secure items.

View 1 Replies View Related

JQuery :: Secure Login - Send The Username And Password To The Server In A Secure Way?

Oct 22, 2009

I would like to implement a login functionality to my website.

I've written a login form like this:

The problem is: how can I send the username and password to the server in a securely way? I mean, if the server sends the whole page in HTTP then the user wants to log in, he would not be able to send it in HTTPS, unless the server sends the login page to the user in HTTPS. But I would like this thing to happen with no full page refresh.

View 1 Replies View Related

JQuery :: GetJSON For Dropbox Data

May 19, 2010

Although i used getJSON in [url] i have not been able to connect with any of my own made up data. i tried 4, and the example at Flickr for "cats".

Only the latter worked... this is the output:

I am at that "base", as i did get the image there, but

[url]
[url]
[url]
[url]

Were all invisible==null!

How do i get "my" data into the page?

View 5 Replies View Related

DropBox Selection Opening More Fields

Nov 15, 2010

I need to create a drodbox menu in a way that when the thrid option is selected, it opens up a check box in the same form.

View 1 Replies View Related

Creating Website Like Dropbox / Skydrive

Aug 24, 2011

I don't know much programming.I will probably need a file manager script.Before I get into making the actual dropbox program for the computer, I would like to get my Online File Manager set up.

View 1 Replies View Related

Get Into Making The Actual Dropbox Program For The Computer?

Aug 24, 2011

Before I get into making the actual dropbox program for the computer, I would like to get my Online File Manager set up.

View 2 Replies View Related

Modify A Contact Form - Duplicated Select Dropbox

Aug 27, 2011

I am trying to modify a contact form but I do not know why the Dropbox has been duplicated?! I think the issue comes from script.js but I do not know how to fix it?! [URL] as you can see there are two select drop box while I have created only one in demo.php the other issue happens in Google chrome (Please open the link with chrome)but not in firefox and IE and is overlapping the textarea name="message" on the input type="text".

View 2 Replies View Related

Is Internal JS Secure? (is External?)

Dec 19, 2005

I like having scripts external, but I wonder about the security of internal anyway. Someone could save and change the HTML, right? But is that possible with an external script? I always thought not (unless there was an error), until a person on this forum was able to grab the script I was working with at the time. No problem with that, but it brings up the question in my mind about security in general surrounding java-script.

View 8 Replies View Related

Secure Password System

Aug 28, 2006

My idea is to create a safety system that indicates the safety of the password. I have a field in a form called PASSWORD and I want that if the person writes only letters by means of a document.write there appears a phrase that says: easy password. If more than 8 letters appear: medium password. And if writes letters and numbers appear: high password.

View 3 Replies View Related

Parsing A Secure Page For Data

Aug 23, 2007

The data that needs to parsed is on an asp page secured by a login
form. I have access to the site, but I was wondering how one would go
about writing a script that would automatically access the page and
grab the HTML.

Garbing the HTML then parsing the information I understand. I just
don't know if its possible to access the data through an external
script (run from another server) even though we have access rights to
the page requiring login that is situated on another server.

The reason for this is because we don't have direct access to the
database.

View 1 Replies View Related

JQuery :: Secure A Link With A Password

Dec 12, 2011

I would like to secure a link with a password.

Upon entry into the link(selected) appeared to pop up a password.

After entering the incorrect order were moving to the home page .

If true, would redirect to the example thread.

I would also like to not be able to type a password time to look into the source of the page.

View 2 Replies View Related

Transfer The Information Into The Secure Login?

Oct 12, 2006

I've got two seperate websites that I'm working on. I am doing the design of the main website and the second site is a secure login area which another person has created.

My question is... can I put a login form on the main page, and then have it transfer the information into the secure login? The purpose being so that people can login directly from the main page instead of having to click to go to the secure area and then log in?

View 3 Replies View Related

Secure Facebook Style Like Button?

Jul 26, 2011

I'm trying to create a button similar to Facebook's 'Like' button which is applied to each item in a list. When a user clicks the like button this item is favourited for the logged in user. For the moment I do this in the following way:-

<div id="item_<?php echo $row['item_id'];?>" onclick="like(<?php echo $row['item_id'];?>)"></div>

Obviously this is very unsecure because anyone can easily modify the item id stored in the like() function in the onclick property and like any item thes guess the id of.

My question is how do I make this secure by either not displaying the id of the item but still having it accessible to my like function or via some other method?

View 3 Replies View Related

Warning - This Page Contains Both Secure And Nonsecure Items

Jul 30, 2010

I am trying to get rid of this warning over and over.

My pages are located in directory WEBSERVERAPPLICATIONSWC

Master pages in WEBSERVERAPPLICATIONS

CSS and Javsasripts are in WEBSERVER

And in css I have background:url no-repeat right top;

Dont know even though the image gets accessed by Https. why it is still giving that warning.

View 2 Replies View Related

Warning Over And Over - This Page Contains Both Secure And Nonsecure Items

Jul 30, 2010

I am trying to get rid of this warning over and over.

My pages are located in directory WEBSERVERAPPLICATIONSWC

Master pages in WEBSERVERAPPLICATIONS

CSS and Javsasripts are in WEBSERVER

And in css I have background:url no-repeat right top;

Dont know even though the image gets accessed by Https. why it is still giving that warning.

View 1 Replies View Related

SOAP Call To Secure WSDL And Database?

May 19, 2010

Is it possible to call a WSDL document behind authentication with an existing SOAP service to pull data from a database behind authentication in Javascript?

Ultimately, I want to insert script into a spreadsheet to aggregate data from a database behind authentication.

View 8 Replies View Related

Calling A Secure Script From An Unsecure Page

Oct 4, 2010

My Google-fu is apparently pretty weak today. I'm unable to find a good reference for this problem I'm having on a client's site.

They have a script on their remote, secure server and our pages (some of which are secure and some which are not) call it.

The problem appears to be on the unsecure pages calling the client's remote, secure JS file. I'm told that on FireFox and Chrome, it times out and produces an error on our back-end.

View 3 Replies View Related

JQuery :: Modifying Page Links That Is On Secure Server

Feb 26, 2010

I have a page that is on a secure server, lets say https://server.com and I have a link on a page /somelink.html. I am trying to use jQuery to change the link to http://server.com/somelink.html

Here is the code I have come up with:
$(document).ready(function() {
$("a[href^='https://server.com']")
.each(function(){
this.href = this.href.replace(/^https://server.com/,"http://www.server.co");
});
$("a[href^='/']")
.each(function(){
this.href = this.href.replace(/^//,
"http://www.server.co");
});
});

However, my code only seems to work in Firebug after everything has rendered. I assume that the links are changes when the Document is Ready but before the server address is attached to the links.

View 1 Replies View Related

JQuery :: Login Script - Replace, The ?secure-page Part With The File Name Of The Page?

May 10, 2010

I am using a Jquery/PHP/MySQL login script which is supposed to display an error or success message when the user enters their username/password and also if the username/pw is successfull go to a secure page. Right now as I have it coded, this isn't working properly. Basically nothing is displayed either way.Also,wasn't sure if I just needed to replace, the ?secure-page part with the file name of the page I want to go to if successful?Here is the code as I have it now.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>[code].....

View 1 Replies View Related

JQuery :: .live("drop") - Add A "dropbox" Zone In Window

Dec 25, 2011

I'm use jquery in my project. When I use ajax method, for add a "dropbox" zone in window, and drop in this zone some file, this code dosn't work:

View 6 Replies View Related

JQuery :: Call A Plugin Function From A Html File In Which The Plugin Is Running

Aug 18, 2011

I have a slideshow plugin and there is a function in it called stopAutoplay(). This is called when I click on the pre-defined pause button in the slideshow, so it stops.

If I switch between the slideshows(Slideshow 1 2 3) the slideshow is getting messier and messier because it starts many slideshows at the same time and the plugin gets confused what to show.

I figured if I click on the pause button before I switch to another slideshow it works fine. Therefore what I would like to achieve now is to call stopAutoplay() somehow before I switch to the new slides.

How can I call stopAutoplay() from the html file when I click on one of the slideshow 1 2 3 buttons?

I've tried the codes in green below but they don't work.

fadeSlideShow(); plugin pause function part:
stopAutoplay = function(){
clearInterval(intval);
intval = false;

[Code]....

If there is a better solution let's say to kill everything before the new slideshow appears it's even better. Although I've tried die(), empty(), detach(), remove(). I hoped remove() would help cause as I read it's suppsed to remove everything but for some reasons it doesn't...

View 3 Replies View Related

JQuery :: Creating An Extension Plugin To The UI Date Picker Plugin?

Jul 12, 2011

I am creating an extension plugin to the jQuery UI Date Picker plugin mostly to just standardize the options used, as well as to add an icon to open the calendar. I am aware of the plugin's use of an icon trigger, but this will not work, as I am using an icon in my sprite image and not wanting an additional request for a mere icon.

My plugin code:

(
function
(
$
)

[Code]....

This is where it really perplexes me as this code does work to produce the calendar icon. while I could get it to work this way, it is obviously not the better choice as it should be part of the extension plugin and not get repeated in all of my various implementations of the plugin.

View 4 Replies View Related

JQuery :: Making The Cookie Plugin Work With The Colorpicker Plugin?

Aug 31, 2009

I'm trying to take the hex value chosen from a jQuery colorpicker plugin, and store it as a cookie using the jQuery cookie plugin. I just don't know the appropriate way to tie the two together.

[Code]...

View 1 Replies View Related







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