Jump to content

RogerB

Members
  • Posts

    904
  • Joined

  • Last visited

Everything posted by RogerB

  1. Is this what you cron? public function __construct() { CodonEvent::addListener('TopPilot', array('pirep_filed')); } public function EventListener($eventinfo) { if($eventinfo[0] == 'pirep_filed') { self::refresh_pilot_stats(); } }
  2. There was a thread about a security issue with phpvms, I can't find it. Here is how you change your .hta file. # prevent viewing of a specific file RewriteEngine on RewriteCond %{HTTP_HOST} ^YOURURL.com$ [OR] RewriteCond %{HTTP_HOST} ^www.YOURURL.com$ <FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl)$"> Order Allow,Deny Deny from all </FilesMatch> #custom error docs if you have them #ErrorDocument 404 /404.html #ErrorDocument 403 /403.html #disable hotlinking RewriteEngine on #disable some known attacks from agents also hotlinking RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR] RewriteCond %{QUERY_STRING} ^(.*)=http [NC] RewriteRule ^(.*)$ – [F,L] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?YOURURL.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?forum.phpvms.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?va-list.com/.*$ [NC] RewriteRule \.(gif|png|jpg|js|css)$ - [F,NC] #disable display of dir structure Options -Indexes Change the YOURURL to the url of your VA.
  3. RogerB

    fixed

    never mind..
  4. Really I never understood the point of making a selection for a signature banner you can't preview........
  5. Instead of just showing a drop down for Signature banners, I would like to also show a preview of the sig ban. Anyone ever done this?
  6. In the gettopfliightsmonth section, the coloring of the code in dreamweaver looks like there is a coding mistake...trying to find it if there is..
  7. Strange thing, when I use this on my regular site it blows up the page all our of whack, when I use it on the Dev site it's fine...
  8. Thank you kind sir!!
  9. Just checking in Kyle, thought maybe you forgot.
  10. RogerB

    KaCARS

    I just wanted to say publicly that I purchased the custom version of this and I like the functionality and ease of use. Jeff is always quick to reply if there are any issues. If you're thinking of purchasing this program, it will be money well spent. Thanks Jeff you do a great job.
  11. I agree, there is no way unless they can get into your database using mysql and alter the data tables. And really if you have to cheat at something like this you're an idiot and probably 13, i hope.
  12. RogerB

    vStatsCenter

    Installed on my Dev site, worked good. Good job Kyle.
  13. I was with Blue Host for a couple years, I'll never go back. My Site was down sometimes on a daily bases and they acted like they could give a shite..They probably have 100 other sites on the same server you're on and it's over loaded.... If you want less aggravation leave them..
  14. I re did the badge to make it look like a worn badge...
  15. Thanks but the template I purchased.
  16. Would you mind sharing a little of the code Kyle, just to get me kick started?
  17. I created a simple ID badge for the new site skin I'm working on.
  18. getting a server error when I use the search function for these forums.
  19. Great idea. What if you just made that their avatar?
  20. RogerB

    vStatsCenter

    Is this working yet?
  21. have any of you messed around with or customized the personal stats page? It's very boring, was hoping to get some ideas thrown around so it can be made more interesting ....
  22. After researching I found that using Dreamweaver save the files in normal UTF 8 without BOM signature and problem fixed!!!
  23. Just made another .php page, no error. I am not getting the randomness of it..
  24. I eliminated all space...........This is really frickin frustrating..... :angry:
  25. session_start(); It's that line of code on line 40, when I remove it the error goes away. This is really strange as it only does it on certain pages, but they all use the same frickin code... But when I remove it I can't log in. WTF
×
×
  • Create New...