coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Theli on February 01, 2004, 03:23:54 PM

Title: Angry votes! (plus an unrelated question)
Post by: Theli on February 01, 2004, 03:23:54 PM
Has anyone here ever had a guest strategically gone through an entire gallery voting 0/5 to every image in that gallery (and not just once, but sometimes twice)?
My site has just recently been targeted by hacking attempt, after wich I deleted the login.php file, and I'm almost sure it's the same idiot this time.

Is there any way of checking the date and time of a vote using the mySQL database, so I know wich images has been voted for sincerelly and wich has been spammed?

http://www.theli.net (the gallery in question)


I have another question, when people enter my site through google or other searchengines, they usually enter the gallery directly. This meaning that there's no top-frame for the menu (with links). Is there any way of having this topmenu appear when people enter for instance http://gallery.theli.net?
If not, is it possible to add a link inside the gallery leading to the main site?
Title: Angry votes! (plus an unrelated question)
Post by: Nibbler on February 01, 2004, 03:59:11 PM
You can use a tool like phpmyadmin to look at your db, and that will show you the time ( as a unix timestamp ) for each vote.
Title: Angry votes! (plus an unrelated question)
Post by: Joachim Müller on February 01, 2004, 09:33:10 PM
the second question is not related to coppermine, but to sites using frames in general: it's one of the major disadvantages that frames have - there are several workarounds that rely on JavaScript to check if the page has been loaded with the frameset and reload the frameset if false...
There are some tutorials on the internet that explain how to do this, here are some a google search came up with:
http://www.starhtml.de/frameset.htm (german)
http://www.ideenreich.com/trickkiste/tricks91.shtml (german)
http://www.netmechanic.com/news/vol5/javascript_no7.htm (english)
http://lists.evolt.org/archive/Week-of-Mon-20010226/026665.html (english)

GauGau

P.S. next time only one question per thread, please!
Title: Angry votes! (plus an unrelated question)
Post by: Theli on February 02, 2004, 07:12:31 PM
Thanks gaugau, I'll check it out.