Jump to content

dellee

Members
  • Posts

    21
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dellee's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. wow, nothing but errors. Notice: Use of undefined constant UserName - assumed 'UserName' in /home/fmsdesig/public_html/payperview/registration/user.php on line 16 Notice: Undefined index: UserName in /home/fmsdesig/public_html/payperview/registration/user.php on line 16 Thats just at the top of the page when I go to it, it seems all these errors are because of the lack of ' ' like username needs to be 'username'. Could this stop the emails from sending out? And was there ever a time when the ' ' were not needed or was the creator of this script just a poor coder? Also like I said if you go to my site and email me from the contact form I'll send you a link to download those apps.
  2. You know what I have no clue of what happend, I changed that back to the way it was and it still works. So sessions is working it must just be a problem with the user.php not sending the mail, I am sorry to say I may not have checked the operator signup before. I am strapped as far as cash goes but if you are interested in finding the error for the user.php signup I will give you a copy of all 3 flash media server applications on my website with an unlimited license. You can take a look camscripts.com, If not no big deal.
  3. I changed it to $post and it worked great. Now I am looking at user.php in the registration folder and it is already set to $post but it looks weird, kinda the same but weird. The model.php for model signup does not need reg mail sent.
  4. Woo, Hooo. Your awesome!!! That sent the operator registration email but the other 2 signup forms don't appear to be written the same so I can't make that same change. Any ideas. I can't believe you fixed that.
  5. Thanks for the reply, there are 3 different signups, user.php, model.php & operator.php would this be the same for each one? I will try this with the operator.php and see what I get.
  6. Should I close this topic out and if so how do I do it? I don't think anybody is gonna be able to fix this so no use wasting space.
  7. I believe you but I didn't write it. lol. about 15 hours ago when this issue first started to get on my nerves a guy installed it on his server and it was shooting emails like it was meant to but he said he had to change some code and then he never replied back to me...He did say something about it being red flagged as spam also, I think he just changed some email text to get around that part but I don't know how he got the emails to start sending.
  8. well, the file that has the email code in it seems to be actm.php in the php folder which is the script the other folders are for flashcom. then the other file that holds email code is for operators signup and it's the same but that file is called actop.php
  9. There is, this is a ready made script. Maybe this will answer alot of questions. http://milkcowsnotwar.com/ppvchat.rar
  10. correct, I can send myself an email that way but the script just refuses to send out registration emails when a user signs up.
  11. yes i can send myself an email by using the code you posted. Sitename is defined in the settings.php file which seems to be called be a require into the header.php file
  12. the script runs fine besides for sending out the new registration emails.
  13. Ok, there is this in the header <? include("dbase.php"); include("settings.php"); ?> and dbase.php only has the mysql connection info. here is what is in settings.php <? $sitename="CamScripts"; //site url $siteurl="http://www.fmsdesigns.com/payperview"; //used in registration mails, payment mails... $registrationemail="support@fmsdesigns.com"; $feedbackemail="contact@fmsdesigns.com"; $paymentemail="contact@camscripts.com"; //used for favorites announcements $contactemail="contact@fmsdesigns.com"; $newsletteremail="contact@fmsdesigns.com"; //numbner of hours between giving another 120 seconds of free chat. $freehours=1; //default sop epercentage $sopepercentage=10; $displayofflinemodels=1; $offlinemodelslines=4; $paymentday=24; $freechattime=66666120; $moviequality=100; $moviebandwith=12000; ?>
  14. They are not defined in the header, I don't know how to define them. I was not aware anything was missing from this code it came like this with the script but that was back in php4 days and I am on php5, not sure if that makes a difference.
  15. within this script there is no php.ini file other than that there are a few different php.ini files in other folders containing scripts but that has nothing to do with this script. What php.ini file am I looking for? The one in the root only has registerglobals=on thats all.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.