kiona Posted February 16, 2007 Share Posted February 16, 2007 Im having trouble with this script, Iv installed it and set up the MySQL database correctly -but it still wont work (users cant register, and cannot login)... Im new to PHP and I have no clue what im doing wrong! heres a link to the site and to the script. take a look if you think you can help please. Link To my site::: www.kionamails.com Link to Download the script::: www.kionamails.com/phpPaidMail.zip Problems: -Users cant register/login -> I dont know where to begin trying to fix it lol! Link to comment https://forums.phpfreaks.com/topic/38709-trouble-with-this-script/ Share on other sites More sharing options...
ScotDiddle Posted February 21, 2007 Share Posted February 21, 2007 kiona, Hi !... I downloaded your script collection. The first thing I did was to follow the instructions in the Script Setup Instructions.txt file. I am presuming you did also. I noticed that it doesn't tell you to create the tables found in sqltable.sql. I did, and presume you did too. Next, I went to /php-paidmail/admin/admin.php, and that page launched fine, but when I clicked "Check User count, I got back " <? $user " since the author of the software is using the short php tag ( <? ) instead of the long one ( <?php )... My system is set up to ignore the short tag. I started to modify the code, ( even changing <?=$displaySomething; > to <?php echo $displaySomething; ?> but found there are too many files. Try these changes yourself, and report back what you find. Good Luck. Scot L. Diddle, Richmond VA Link to comment https://forums.phpfreaks.com/topic/38709-trouble-with-this-script/#findComment-190750 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.