Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Potrebna mi pomoc!

[es] :: Perl :: Potrebna mi pomoc!

[ Pregleda: 3980 | Odgovora: 5 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

vrisak78

Član broj: 126591
Poruke: 25
*.teol.net.

Sajt: free-prepaid-mastercard.b..


Profil

icon Potrebna mi pomoc!25.01.2007. u 16:54 - pre 209 meseci

Neznam jesam li na pravom mjestu.Meni je potrebna pomoc oko instalacije scripte koja ima veze sa perlom.
Nisam ja strucnjak za ovo,samo mi treba ta scripta i ovo su uputstva za instalaciju:
Mene zanima kakav mi hosting treba.
Sta da radim ,pomozite,recite mi?
INSTALLATION GUIDE

(Important Note: Please read the following instructions completely.)


=================================================================================
STEP 1: SET THE LOCATION OF PERL INTERPRETER
=================================================================================

Where is the Perl interpreter on your web server?
Default: #!/usr/local/bin/perl

Perl interpreter is usually located at "/usr/bin/perl" or "/usr/local/bin/perl"
on a web server. YellowMaker was configured "/usr/local/bin/perl" as default.
If your web server's Perl interpreter is not located "/usr/local/bin/perl", you
must replace the first line of ".pl" files in "cgi-bin/yellowmaker/*.*" with your
Perl interpreter's location, except the following files:-

1. cgi-lib.pl
2. admin/config .pl
3. admin/config2.pl
4. checkdir.pl
5. sub.pl
6. variable.pl

PLEASE TAKE NOTE:-
Be sure that you put "#!" in front of the path.


=================================================================================
STEP 2: UPLOAD THE YELLOWMAKER SCRIPTS TO YOUR WEB SERVER
=================================================================================

Upload the folder "yellowmaker" below into your CGI directory (cgi-bin) in ASCII
mode. If your web server does not have a CGI directory, make a directory "cgi-bin"
on your document root (the directory out of which you will serve your html files).

../cgi-bin/yellowmaker

Upload the folder "yellowmaker" below into your document root (the directory out
of which you will serve your html files) on your web server. For example,
"../www/yellowmaker", "../public_html/yellowmaker", or "../htdocs/yellowmaker".

../non-cgi/yellowmaker

PLEASE TAKE NOTE:-
1. Upload ".htm", ".txt" and ".pl" in ASCII mode.
2. Upload ".gif" in BINARY mode.
3. Set "cgi-bin" folder to permission 755.
4. Set all other folders to permission 777.
5. Set all ".txt" files to permission 777.
6. Set "../cgi-bin/yellowmaker/admin/config.pl" and "config2.pl" to permission 777.
7. Set all other ".pl" files to permission 755.


=================================================================================
STEP 3: SET UP THE YELLOWMAKER
=================================================================================

Type in the following link on browser to access your Administrative Center:-
e.g. "http://your_domain_name/cgi-bin/yellowmaker/admin.pl"

Login the admin center with userid and password shown below:-

Administrator: yellowmaker
Password: yellowmaker

Choose the "2. System Configuration" option and set your configuration carefully
and completely.

Choose the "3. Program Settings" and set your program.

For Professional Edition, edit the "ordercredits.htm" with HTML editor to fit your
billing and payment option.

That is all you need to set up the YellowMaker.


If any errors appeared when you try to access above link to your Administrative
Center, just try another two methods shown below.

-------------------
Method 1:
-------------------
Run the "setup.pl" file you just have upload to your CGI directory
e.g. "http://your-domain-name/cgi-bin/yellowmaker/setup.pl"

Administrator: yellowmaker
Password: yellowmaker

Key in the above administrator's name and password to login.
Then follow the instructions on the setup page to complete your installation.
Important Note: Please change the administrator's name and password to secure
your administrative center.

-------------------
Method 2:
-------------------
Follow the instructions shown below and edit the "../cgi-bin/yellowmaker/admin/config.pl"
file in your CGI directory before you upload it to your web server. You may
overwrite this file in your web server if you have uploaded it to your web server.

How to edit the file? Use Windows Notepad to open the file. Type in or change
the value in "". Example: $yourname="value"; ----> $yourname="webmaster";
Do not forget to put the ";" at the end of the values.

Edit "../cgi-bin/yellowmaker/admin/config.pl":-

$licenseno="";
--- Enter your License Number (not including in the Free Edition).

$company="";
--- Your company name. 0-9, a-z and A-Z only.
--- Example: $company="ABC Corporation";

$admin="";
--- Your name for admin use. 0-9, a-z and A-Z only. Default value is "yellowmaker".

$adminpwd="";
--- Your password for admin use. 0-9, a-z and A-Z only. Default value is "yellowmaker".

$url="";
--- Your web address / URL. Do not end with "/".
--- Incorrect if: $url="http://www.yourdomain.com/";
--- Example: $url="http://www.yourdomain.com";

$website="";
--- Your web site's name, not a web address.
--- Example: $website="ABC Web";

$title="";
--- Your business directory's title.
--- Example: $title="ABC Business Directory";

$slogan="";
--- Your slogan for this program.
--- Example: $slogan="Your Business Directory On The Web";

$copyright="";
--- Your copyright notice for this program.
--- Example: $copyright="© Copyright ABC Corporation 2001. All right reserved.";

$webmaster="";
--- Your e-mail address or your webmaster's e-mail address.
--- You must put a \ backslash before the domain name of e-mail address.
--- Example: $webmaster="webmaster\@abc.com";

$root="";
--- The directory out of which you will serve your documents.
--- Example: $root="/home/userid/htdocs";

$cgi="";
--- The top of the directory tree under which the CGI files are kept.
--- Example: $cgi="cgi-bin";

$sub="";
--- The sub-directory where your YellowMaker's CGI files and all documents located.
--- Default value is "yellowmaker".
--- Example: $sub="yellowmaker";

$EmailFunction="";
--- Specify the type of method this program should send mail by.
--- Example: $EmailFunction="SendMail";

$SendMailLocation="";
--- Fill in the location of the sendmail program on your web server.
--- Example: $SendMailLocation="/usr/bin/sendmail";

PLEASE TAKE NOTE:-
Be sure to change the your name and password in Administrative Center to protect
your YellowMaker.


=================================================================================
STEP 4: REMOVE THE SETUP FILES
=================================================================================

Remove the "../cgi-bin/yellowmaker/setup.pl", "setup2.pl" and "setup3.pl" files
in CGI directory after installation has been completed.

If you need to change any configurations after installation, you can login your
Administrative Center:-
e.g. "http://your_domain_name/cgi-bin/yellowmaker/admin.pl"

Administrator: yellowmaker
Password: yellowmaker

Where is your business directory?
e.g. "http://your_domain_name/index.html"
e.g. "http://your_domain_name/cgi-bin/yellowmaker/index.pl"


=================================================================================
COMPLETED
=================================================================================
THANK YOU FOR USING YELLOWMAKER!
Please contact us at: [email protected] if you have any enquiries about
YellowMaker installation.
=================================================================================


 
Odgovor na temu

vrisak78

Član broj: 126591
Poruke: 25
*.teol.net.

Sajt: free-prepaid-mastercard.b..


Profil

icon Moze li mi neko pomoci26.01.2007. u 15:04 - pre 209 meseci
Ajd molim vas,ja sam dosad korisio razne php skripte i instalirao ih sam i prepravljao ih bez problema.Ova instalacija mi nije jasna.Neka neko mi kaze kakav hosting mitreba,sta treba da podrzava.Neznam je instalirati pa me ubite!
Ili mozeli mi neko pomoci da je instaliram?
Goran
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Potrebna mi pomoc!26.01.2007. u 15:22 - pre 209 meseci
Important Note: Please read the following instructions completely.
Treba ti pomoc da razumes installation guide?! Pa on tome i sluzi. Kako ti zamisljas tu pomoc?
JaFreelancer.com
 
Odgovor na temu

vrisak78

Član broj: 126591
Poruke: 25
*.teol.net.

Sajt: free-prepaid-mastercard.b..


Profil

icon Netreba mi suplja prica!27.01.2007. u 13:29 - pre 208 meseci
Slusaj stari ,niko te nije pitao za komentar.Ako neces ili nemas volje za pomoci,onde se nemoj ni javljati.Ja da znam ovo instalirati nebi nikog ni pitao.Zato ubuduce,molim vas bez ovakvih supljih komentara,ako neko zeli da mi pomogne,dobrodosao je.Ako ne onda nemojte nista ni komentarisati kao ovaj gore.
Pozzz
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Potrebna mi pomoc!27.01.2007. u 14:07 - pre 208 meseci
Potpuno si u pravu. Tebi stvarno treba pomoc.
JaFreelancer.com
 
Odgovor na temu

alex
Aleksandar Radulovic
Senior Software Engineer, Spotify
Stockholm, Sweden

Moderator
Član broj: 71
Poruke: 2194
*.siminn.is.

Jabber: alex@a13x.info
ICQ: -1
Sajt: www.a13x.info


+1 Profil

icon Re: Potrebna mi pomoc!29.01.2007. u 14:39 - pre 208 meseci
Treba ti hosting koji dozvoljava izvrsavanje CGI (i konkretno Perl) skripti.

Sta ti je jos konkretno potrebno objasniti? Meni to uputstvo za instalaciju izgleda sasvim dovoljno jasno. Zamolio bih te da postavis konkretno pitanje sta ti tacno treba? Interpretaciju upustva za instalaciju mozes i sam da obavis.
Alex: My favorite site is http://localhost/
R.J. Oppenheimer: "I am become death, destroyer of worlds" (1945 AD)
tweet.13x ||
linkedin.13x
 
Odgovor na temu

[es] :: Perl :: Potrebna mi pomoc!

[ Pregleda: 3980 | Odgovora: 5 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.