|
About 150993 posts are found about "http login yahoo com config exit direct 2".
52516 bytes Well im working on a new project , im setting up a gaming ladder website purely for a game called Warhawk on ps3 to be used by my own clan and other clans so we can have clan battles. After some research ive decided to use the Elite Gaming Ladder script but its not very easy to use, to challenge someone you click a challenge button but dont get to enter any times/maps this challenge is then received by the other team who then decides the maps and times. It would be much better if the challenger gets to ... 14217 bytes guys! im a beginner at using PS to HTML. id go straight to the point. the thing is, i have made my design and i exported it to html, all slices where done. now my problem is how to put a table over my image body. the one that i allocated as my body, once i made a table over it, it disarranges. example: heres my sample code: <td colspan="3" rowspan="6"> <img src="blah.jpg" height="" weight=""> </td> what will i do to be able to put text and create a table? thanks a lot. ive been having problems with these. ... 21699 bytes Well i thought i'd show everyone how to build a basic forum system on here i've created one awhile back but it was not to advance so imma show you a more advance one including simple profiles,login,and registration. I won't be able to put the entire thing here now so what i'll do is as i build on it i'll add the new parts to this same post. I must stress though this forum is for learning purposes only cause there are much more powerful forums then this out there already built such as PhpBB. PART 1-The ... 5843 bytes I'm pulling my hair out here. I can't figure out what's wrong and I bet it's sonthing so simple that I missed. I have a very simple login script in PHP which I'm having troubles with. When I enter the wrong username and password intentially to test it, it still logs in. However if I enter the wring username it does as it shouold. As you can see the is MASSIVE security hole that needs fixing. Please help. <?php session_start(); require('config.php'); $username = $_POST['user']; $password = ... 25052 bytes I am having a little bit of trouble with my log out script, if i sign out everything works fine, but if i dont or someone els doesnt sign out then you cant log in without going to the log out script... Im not sure what's wrong with it. Log out script <?php session_register("user"); session_register("pass"); $title = "Login"; include("config.php"); include "rightclick.php"; ?> <link rel=stylesheet rel='nofollow' href=styles/style.css> <?php if (!$user || !$pass) { echo "<SCRIPT ... 30833 bytes Hello i have apache running i have my html files in the htdocs folders of apache in program files i have my sql installed i have my sqlyog to help kme create the tables i have php installed now how to i send information from my website stored in the htdocs folder to the database that i have create in mysql yog i want to be able to allow users to enter thier customer details on-line and than once they have registered they are able to proceed to an order details page where they can order food to their door ... 6245 bytes Hi dear all, I am doing php in debian. I have set my session in the temp folder. The seesion is being store when i log in. However, this error keep on prompt out. May i know wat wrong with it? Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/normal/controlpanel/login.php:2) in /home/normal/controlpanel/includes/conn.php on line 3 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at ... 97167 bytes Hi all. I am trying to make a login page using a book I got. I followed it to the letter and checked it over six times to make sure everything is right and I donno what I am missing. The page is just blank, it does not error out or anything. here is my code for login.php = Here is a link to the page live - http://www.imichigan.net/core/ (then just go to login link) PHP: <html> <head> <title>iMichigan.net - PHP Core - Login</title> </head> <body> <?php include('header.php'); ?> <h1>Login</h1> <p> <?php /* ... 9846 bytes I like to have a link that I can easily login to Google, Yahoo or MSN or facebook or wordpress. For example an URL for G http : // google.com ? user=xxxx & password=xxxx For example an URL for Y http : // yahoo.com ? user=xxx & password=xxx Hope you understand what I am talking about. My question: Can we create these kind of links? Thanks/ Regards Quote: Originally Posted by msmary I like to have a link that I can easily login to Google, Yahoo or MSN or facebook or wordpress. For example an URL for G http ... 46800 bytes hey all, i have a little script that its working all fine on PHP 4.2.3 version, since the webserver change to version 4.4.2, my script stop working well, for example, i made the login, and he keep the ID and NICK on a SESSION var, when i click on other link on the menu he ask me to made the login again.. and this all happens when i click on a link... it likes he loses the content on the var... :\ can some one help me please... regards, volumes It sounds like a cookie is being lost, can I see your login ... 7588 bytes Hello there. I got a problem with a login code. It works fine on my home webserver, but when i upload it to the server of my hoster i get this errors: PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /domainname/index.php:4) in /domainname/include/login.php on line 4, referer: http://domainname/index.php Cannot send session cache limiter - headers already sent (output started at /domainname/index.php:4) in /domainname/include/login.php on line 2, ... 65492 bytes The site http://www.e1mail.com has this problem where if you try and login, it just displays a blank page (it even happens when you put a random username and password in)...can anyone tell me what is wrong? This is urgent!!! Must have a reply as soon as possible!!! If you help me immediatly, I will put a link to your site on my site in the sponsored links on my homepage free for a week!!! Thanks, From Daniel .S. <? include("config.php"); include("functions.php"); require('mysql_connection.php'); ... 6401 bytes I am trying to use ProArcadeScript to import my games from Mochimedia. How do I do this? My site is: http://thethoughttreasury.host56.com/ My host is: http://members.000webhost.com/login.php The instructions for the script is: http://proarcadescript.com/manual/mochi-games/ The script they want me to use and edit is: <?php /******************************************************************* / ProArcadeScript / File description: / MochiAds game feeds reader for cron jobs / parameters / user: your username ... 6592 bytes I have been trying to figure out why my user isn't being directed to the proper directory upon login. Each client will have their own directory (which I create beforehand). I send them their login ID & password. From a login form, they should be sent to their proper directory, but somehow the script is missing naming that part of their login. Maybe someone can tell me what's wrong with my script. Thanks! ~J <?PHP ob_start(); session_start(); //check that the user is calling the page from the login form and ... 11086 bytes I'm pretty new to CodeIgniter, and i'm having trouble creating and declaring an URL. Example:<?php echo site_url('users/login'); ?> this leads to an Log in page. I want to link to a sign up page , and simply changing the 'users/login' doesn't work I created a file in the of application/views/users/userSignup.php I think you have to declare a function somewhere , but i don't know how. Please help anyone! Good choice on CI I'm a bit confused at what you've done here. Views are only views, and are loaded ... 9435 bytes I got some great help before when I asked a question here. Need some more help now! In my guestbook script I need to connect to a database. To make it more secure I want the database login details in a seperate PHP file. This is also handy because these details can be used by other pages. I can't seem to figure it out. Getting a lot of errors. This is what I got so far. $connection=mysql_connect ("localhost", "USERNAME", "PASSWORD"); mysql_select_db("DATA_BASE", $connection); How can I get these details in ... 2254 bytes I recently installed the new version of AVG anti virus software and all was working well. I decided to restart my computer so every thing would "settle" if you may. However when the computer loaded up it suddenly came to the blue login screen. There was the windows xp icon appearing but no login icons to click on. There is several important documents on the computer and i can't lose them! I was stupid not to back them up but i didn't think this would happen. Is there any way i could repair this problem or ... 4648 bytes Hello all, Sambody i can help me please. I need edit this python script for working in multi threads. Code: import sys, smtplib, socket, time, random from smtplib import SMTP from random import choice socket.setdefaulttimeout(5) # smtp default timeout, change number to speed up large lists def printHelp(): print '\nHow to use it ? There you go :) -- > ./SMTPv.py <accounts> <outputfile>' print '\nImportant: THE SMTP ACCOUNTS MUST BE IN THE FOLLOWING FORMAT : IP:USER:PASS\n' # Create the message fromaddr = ... 8086 bytes i got another question.. related to mysql as well. hmmm I have searched in here about user online. I found them good, but i still dont understand, so I wanna you guy to help me with that code. The output of code will like this: Guest: 5 Member: 10 Total : 15 Total Today: 50 (unique visitors) I want when user login then code will count them as member online. and Guest for visitors, who are not login yet. Total is about Guest + Member and the Total Today is unique visitor not a hit. When your login script is ... 3292 bytes hi Everyone is there any one ISA server 2000 Player i m using ISA 2000 as Proxy and firewall, i m trying to block Hotmail, Gmail yahoo and anyother mailing webs but i m not able to do in ISA kindly assist me to do this Thanks Here you go #1. In the ISA Manager, define a new Destination Set under Internet Security and Acceleration Server --> Servers and Arrays --> <yourserver> --> Policy Elements --> Destination Sets Call it something like 'Blocked Websites' and click OK. You can add sites to this set by ... |