Autor |
bs_secsys_1.8.3 für version 7 |
1 # 9
|
Gelöschter User |
Eingetragen am 29.08.2008 11:51 |
|
|
Ich habe das sytem runtergeladen und infusiert in meine testseite für PHP-Fusion 7
Nun ist mir augefallen das de 'main.php' fur den Admin nicht da ist.
Ist er nur vergessen oder kan den datei 'main.php' fur den version 6 gebraucht werden?
Entschuligung für mein slechte Deutsch. Ich bin nür eine dumme Hollander |
|
Autor |
RE: bs_secsys_1.8.3 für version 7 |
2 # 9
|
Silvermoon Webmaster
Beiträge: 698
Ort: 72270 Baiersbronn
Eingetreten: 26.06.06 Status: Offline
|
Eingetragen am 29.08.2008 20:25 |
|
|
You can also speak english, if it's better for you.
The main.php is replace with the index.php and if you infuse the security system, didn't the security system use a main.php. If the admin link is uncorrect, then you must go to your database managent (phpMyAdmin) and update in the admin table. The link for the secsys from is edit from main.php to index.php.
I hope you understand me and your problem is fixed with this reply.
Best regards
Silvermoon
Es ist alles eine Frage der Überarbeitung
BS-FUSION - KEEP IT SIMPLE
Content Management System Support |
|
Autor |
RE: bs_secsys_1.8.3 für version 7 |
3 # 9
|
Gelöschter User |
Eingetragen am 29.08.2008 21:12 |
|
|
The infusion works fine under version 7.
The only problem is when I check the Log-list and want to find out where the registered IP is comming from, by clicking on the IP in the Log-list, then this is the link:
Zitat | security_system/admin/main.php?pagefile=ipfander&searchip=209.234.171.37 |
As you can see, it's looking for the 'main.php'. So now I believe there is a forgotten 'link' somewhere in one of the files.
-----
Edit:
I belive I've found it:
line 122 of logfiles.php
Code | <td valign='top'nowrap><a href='".INFUSIONS."security_system/admin/main.php?pagefile=ipfander&searchip=".$row['hack_ip']."'>".$row['hack_ip']."</a></td>
|
And I believe it must be:
Code | <td valign='top'nowrap><a href='".INFUSIONS."security_system/admin/index.php?pagefile=ipfander&searchip=".$row['hack_ip']."'>".$row['hack_ip']."</a></td>
|
Now onli the page is now without the header and the left columb.
If so, problem solved. Only it must be corrected in the download.
Bearbeitet von am 29.08.2008 21:24 |
|
Autor |
RE: bs_secsys_1.8.3 für version 7 |
4 # 9
|
Gelöschter User |
Eingetragen am 31.08.2008 22:32 |
|
|
Sorry to bother you again.
I've uploaded the new files for yhe security system 1.8.3 for PHP-version 7
now I've got a line for a missing variable.
Code | Notice: Undefined variable: nextServer in /home/berenpal/public_html/testsite/infusions/security_system/admin/ipfander.php on line 143 |
|
|
Autor |
RE: bs_secsys_1.8.3 für version 7 |
5 # 9
|
gozoc Co-Admin u. Cheftester
Beiträge: 1047
Ort: Bayern
Eingetreten: 22.09.06 Status: Offline
|
Eingetragen am 01.09.2008 12:12 |
|
|
mmhh ... i use the newest archiv/package from the 1.8.3 for v7.
Links (look above) are correct and the search for ip is correct too and works.
Whats the error - modus from your server ?
php version ?
safe mode ??
The line 143 and bevor this, are correct and i see no really problems
I cant confirm this ....
EDIT: UUPPSSSS !!!! Right !!! There are some errors with the new main_control.php !!!
If you dont want this errors, try to downgrade to an earlier main_control.php version ....
LOL ... its a little crazy ... we will wait for silvermoon
Bearbeitet von gozoc am 01.09.2008 12:42 |
|
Autor |
RE: bs_secsys_1.8.3 für version 7 |
6 # 9
|
Gelöschter User |
Eingetragen am 05.09.2008 14:34 |
|
|
As usual, great job done.
My compliments to Silvermoon and the rest of the team.
Thanks to you all for making it safe and secure to running a website in this world of silly hackers and other idiots. |
|
Autor |
RE: bs_secsys_1.8.3 für version 7 |
7 # 9
|
gozoc Co-Admin u. Cheftester
Beiträge: 1047
Ort: Bayern
Eingetreten: 22.09.06 Status: Offline
|
Eingetragen am 05.09.2008 15:21 |
|
|
Many ....
And all the honor goes to .... silvermoon !! |
|