perlunity.de - PERL | JAVASCRIPT | PHP | MySQL | APACHE



#!/COMMUNITY

Members: 5374
davon online: 1
weitere User: 19
Click for quality!




12.02.2012 / 03:44

Community-Member werden   |   Paßwort vergessen   |   OnlineMonitor (1) Wer ist online ... OnlineMonitor starten !
     

 

Home


PERLscripts


PHPscripts


JAVAscripts


Hilfreiches


Links2www


Newscenter


Community


Interna




Community  »  CGI: Allgemeines Forum zur Themenübersicht Themensuche Themenansicht in Thread-Modus


BeitragScript setup
Seitenanfang
Hallo, habe da mal eine Frage.
Ich versuche da ein script einzusetzen, was ich vorher auch schon einmal benutz habe, aber als der Provider ( evanzo) seine Server umgestellt hat, hab ich es nicht mehr zum laufen bekommen.
Es kommt von dieser webseite : http://bibledatabase.org/addon/sbp/index.html
und es soll emails generieren.
Ich vermute, das mein Hauptproblem diese Zeile ist:
# The path to the word files
$wp = '';

aber wo soll ich die Wordfiles plazieren.
Welcher Pfad ist also gemeint?
Meine Server Variablen kann man hier einsehen:
http://deinspam.de/cgi-bin/env.cgi

Wie gesagt, vorher ist mir ein setup ohne Probleme gelungen, aber jetzt geht garnichts mehr.
Jemand eine Idee?

Datum: 10.03.2007-17:10

Beitragre: Script setup
Seitenanfang
Du gibst keine Infos zu Fehlermeldungen, bzw. keine genauere Beschreibung was genau nicht funktioniert.

Datum: 11.03.2007-01:57

Beitragre: Script setup
Seitenanfang
Oh, O.K. : Internal Server Error;
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.More information about this error may be available in the server error log.

Entschuldigung, ich dachte ich hätte klargemacht, das Garnichts funktioniert.
Sorry, wenn ich jetzt hier mal eben ein bischen floode :


INSTALLATION:
# 1. Change the first line to the where Perl is on your server.
# another common value for this line is
# #!/usr/local/bin/perl
# 2. Upload this script in ASCII to a directory you create in your cgi-bin
# Tip: give it a funky name e.g. /friends or /company or /mail etc
# 3. Change the variable values below. Don't use the settings I have here as
# it will become obvious to spam bots and they can write code around this.
# 4. RENAME the script from poison to something else! VERY IMPORTANT. On most *NIX
# servers you shouls also be able to change the extension to .pl without a problem.
# 5. Add links in the HTML pages you want the robots to follow - make them invisible by
# making them the same color as the background so your users won't go there.
# The link will be something like:
# http://YourDomain.com/cgi-bin/path_to_spam_bot_poison/name_you_chose.cgi
# 6. TIP: You can install multiple copies of SBP on your server if you wish -
# Put them in different directories and give them different names.
#-------------------------------------------------------------------------------
# CONSTANTS
#-------------------------------------------------------------------------------
# The path to the word files
$wp = '';

# The minimum number of phoney email addresses SBP will report to the Spam Robot
# make this a number between 10 and 10,000 depending on how much you want to kick
# the spammers database. Must less than $MAX_POISON
$MIN_POISON=50;

# The maximum number of phoney email addresses SBP will report to the Spam Robot
# make this a number between 10 and 10,000 depending on how much you want to kick
# the spammers database.
$MAX_POISON=100;

# Determines how the bogus emails are formatted
# Enter 1 for HTML (recommended)
# Enter 0 for Plain text
$TEXT_HTML=1;
#-------------------------------------------------------------------------------
# ARRAYS
#-------------------------------------------------------------------------------
# The email name you want to use. Change it to suite.
@name=("a".."z","_","-","a".."z",0 .. 9);

# The domain names. Change it to suite.
@domain=("a".."z","-", "_", 1 .. 3 );

# The Domain extensions. Change it to suit.
@ext=('org','com','cc','net','info','co.za','co.uk','us','mil',
'ws','gov','cn','tw','com','org','net','com','com');

# How long should the name part of the email be - minimum and maximum
@name_length=(3 .. 6);

# How long should the doamin name be - minimum and maximum
@domain_length=(3 .. 12);

# After how many 'sentences' should there be a paragrpah break. min .. max
@paragraph_interval=(30 .. 40);

# After how many 'sentences' should there be a h1 heading. min .. max
@h1_interval=(70 .. 80);

# After how many 'sentences' should there be a h2 heading. min .. max
@h2_interval=(55 .. 60);

# After how many 'sentences' should there be a h3 heading. min .. max
@h3_interval=(66 .. 77);
#-------------------------------------------------------------------------------
# VARIABLES
#-------------------------------------------------------------------------------
# We need to give the spam bot some email addresses from your domain or it may
# become suspicious :)
# NOTE: DO NOT add the extension ... the .com .org etc. ONLY the actual domain.
$my_domain = "deinspam";

Also es funktioniert überhaupt nicht.
Ich habe ein script und mehrere Textdateien ( Instalationsanweisungen befolgt)Zunächst habe ich die Textdateien in den gleichen Ordner gepackt, wie die cgi datei. Leider gab es hier keinen Erfolg.
Auch der aufruf aus dem httpdocs ist nicht mir nicht gelungen.
Ich habe sämtliche Pfade ausprobiert mit und ohne Backslash mit http und ohne http ect.

Da es nicht soviele Variablen gibt, die man verändern kann/muss kann es nur die vorher ganennate sein, bei der ich Schwierigkeiten habe.


# The path to the word files
$wp = '';

Kann es auch am Server liegen?
Hat der Hoster etwas geändert nach meiner letzten Installation?
Danke schon mal für die Antwort

Datum: 11.03.2007-09:32

Beitragre: Script setup
Seitenanfang
Also,ich habe dieses Script nun auf verschiedenen Servern ausprobiert, aber komischerweise bekomme ich es nicht mehr zum laufen, obwohl es schon einmal ging. Hier mal ein Download link zu diesem Script. Vielleicht versucht es ja mal einer aus neugier ( und findet es vielleicht sogar ganz gut) und kann mir dann weiterhelfen: deinspam.de/downloads/poison.zip

Datum: 20.03.2007-20:35

-






-
-