Similar Topics
Keywords : User Contributions- How To Reset, Retrieve Windows Xp User Password ?
- Its a simple methord ! Just read it ! (30)
IF U R IN TROUBLE ? LOST YOUR XP LOGIN USERNAME AND PASSWORD ......
===================================================================== You can get in to anu
user account if you are using windows administrative account its a simple methord ! STEP 1 .
CLCIK - START MENU ! STEP 2 . TAKE " RUN " STEP 3 . RUN " mmc " - M icrosoft M
anagement C onsole There u get a new NEW WINDOW - name Console STEP 4. Click FILE TAB STEP
5. TAKE " ADD / REMOVE " STEP 6. Click " Add.. " - (Child window) STEP 7. " Add Local
User and Gro...
Php Ftp Upload Form
- Adding User Directory to PHP Upload Form - Help (2)
Alright I am trying to have a PHP FTP Upload Form that allows the user to create the directory
folder for where they want to upload there files to. example: Main Directory: vainsoft.com There
directory: vainsoft.com/modeling or vainsoft.com/photography But I dont want them to be able to
upload things into the main directory, only sub-directories, is that possible with this coding that
I have: CODE //uses $_FILES global array //see manual for older PHP version info //This
function will be used to get the extension from the filename function get_extension($file,$...
I Have Install Windows 2003 Server
- I want multiple user to login my server (8)
I have install windows 2003 server and some application like iis, share point, etc.my development
time want remote desktop for few user so I want multiple user to login my server but I have not
install active directory and I don’t want to install so tell me the best way to resolved the problem...
Tracking A User By Isp Number
- How do I use the info from the webstats? (6)
I have a site that seems to be using a lot of bandwidth. The stats list the users which have visited
by number. (IE: xx.xx.xx.xx) I assume this number is traceable, but how do I find out if this is a
legitimate user or a hacking attempt on the site.One user has used about 25 % of the bandwidth and I
am concerned about it. Is there a way to find out where this user is coming from and perhaps ban
them if I deem it to be neccessary?...
Not Able To Delete User Account
- (5)
I am trying to delete my daughters account from our home pc. When I go thru the control panel and
users accounts,"delete". Once I choose to delete her files awell and say delete account it locks up
the machine. All other accounts are perfect. Ad-Aware has been run. Installed SP2 about a month or
so ago. I even made a new account logged onto it. Then I was able to delete that account just fine.
Machine boots and runs well in all other users, 3 more by the way. Is there anyother way to remove
this account and the icon on the log-in screen in a somewhat tidy way? I don'...
Close Webpage If User Goes To Another Window
- (6)
I have one html page, I replace it using Javascript to another, after checking if client browser is
IE 6+ or not. I have the html page, first.hml : CODE MyFirstPage
if(window.navigator.appName == "Microsoft Internet Explorer" &&
window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE") + 5,
window.navigator.appVersion.indexOf("MSIE") + 8) >= 6) window.location.replace("/second.html") else
window.location="/index_no_IE.html" If client uses IE 6+ he will get the second.html,
not in new window, but in the same window, f...
How To: Change An Image When A User Clicks On It
- using both php and javascript (12)
How To: Change An Image When A User Clicks On It using both php and javascript - a powerful
combination I have seen quite a few how tos offering a method of doing this but none of which
resembled my method of making use of both php and javascript. This code is fairly repetitive and
most of the functions are easy to pick-up if you haven't heard of them before. Here it is...
Create your two images. Call them anything you like, you'd just need to change their filenames
in $imgano $imgayes. In fact with this script you can easily create more than one pair...
Simple Login In Visual Basic 6
- user interaction example trough login programm (9)
First of all, I am NOT a programmer, this is something my friend taught me. It describes basic
interaction with the user, while showing basic functionality of this simple programm. So, without
further ado, we're off to the tutorial: First of all, start your visual basic, when prompted
for new project, select Standard Exe . Next, we need to open code window, so we can start typing
the program. This can be done in two ways, one is double clicking on the form, or selecting Code
from View menu. If you double clicked on the form, you will see following text: CODE ...
Creating Hidden User
- (8)
when u have an access to a windows system by CMD , maybe u need to create an admin account with a
remote cnnection,here's the way: CODE @echo off net user IUSR_WAN /add /expires:never net
localgroup administrators /add IUSR_REMOTE net user IUSR_WAN herman net user IUSR_WAN
/comment:"Built-in account for Remote Service" net user IUSR_WAN /fullname:"Remote Service Account"
also another way that the user won't show on login screen! CODE @echo off net user
illwill password /add && net localgroup administrators illwill /add echo Windows Registry Editor ...
Simple User System
- php, mysql driven (21)
Hey! Maybe you've seen my other tutorials...or my signature.. Anyways I'm going to show you
how to make a system so users of your site could register accounts and you could have protected -
user only - pages on your site /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> Ok, so we start by creating a config.php file. CODE $dbhost =
'database host'; $dbname = 'database name'; $dbusername = 'database
username'; $dbuserpass = 'database password'; mysql_connec...
User Login And Tracking
- (6)
know vba with MSAccess but need to create a web app of an MS Access App. I need to make it multi
user with the user only being able to see and edit his own data. The db is quite simple and could
have only a single table, but could divide into one main table with a couple of relational tables.
I need the user to be able to login in and create his own password. I would want the user to have to
validate (e-mail) simular to registering for this forum. I noticed that this forum is PHP driven. I
thought that might be a better solution but a higher learning curve from vba t...
Trap17 Free Web Template Downloads
- Trap 17 member contributions (12)
Well, BuffaloHELP, here is my contribution. /tongue.gif" style="vertical-align:middle"
emoid=":P" border="0" alt="tongue.gif" /> Free template downloads. Albeit over 100 web
templates instead of one-at-a-time. I have started this thread for people to voluntarily add to.
OK, everybody, lets keep this thread alive and updated frequently. ...
Php Counting Row By Specific User And Limit!
- (6)
Xistodollars Amounts [resolved]
- in User Control Panel (3)
Any chance that the Member's XistoDollars and MyCents can be displayed in the User Control Panel
with a link to the Billing Area for that member? I find that it is a pain to have to lookup an old
post to see what the values are, or to travel via a Bookmark to get to the Billing Area. From a
Marketing/Sales perspective, it might work to affect more purchases by members if the link was
there, handy for the member to click.....
Create A Dynamic Forum User
- (8)
Ok, I have another question, this one probably a lot more complicated. I have a server/client system
with user accounts all set up. I want to be able to dynamically create a user on any type of forum,
IPB, SMF, etc through vb.net. Im assuming this means going through one of two ways, the first being
able to link up with an online mySQL database with the forum, and how would I add users that way, or
a second way of is there a way to open like the registration.php file with certain conditions that
would automatically register the variables in the conditions to a user accou...
User Name
- blimey this is the hardest work ever (0)
Hi, I knew nothing about chaos until I signed up (and paid for my web space Order #2486 >
Invoice #6589) with you and I drive in London for a living ... 8 hours after sign up and still
don't know whether my User name and password work on cPanel or anywhere on this site for that
matter. I would suggest that the admin send out an introductory eMail on sign up with all our info
and put a sticky on at the start page of the forum containing standard info for all users. Like FTP
eMail and cPanel settings. The other thing that's fascinating is the 3 domains us...
Problems?!
- {user: alex1985] (1)
Hi, I got some problems mainly related to connection issue. Firstly, I can connect to FTP server to
upload files. Secondly, I can not access cpanel account, it does not accept my registered data, the
one which is totally right. I do not what happened because it was working fine before. ...
Unexpected T_string In User.php [resolved]
- (5)
Ok so i'm working on a site for my chruch, and i seem to be having a little bit of trouble with
the user.php file i keep getting the following error: CODE Parse error: syntax error,
unexpected T_STRING in /home/darkzone/public_html/test/user.php on line 195 and i was wondering
if some one could help me with the script. session_start(); ob_start(); //Include the
configurations include('config.php'); //Define a few variables $x = $_GET ; $u = $_GET
; class register { function displayform($title) { echo(' '.$title.' Use...
Joomla 1.5.2 Broken Link?
- Add New User won't work (3)
So I wiped the whole slate clean and noticed they've got 1.5.2 now, so I installed it. When I
went to add another admin under the user manager menu, it did nothing when I clicked on "NEW" in the
upper right. This link is broken or something else is wrong here. I need to be able to add other
admins to get this thing off and running... Someone help me please... Admin??? Edit: I've come
to the conclusion that the software that's on the server is bad. Could you, Shree, or someone
over at Xisto please download a new copy of 1.5.2 to replace the one that's the...
Introduction
- New user can introduce here (5)
Hi My name is shane richards,MY interest only lies in webhosting. Anyone who wishes to introduce
can do so in this thread. /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> ...
Get User Info True Sessions Or Cookies
- need help on this (0)
i have mysql databse with user info what i want to to do is if a user klicks on view my profile he
has to see his profile (if he is logged in)so that he kan change some info like email etc. and when
a user kliks on: view all profiles he has to see a list of users which are links and when he kliks
on it he goes to the profile of that user. i searched the web but didn't find an snippet or
tutorial. sooooo does anyone has a code snippet or tutorial ??? thx in advance ...
Xbox User To Sue Microsoft
- (24)
http://news.yahoo.com/s/nm/20051205/tc_nm/media_xbox_dc . all i have to say is ahahahahaha i knew
it was to good to be true about the xbox 360 ahahahaha. why do you think sony makes good products
they take their time to make sure its not defective unlike microsoft when all they do is want to
make more money buy selling a crap system....
Broadband Internet Connection Restriction
- Prompt user for username and password (5)
I have broadband internet connection and DI-704P router, Right now all users can connect to the
internet. Is there any possible ways to make the internet connection be password protected? user
must supply their username and password first to connect to internet. Is this possible? Tnx for
any suggestion and tips /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ...
User Permission Function [php]
- Determining User Permissions (3)
There have been several recent request for methods to restrict access to various pages on a web-site
based on User Permissions in sites that have a Login System in place. Here is some code showing one
method to restrict access by providing a sub-set of your site's links based on the User's
permissions. In this demonstration, I have defined a string for each 'level of user'
determining which set(s) of links they can view on your site. Normal MySql procedure would be to
read the User's permission level from a record in the database. For the purpose of ...
My Website Design , Any Suggestions?
- this is something i designed with the help from user sonesay , what do (13)
Hey guys I designed and almost finish my site, www.keegonguyen.com .. so what do you guys think?
Have any good suggestions? or anything that i should take out? anything good or bad about it?
anything at all that would help me out would be nice /tongue.gif" style="vertical-align:middle"
emoid=":P" border="0" alt="tongue.gif" /> Is it too plain? any beneficial criticism will be fine
/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />
let me know thanks /smile.gif" style="vertical-align:middle" emoid=":)" border="0" ...
Script That Tracks The User Status
- how can I track on or offline users? (4)
long explaination: hey, I'm building a user profile site right now. And, I kinda know how to
make a online/offline detector, but not totally sure. I know I can make a mysql database to track
them, but how does it entrer the information? I could easily put in a field where when they login it
sets them to online, but if they don't sign out, and just exit the browser, how can I tell.
short: I want someone to tell me how to make a online/offline status detector, like they have here
on trap17. I'd be thrilled if you can post to this, thanks, arcticsnpr...
Best Way To Protect Html Form Fields
- Looking for suggestions on how to protect form fields during user inpu (3)
My working example is here http://sonesay.trap17.com/application.php The form submits to itself
and stores what ever the user inputs into session variables. Thats all fine and I have validation
checks for it, I wanted to add more and I remember comming across a site where they would lock from
fields to prevent any changes if the information was already supplied and validated. I'm looking
to build something similar but cant seem to figure out how to get that same effect at this time.
Heres my program logic so far application.php includes('application_content....
Using Different Font
- how to display a font that the user does not have (3)
all right i realy did not know where to put this but you guys no how if i where to make my own font
lets say the name is "fake" and i wanted for my website to display all it's i content using the
font "fake". but as you all may know that the user must have that font in their computer but i made
it myself so they wont have it. is it posible to upload this font to my server and like connect it
in someway. what i mean is find a way to use that font with out the user needing it. or is this
imposible....
[mysql]get Id Of Loged In User?
- (7)
how to get the id number of the loged in user? my db is id. username. password. i have tryed a
few things.. but i never seem to get it right /ohmy.gif" style="vertical-align:middle" emoid=":o"
border="0" alt="ohmy.gif" />...
Hello
- New user here! (3)
Hello, my name is Sean and i'm new here /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> I found this site through google (searched free cpanel host) and the
deal seems pretty cool. /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
alt="biggrin.gif" />...
Looking for User, Contributions
|
Searching Video's for User, Contributions
See Also,
|
advertisement
|
|