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! Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.