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 > Design & development > Programming

Programming Programming help, snippets, articles, tutorials, features and related discussions.

Reply
 
Thread Tools Display Modes
Old 09-08-2007, 06:23 AM   #1 (permalink)
aowaow
Junior Member
 
Join Date: Aug 2007
Posts: 14
Rep Power: 0 aowaow is on a distinguished road
Default Need help for Yahoo Webhosting : Login script

First of all. Pardon me, I'm really new in php and mysql world.
I may sound dumb because I usually use the Install.php or setup.php that had been provided from other scripts. Now this is manually installation, but in return it's worthy to me because i can learn more with your script.

Okay, let's start with the story:
I was using Yahoo!Small business as my webhosting and MySQL as my database.
Had downloaded the script of 1.1 version. extract and read the readme.txt
Then I upload it to using Filezilla to a Yahoo's root with new folder called "authentication" folder
and try to change the settings.php

Inside settings.php, I saw:
<?php
$url = 'http://yourdomain.com/';
$site_email = 'admin@yourdomain.com';
$domain_name = 'yourdomain.com';
?>
==Question: Which $url should i refer? is it URL of my mysql database or URL in my Yahoo's root "authentication" folder (example: yourdomain.com/authentication/)?
i think the $site_email must be webmaster email,
and $domain_name should be my domain's name.

Then i opened mySQL and installed the code and made the table according to file coming with the script zip.

Lately i try to trial and error all possibilities of my admin link-url.
when opened the browser. Firefox, IE, Opera. All is blank.
And had tried another php file, login, confirm, etc etc. blank..

Well, i'm blank for 1 week trying to find the bugs, no clues Please, help me admin.
Am I missing something in here. Thank You.

btw:
Had check and opened using Macromedia Dreamweaver, seems the script no problem,
in "design" template it's showing.
aowaow 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-08-2007, 09:28 AM   #2 (permalink)
roScripts
Administrator
 
roScripts's Avatar
 
Join Date: May 2007
Location: Bucharest
Posts: 649
Rep Power: 10 roScripts is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

Quote:
Originally Posted by aowaow
Question: Which $url should i refer? is it URL of my mysql database or URL in my Yahoo's root "authentication" folder (example: yourdomain.com/authentication/)?
i think the $site_email must be webmaster email,
and $domain_name should be my domain's name.
The $url should reflect the installation folder of your auth. folder.
$site email i sthe email that appears as the sender of all emails sent out via register.php and the rest of scripts (admin email).
$domain_name = domain name ex: domain.com


Does the blank page appear when you run a certain page or on all pages? Does your server support short tags? Did you tried puttin "error_reporting(E_ALL)" at the very start of your scripts? Are you sure that everything in db.php is correct?
__________________
Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.
roScripts is offline   Reply With Quote
Old 09-10-2007, 05:39 AM   #3 (permalink)
aowaow
Junior Member
 
Join Date: Aug 2007
Posts: 14
Rep Power: 0 aowaow is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

ok, i will check for this. I will let you know if I found the bugs.
aowaow is offline   Reply With Quote
Old 09-10-2007, 12:08 PM   #4 (permalink)
roScripts
Administrator
 
roScripts's Avatar
 
Join Date: May 2007
Location: Bucharest
Posts: 649
Rep Power: 10 roScripts is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

From my experience, yahoo does not allow the PHP mail() function to be executed. You will need to modify register.php as well.
__________________
Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.
roScripts is offline   Reply With Quote
Old 09-15-2007, 05:40 AM   #5 (permalink)
aowaow
Junior Member
 
Join Date: Aug 2007
Posts: 14
Rep Power: 0 aowaow is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

ok dokie. i found the trail. it was my macromedia settings on the browser setting. forgot to checklist the Localfiles testing. uploaded to my server, open it and tada.. , i'm still adapting to the source code. not yet fully use for my sites.

May I modificate some or add some code to your source code for my need?
Thx.
aowaow is offline   Reply With Quote
Old 09-15-2007, 02:42 PM   #6 (permalink)
roScripts
Administrator
 
roScripts's Avatar
 
Join Date: May 2007
Location: Bucharest
Posts: 649
Rep Power: 10 roScripts is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

Of course you can. You can do whatever you want. The whole package is released under GNU.
__________________
Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.
roScripts is offline   Reply With Quote
Old 02-18-2008, 08:22 AM   #7 (permalink)
dompower
Junior Member
 
Join Date: Feb 2008
Posts: 8
Rep Power: 0 dompower is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

Quote:
Originally Posted by roScripts View Post
From my experience, yahoo does not allow the PHP mail() function to be executed. You will need to modify register.php as well.
Dear rS,
Thankx for all your supports!
you have mentioned that yahoo doesnt allow PHP mail(). I think this is true. Can u plz help me... what kind of modification we have to do in register.php to overcome this problem?
__________________
dompower
Riyadh, Saudi Arabia
Thanks to nice budies who share their knowledge.

www.deevista.com
dompower is offline   Reply With Quote
Old 02-19-2008, 07:16 PM   #8 (permalink)
roScripts
Administrator
 
roScripts's Avatar
 
Join Date: May 2007
Location: Bucharest
Posts: 649
Rep Power: 10 roScripts is on a distinguished road
Default Re: Need help for Yahoo Webhosting : Login script

you need to setup a smtp mailer to send emails via SMTP. But even that is hard to trick with yahoo hosting since they only allow secured connections from my experience. They really really suck.
__________________
Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.
roScripts 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Yahoo SEO roberto Yahoo 5 10-21-2008 03:21 AM



All times are GMT. The time now is 12:48 PM.


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