묻고답하기

답변부탁드랴여

2002.04.27 11:12

소우리

   이런 질문 드려도 되런지 모르겟지만 감을 잡지 못 하겠어서 이곳에 질문 드립니다.

베로텔에 가입했는데.

------
sales@verotel.com (Verotel Sales)  

Dear wafs,

Thank you for your application! Please review this entire
e-mail carefully to activate your website and start accepting
credit cards, online checks and/or phone billing!

There are a number of steps you need to complete in order
to start accepting payments.

--------------------------------------------------------------
1. To use the Verotel Billing Services you must have a
content website which is up and running on the Internet.
If your site is not yet finished, please finish this up
first before installing the software or contacting us.

--------------------------------------------------------------
2. You have successfully applied for a Verotel account.
We identify you, the Verotel customer, with a Verotel
ID and Secret. We identify your website with a unique
website number.

With the login information below, you -must- access the
Verotel Control Center at:

http://www.verotel.com/m08000.html

Your 16-Digit Verotel ID: NNNNNNNNNNNNNNNN
Your Secret: dneetseg
Your WebSite Number: NNNNN
Your PIN code: AAAAAAAA

We have assigned you a PIN code for additional security.
You must use this code to edit your company information
or banking information in the Verotel Control Center.
We recommend that you update your PIN code regularly.

--------------------------------------------------------------
3. Every Verotel Customer has a status. This status
identifies what you can do with Verotel Billing Services.

Your current status NEW login to Verotel
You must upgrade to PRE-AUTHORIZED to start processing
Your must upgrade to AUTHORIZED to receive payments

--------------------------------------------------------------
4. The CGI-BIN directory on your website is important!

You need to use the Verotel Remote User Manager,
a script which uses a CGI-bin directory on your server.

This type of setup requires that you have CGI capability
on your website.

If you have a CGI-bin directory, please continue with
step 5.

--------------------------------------------------------------
5. Determine what type of payments you want to accept.

Verotel can provide credit card, check and 1-900 billing. Either
one, two or all three services can be used with one Verotel
account. Verotel will process Credit card and Check transactions
up to US dollars.

With Verotel's 1-900 billing system you have 23 transaction amount
choices. These are the only amounts available and you must select
an amount from this list in the Control Center (Extension management).

The transaction amounts you can choose are:

$ 8.95 / $ 9.95 / $ 10.00 / $ 10.95 / $ 11.95 / $ 12.95 /
$ 13.95 $ 14.95 / $ 15.00 / $ 15.95 / $ 17.95 / $ 19.95 /
$ 20.00 / $ 21.95 $ 23.95 / $ 25.00 / $ 25.95 / $ 27.95 /
$ 29.95 / $ 30.00 / $ 32.95 $ 34.95 and $ 35.00

--------------------------------------------------------------
6. Install the VEROTELRUM Script.

Now you have determined what kind of payments you
want to accept, you can start installing the VEROTELRUM
script. Please see the SETUP documentation in the
Control Center for details.


http://www.verotel.com/m08000.html

If you do not know how to install the software, fill out an
Installation Request in the Control Center under SETUP/REQUESTS.

--------------------------------------------------------------
7. Make a pre-order page which includes hidden HTML tags.

This will allow Verotel to connect your website to ours.
This is an important but easy component of your setup with
Verotel. The pre-order page lists the payment options for your
customers, and the different subscription lengths available.?
In the Control Center, go to SETUP.?Under CONTROLS go to

-HTML generator pre-order page-

Here you can input the prices for your content, and the
length of the memberships. The generator will automatically
generate html which you need to copy and paste into the JOIN
page of your website. The generator will also generate
a submit button which will transport the new customer to a
Verotel Payment Page which will process the transaction.

For more information on the HTML syntax and how to write your
own HTML, please review DOCUMENTATION and HTML TAGS TO CONNECT
YOUR SITE TO VEROTEL in the Control Center (SETUP).

--------------------------------------------------------------
8. Send in the Verotel Agreement:

When Verotel receives your signed contract by fax or mail,
your status will change to -AUTHORIZED-. You will then start
receiving payments!

--------------------------------------------------------------
9. Start promoting your site and sell!

If you have any questions, please call: +1 (415) 543-1300
or e-mail support@verotel.com

Thank you for becoming a Verotel Customer, we look forward
to serving you!



Verotel Support




====================================================================
HTML EXAMPLE CONTENT SITES
Some email programs convert the HTML directly to HTML output,
please use the View Source option to view the HTML source code
====================================================================

<HTML>


<BODY>


Please select one of the subscriptions


<P>


<FORM action="https://visa.verza.com/cgi-bin/make_preorderpage.verza"
method=post>


<input type=hidden name=verza_id value="NNNNNNNNNNNNNNNN">


<input type=hidden name=verza_website value="NNNNN">


<input type=hidden name=verza_ordersequence value="1">


<input type=hidden name=verza_countryselection value="1">


<input type=hidden name=verza_territory value="0">


<input type=hidden name=verza_language_territory value="0">


<input type=hidden name=verza_custom value="no">


<input type=hidden name=verza_background value="#000000">


<input type=hidden name=verza_foreground value="#FFFFFF">


<input type=hidden name=verza_category value="7">


<input type=hidden name=verza_content value="yes">


<input type=radio checked name=verza_trans value="card:12.50:yes:1:12">This
is subscription for 1 month, smart recurring, 12 months(US$ 12.50)<BR>


<input type=radio name=verza_trans value="card:25.00:yes:2:12">This
is a subscription for 2 months, smart recurring, 12 months (US$ 25.00)<P>


<CENTER>


<input type=submit value="CONTINUE">



</FORM>



</HTML>

----
와같은 메일이와서 html부분을 작성해서 실행했더니 에러페이지가 뜨더라구요.
어떻게 해야할지 ?
답변부탁드리빈다.

<HTML>
<BODY>
Please select one of the subscriptions


<FORM action="https://visa.verza.com/cgi-bin/make_preorderpage.verza" method=post>
<input type=hidden name=verza_id value="NNNNNNNNNNNNNNNN">
<input type=hidden name=verza_website value="NNNNN">
<input type=hidden name=verza_ordersequence value="1">
<input type=hidden name=verza_countryselection value="1">
<input type=hidden name=verza_territory value="0">
<input type=hidden name=verza_language_territory value="0">
<input type=hidden name=verza_custom value="no">
<input type=hidden name=verza_background value="#000000">
<input type=hidden name=verza_foreground value="#FFFFFF">
<input type=hidden name=verza_category value="7">
<input type=hidden name=verza_content value="yes">
<input type=radio checked name=verza_trans value="card:12.50:yes:1:12">This is subscription for 1 month, smart recurring, 12 months(US$ 12.50)<BR>
<input type=radio name=verza_trans value="card:25.00:yes:2:12">This is a subscription for 2 months, smart recurring, 12 months (US$ 25.00)



<input type=submit value="CONTINUE">

</FORM>

</HTML>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
집귀신 XE 업데이트 이후 로그인 오류 수정방법을 알려주세요!  
미소천사그대 글쓰기 시간 없애는 방법 알고싶습니다 [3] file 2016.03.28 by EISOFT
최태진814 으아아! 왜이러는 거죠???? [1] file 2016.03.28 by EISOFT
왕초보 xe 상단메뉴요 디자인을 바꿀려면 에디트플러스에서 손봐줘야하는건가요? [1] 2016.03.28 by EISOFT
아야c46a4 도와주세요 업로드와 크롬관련입니다 .  
왕초보 닷홈 무료웹호스팅 서버에서 홈페이지를만들었는데 호스팅을 카페24로 바꾸고싶은데 어떻게하나요 [1] 2016.03.28 by 불금
시후맘 제로보드4 설치 [2] 2016.03.28 by 불금
WML 알지보드로 제로보드로 옮길 때 데이터 호환이 되나요? [1] 2016.03.28 by 불금
steve 네이버 사이트등록을 위한 메타태그삽입관련 [2] file 2016.03.29 by 마야
yuuki xe 업그레이드 [4] 2016.03.29 by sejin7940
서버링 홈페이지에서 결재 게시판은 없나요? [1] 2016.03.29 by sejin7940
sunshine 트래픽 관련해서요~ [1] 2016.03.29 by sejin7940
왕초보 xe 기본레이아웃 사이트창을 작게줄이면 메인게시판위젯들이 틀어지는데 괜찮나요???  
Chosun.us xe.1.8.18 버전에서 Captcha Member 애드온 적용시 에러 [2] 2016.03.29 by JAKE
김영수 댓글 입력기를 위지윅만 사용하려면 어디를 손봐야 하나요? [8] file 2016.03.29 by 김영수
물김밥 LNB메뉴 사이즈 조절 할 수 없을까요..? [1] 2016.03.29 by WebdesignerS
좋은사람955 그누보드5 레이아웃을 xe로 [3] 2016.03.29 by WebdesignerS
도련님 글쓰기 비밀글만 적을수있게 어떻게하는지요 [1] 2016.03.29 by WebdesignerS
기억속으로 네이버 사이트등록 하는방법 중 문의드립니다. [1] 2016.03.29 by WebdesignerS
skyinsky 화면깜빡임.. [2] 2016.03.29 by skyinsky
빙짱 게시물의 태그를 게시물 목록에 확장변수처럼 보이게 하는 방법 [3] 2016.03.29 by 빙짱
빰쓰 본인인증 [1] 2016.03.29 by sejin7940
뚜찌빠찌 댓글에 첨부한 이미지 사이즈만 작게 나오는 방법 있을까요? [1] 2016.03.29 by 불금
HTT 메뉴 앞 아이콘을 넣고 싶습니다. [2] 2016.03.29 by HTT
디버 XE + CUBRID 문의 [1] 2016.03.29 by 기진곰
영구오빠 카페24계정과 도메인 파비콘 출력문제  
김해피 게시판 글 등록 오류 [3] 2016.03.30 by 김해피
이영애 tgz파일 [1] 2016.03.30 by YJSoft
scha**** xe설치 마지막단계 관리자정보입력 후 에러 발생 [2] 2016.03.30 by scha****
비비 cafe24 주소 고정 포워딩을 사용하되 프레임 방식이 아닐 수 있나요? [3] 2016.03.30 by T3RR3T