• [MOD] Ban v1.7 3 0 5 1
Currently:  

Author Topic: [MOD] Ban v1.7  (Read 358457 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Ban v1.6.2
« Reply #105 on: October 27, 2005, 12:49:45 AM »
These are completely different IPs, so you only should block them individualy, no IP range.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] Ban v1.6.2
« Reply #106 on: October 27, 2005, 12:55:48 AM »
But I don´t know the next IP from this user  :roll: hmm

Project offline

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Ban v1.6.2
« Reply #107 on: October 27, 2005, 12:59:53 AM »
Well, nothing you can do about it...ban whatever IP you have on file...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] Ban v1.6.2
« Reply #108 on: October 27, 2005, 01:07:30 AM »
Yes I see... but the MOD works :mrgreen:

Project offline

Offline SAD

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • Туристические ФотоАльбомы
Re: [MOD] Ban v1.6.2
« Reply #109 on: December 19, 2005, 12:09:23 PM »
Please help me :)

install this MOD
Add IP is Ban and click "Test" in Action

open page:
Fatal error: Call to a member function on a non-object in /_____/includes/page_header.php on line 33

page_header.php :

28 // Cache Templates
29 $template_list = 'header,footer,category_dropdown_form,user_logininfo,user_loginform';
30 if (isset($templates_used) && $templates_used != "") {
31   $template_list = $template_list.",".$templates_used;
32 }
33 $site_template->cache_templates($template_list);

How to solve this problem?

Sergey


Offline SAD

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • Туристические ФотоАльбомы
Re: [MOD] Ban v1.6.2
« Reply #110 on: December 19, 2005, 02:36:13 PM »
I look trouble:

Step 4
Open includes/sessions.php
Find:
Code: [Select]
$user_info = $site_sess->return_user_info();

And I had to insert a code after a line

Code: [Select]
$site_template = new Template(TEMPLATE_PATH);
//--- End Templates -----------------------------------

Now works!
:lol:
Sergey


Dom01

  • Guest
Re: [MOD] Ban v1.6.2
« Reply #111 on: December 21, 2005, 03:10:55 AM »
Hi Leute,
ich habe alles Laut anweisung gemacht, aber bei mir hat sich die Ban-Tabelle nicht installiert.
Ich hatte auch den CMOD der ban_install.php auf 777 gestellt gehabt.
Und nun das, siehe Bild.
Ich würde mich über hilfe freuen.
Noch mehr, wenn sie in deutsch ist, da mein englisch sehr sehr schlecht ist und ich googel nutzen muß zum Übersetzen.
mfg Dom :)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Ban v1.6.2
« Reply #112 on: December 21, 2005, 03:49:28 AM »
Step 7.1
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Dom01

  • Guest
Re: [MOD] Ban v1.6.2
« Reply #113 on: December 21, 2005, 04:01:58 AM »
Hi V@no,
Quote
Step 7.1

Step 7.1
Login with your administrator account and run the installer (ban_install.php)
by typing in your browser: http://<yoursiteaddress>/<path_to_4images>/ban_install.php
Once the database update is finished, delete ban_install.php


Yes, I made this step.  But nevertheless it does not function.

Ja, diesen Schritt habe ich ja gemacht.  Aber trotzdem funktioniert es nicht.

mfg Dom  :?:

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD] Ban v1.6.2
« Reply #114 on: December 21, 2005, 06:20:00 AM »
this give me a error :

Fatal error: Call to a member function on a non-object in /home/_____/public_html/includes/page_header.php on line 200


 8O

here is lines 190 to 200 :

Code: [Select]
     $lang_select .= " selected=\"selected\"";
   }

   $lang_select .= ">".$folder."</option>\n";
 }
}

$lang_select .= "</select>\n</form>";

// Register the dropdown code for the template engine
$site_template->register_vars("lang_select", $lang_select);

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Ban v1.6.2
« Reply #115 on: December 21, 2005, 06:50:37 AM »
restore backups and try again.

@Dom01:
Sorry I can't help you with deutsch langauge, but if you would run the installer and it would update the database and showed you green colored words "done" after each database query that was successfuly executed by the installer, you would not have this problem. So my point is, you did not do properly Step 7.1 period.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Dom01

  • Guest
Re: [MOD] Ban v1.6.2
« Reply #116 on: December 21, 2005, 06:40:41 PM »
Hi  V@no,
Ich habe mir Schritt 7.1 noch einmal durchgelesen und Übersetzen lassen.
Nun hat es funktioniert.

Nun Versuche ich noch die Landesfahnen ein zu bauen.

Frohes Fest

I read myself step 7,1 again and a translating to leave.  Now it
functioned.

Now to build attempts I still the national flags.

Glad celebration

mfg Dom  :D

Offline pipemba

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD] Ban v1.6.2
« Reply #117 on: March 03, 2006, 01:59:22 AM »
ya sdelal vse kak napisanno,
zahoju v adminku, stavlu ban po ip adressu
i nichego ne proishodit
chelovek kak zahodil na sait tak i posle bana zahodit i smotrit foto
i ego ip visit v spiske bana
pochemu on ne zabanen? chto ya ne tak sdelal moget?

Offline pipemba

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD] Ban v1.6.2
« Reply #118 on: March 03, 2006, 10:34:06 AM »
V@no
pimogi pliz pochemu ne rabotaet?
u menya ploho s Engesh

Offline wallpapers

  • Full Member
  • ***
  • Posts: 107
    • View Profile
    • Tuned-Cars.Net
Re: [MOD] Ban v1.6.2
« Reply #119 on: March 09, 2006, 06:46:58 PM »
This is a great mod.  :D
The install was very easy (10 min)  8)
Thanks V@NO  :lol: