roScripts forum

Wordpress Script Generator
Easily write your own wordpress plugins!
www.wpsecrets.com

Learn Simple PHP
Learn PHP with these simple videos!
www.simplephp.com

PLR Poster
Post hundreds of articles to your wordpress blog(s) at a time!
www.softwarefactoryinc.com/blog-software


Go Back   roScripts forum > General > roScripts related discussions

roScripts related discussions If there's anything that you hate, love or wish seing please say it here.

Reply
 
Thread Tools Display Modes
Old 09-04-2008, 05:54 AM   #1 (permalink)
coke888
Junior Member
 
Join Date: Sep 2008
Posts: 1
Rep Power: 0 coke888 is on a distinguished road
Default Login Script help please

Hello,

I'm new to this forum. I tried to install your login script v1.2
and its just not working for me.

I installed using install.php
(everything seems to work well until this point)

When i try to login, or create a new user this is what I get:

Notice: Undefined property: Password in /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php on line 19

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php:19) in /homepages/18/d187787672/htdocs/maggraphic/login/functions.php on line 160

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php:19) in /homepages/18/d187787672/htdocs/maggraphic/login/functions.php on line 160

Warning: Cannot modify header information - headers already sent by (output started at /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php:19) in /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php on line 20

Can you please tell me what i've done wrong?


Thank you!
coke888 is offline   Reply With Quote
Sponsored Ads   #1.5
Sponsored posting
 
 
Join Date: The beginning
Posts: lots
Sponsored by...

WM Media - Sell Your Website at above market prices!
Adbot is online  
Old 09-30-2008, 08:02 PM   #2 (permalink)
Lihualee
Junior Member
 
Join Date: Sep 2008
Posts: 11
Rep Power: 0 Lihualee is on a distinguished road
Cool friend

Thanks! Bump!-------------------------------------------------------------wow power leveling..wow power leveling..Cheap WoW Gold..WoW Gold..World Of Warcraft gold,
__________________
WoW Power Leveling
Lihualee is offline   Reply With Quote
Old 10-27-2008, 11:47 PM   #3 (permalink)
bigtalk
Junior Member
 
Join Date: Jan 2008
Posts: 5
Rep Power: 0 bigtalk is on a distinguished road
Default Re: Login Script help please

Hello,

I have been using the roScripts Login 1.2. The login works great!
I'm a noob with PHP and have been picking apart the code to help me learn. In functions.php, the comments about different functions often says "see docs for more details." Where can I find these docs to explain usage of the functions!

Thanks!
BigTalk

PS - I previously posted this in the old Login Script Help thread, not knowing this one was here. Please excuse the double posting!
bigtalk is offline   Reply With Quote
Old 10-31-2008, 03:08 AM   #4 (permalink)
wowgolds989
Member
 
Join Date: Oct 2008
Posts: 54
Rep Power: 1 wowgolds989 is on a distinguished road
Default October 30, 2008

October 31, 2008 - Welcome valued customers, we've got great news for you. After months of grinding effort, we have finally succeeded in adding in all new features to our delivery system. That's why we have the power to promise you 100% wow gold delivery satisfaction. Each order will be taken good care of and you will be guaranteed of receiving what you purchased. With our new and improved features for gold delivery, there's never been a safer way, our reliable service will never let you down and our outstanding service will surely win your trust!
MMOINN should always remain your top choice for buy wow gold and Wow power leveling services! More Cheap wow gold , more discount and more bonus. MMOINN will always be your one-stop shop for WoW needs.
__________________
get cheap wow gold here right now!!!
wowgolds989 is offline   Reply With Quote
Old 10-31-2008, 07:51 PM   #5 (permalink)
bigtalk
Junior Member
 
Join Date: Jan 2008
Posts: 5
Rep Power: 0 bigtalk is on a distinguished road
Default Re: Login Script help please

Quote:
Originally Posted by coke888 View Post
Hello,

I'm new to this forum. I tried to install your login script v1.2
and its just not working for me.

I installed using install.php
(everything seems to work well until this point)

When i try to login, or create a new user this is what I get:

Notice: Undefined property: Password in /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php on line 19

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php:19) in /homepages/18/d187787672/htdocs/maggraphic/login/functions.php on line 160

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php:19) in /homepages/18/d187787672/htdocs/maggraphic/login/functions.php on line 160

Warning: Cannot modify header information - headers already sent by (output started at /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php:19) in /homepages/18/d187787672/htdocs/maggraphic/login/confirm.php on line 20

Can you please tell me what i've done wrong?


Thank you!
It looks like you already have session_start(); at the top of your page. The checklogin(); also calls session_start(); so there is no need to call it yourself when using that feature/function.
To eliminate the "headers already sent" error, I call ob_start(); at the top of all my pages and finish the pages with ob_flush();.

I'm a noob just trying to help,
BigTalk
bigtalk is offline   Reply With Quote
Old 11-22-2008, 04:24 AM   #6 (permalink)
aireen9
Junior Member
 
Join Date: Nov 2008
Posts: 2
Rep Power: 0 aireen9 is on a distinguished road
Default Re: Login Script help please

I had completed installing ADB script into my 50gigs.net host When a new member signup into my site, an activation link being sent to his/her email. However when he/she click on the activation link it seems to be malfunction and does not activate his account. He received massage >>>"Your Account may be already activated/Expired "

In addition, a message as follows can be seen on the top of new member email >>>“Message-Id: <20081117100004.6F449206BB233@node2.byetcluster.com>
Date: Mon, 17 Nov 2008 10:00:04 +0000 (UTC)



is there any script to overcome this.
aireen9 is offline   Reply With Quote
Old 11-29-2008, 06:59 AM   #7 (permalink)
crazy_awper
Junior Member
 
Join Date: Nov 2008
Posts: 9
Rep Power: 0 crazy_awper is on a distinguished road
Default Re: Login Script help please

It is my pleasure to read your post,though I can't help you ,still to support you.
__________________
Tell me where is the wow gold and
Wow power leveling ,because i want to become
the king of king!!
crazy_awper is offline   Reply With Quote
Old 12-08-2008, 09:34 AM   #8 (permalink)
vwxy473
Member
 
Join Date: Sep 2008
Posts: 63
Rep Power: 1 vwxy473 is on a distinguished road
Wink wow account

Your order iswow accountimportant to us. We makewow accountevery endeavor to get you your products aswow accountquickly and efficientlywow accountas possible. UsuallyWoW power levelingit takes only few minutes.
vwxy473 is offline   Reply With Quote
Old 12-31-2008, 11:18 AM   #9 (permalink)
samsuri
Junior Member
 
Join Date: Dec 2008
Posts: 2
Rep Power: 0 samsuri is on a distinguished road
Default Re: Login Script help please

Hi ,Admin and all member of this forum.
I'm very new here and very new about the php programe aspecialy about login scripit.
first of all I wan't to say thank you to person who write the login script ..I intend to use the script.
but the problem had come to me ,regarding check unique ()..

every time I do the test to the register page then they come the eror msg
abaout this.

Warning: Missing argument 3 for checkUnique(), called in /home/wangkita/public_html/baru3/register.php on line 219 and defined in /home/wangkita/public_html/baru3/functions.php on line 35
There was an error in your data. Please make sure you filled in all the required data, you provided a valid email address and that the password fields match

I hope don't laugh at me coz I had told previus ,I'm very new about this

thank you .I'm waiting the kind of your reply ..

and sorry about my poor english.
samsuri is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump



All times are GMT. The time now is 01:23 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.