Author |
Message |
|
Find the file that stores the username and password.
Get an original copy of that files from here.
Copy all the characters from the password field in that file.
Then paste all the copied characters into your file overwriting your password.
This should just reset the password to the default one.
Eg.
Current file; password = '3kj42gh2g4jh32gjh4geis76'
Original file; password = '23jg23gkg4kh2g34hg23j4h'
New Current file; password = '23jg23gkg4kh2g34hg23j4h'
(not actual code required!)
Auron
|
|
|
yes in short.
Auron
|
|
|
How the hell can you tell that?!?!
Does your test server have PHP installed?
Do you get any errors?
Auron
|
|
|
Follow this link and it'll explain and show things that may help.
http://proxy2.de/forum/viewtopic.php?t=2203
If anyones interested I can send you an install guide that covers practically everything about the poll. How to customize it and covers the textfile and MySQL installs.
If you want it find me on msnm you can @ zeon_18@hotmail.com
Auron
|
|
|
its not necessary but stops people voting over and over.
If you've already got logging on then that'll stop multiple posts.
but if you wanna save server space switch that off and add that
cookie stuff to the .php file.
It should look somthing like this...
Auron
|
|
|
If anyones interested I can send you an install guide that covers practically everything about the poll. How to customize it and covers the textfile and MySQl installs.
If you want it find me on msnm @ zeon_18@hotmail.com
Auron
|
|
|
Change page extension from .htm to .php
Auron
|
|
|
do a search on the forums using the cannot redeclare.... bit
and see if anything comes up, i myself don't know if any fix apart
from its something to do with your version of php, it needs
upgrading or something like that.
Auron
|
|
|
i got one you can use
|
|
|
make sure you chmod them to the correct permissions.
chmod permissions for all files is in the readme suppled.
Auron
|
|
|
you can just remove it from the template/s that output that code for the public viewable guestbook pages.
Auron
|
|
|
Click second link in my sig. and then the 1st Download.
*** Edit; Download not available right now! ***
Auron
|
|
|
But what does it actually do?
It doesn't say it does anything bad, but obviously it may do.
Okay read a bit more this time... (under discussion link from link above)
Several problems exist in Advanced Poll when handling input from remote users. Because of this, an attacker may be able to gain sensitive information, include php files, or execute PHP code.
All I can say to this is use .htaccess files these folders; include, polldata, lang and admin. That should stop anyone being able to access the files directly on your server. I THINK, THIS MAY NOT WORK BUT IT MIGHT!
Auron
|
|
|
K, just give me a sec to find how i did it.
Have a look on my site to prove i got it working...
http://www.digitalcrystal.tk/ the top right link/launch.
Here we go...
Go to Admin area and then Gen. Settings or whatever its called.
Then look at the path to the images directory.
Mine was...
Then look at the poll directory path and have a look at that.
Mine was...
Notice the difference?
The first one is ABSOLUTE the second one was missing the
bit from the beginning. So it should of looked like this...
Here it is!...
Hope this helps!
Auron
|
|
|
if your using a style sheet the code for it is...
The second line tells it not to repeat the image.
The third means it stays in the same place and doesn't stay
with the same bit in view. I.e. you scroll down you see the
rest of the background pic rather than it following you down.
Auron
|
|
|