Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Version 1.01

    188 downloads

    [color=rgb(90,90,90)][font=tahoma][size=3][background=rgb(253,253,253)]Simple hook, that attempts to contact google's ad server, if it can't, fires up a modal window, with a notification box.[/background][/size][/font][/color] [color=rgb(90,90,90)][font=tahoma][size=3][background=rgb(253,253,253)]includes template and settings, for customization of messages and modal size, cookie expiration, timer countdown time, group selection, etc.[/background][/size][/font][/color] [color=rgb(90,90,90)][font=tahoma][size=3][background=rgb(253,253,253)]any one can use this, modify it, use it in their own projects. the license covers expectations and rights [/background][/size][/font][/color]
  2. It will stop running.. And say 80000 emails sent ...
  3. You are restarting mysql after adding the port=3307 ?? Also try rebooting or restarting xampp.
  4. And how many email addresses do you have in the text file? 2? Remember they have to be email address per line. What do you mean image in message ?? You can't keep adding things you want bits and pieces. If you don't wan't to show your message to be set and the email text file here pm me that information.
  5. No you run it from your browser. yoursite.com/massmail.exe
  6. ok a simple way to send mails from your host/vps is upload the emailaddresses.txt file to the public or public_html folder. create a file in the same folder called massmail.php with the following content (change the $message & $subject to what you want ) and the webmaster @ example.com to your email address .. <?php $subject = 'the subject'; $message = 'hello'; $headers = 'From: [email protected]' . "rn" . 'Reply-To: [email protected]' . "rn" . 'X-Mailer: PHP/' . phpversion(); $file = fopen("emailaddresses.txt", "r"); $i = 0; while (!feof($file)) { $to = fgets($file); mail($to, $subject, $message, $headers); $i++; } fclose($file); echo "$i emails sent...."; ?>
  7. Did you edit the /etc/my.cnf file on vps and add port=3307 after socket=/var/lib/mysql/mysql.sock
  8. I can't help you since you do not understand enough english to know what I am asking?
  9. You are welcome. It may be a iptables or firewall error on the remote host for port 3307 and your website ip address.
  10. Why is the sqlhost not "localhost" ? Then 3307 for port. Also have you looked at the mysql logs in /var/logs
  11. You want to send email to a lot of different email addresses. Yes? Where will you get all the email addresses to be sent by that program? How will the program find all the email addresses?
  12. acp > Settings > Global > Hook: Global Shoutbox > Shoutbox Display Settings Global Shoutbox Look Theme 2
  13. He answered you. You would need to write a hook or modify the form and the php script that read the form and add that search criteria. Since it is obvious you don't have the skills you need to post this as a request.
  14. Have you sen this one and there are others on their site. http://community.invisionpower.com/files/file/6304-customobile-mobile-skin/
  15. Do you have a file on the server with a list of email addresses?
  16. If birthday is not in that list you are not able. I do not use it so it is not in my list.
  17. Why did you put a quote in the first topic. I am allowing 90 characters from the post. You can change it in the index.html to what you want.by changing the line in this part $_REQUEST['max_characters']=90;
  18. Is age defined in the profile fields or is it magic? If defined scroll down to the bottom of that page using the scroll bar.
  19. You need to fix your html but the ssi.php works fine . You only have 1 topic so it only shows this Welcome! Sun, 08 Jun 2014 00:42:41
×
×
  • Create New...