묻고답하기

답변부탁드랴여

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 남기남
기린361e7 스케치북5 모바일 댓글 <p> 태그 출력 해결책이 아직 없나봐요? [4] 2016.03.30 by 기린361e7
복복f9989 하위메뉴 마우스오버 어떻게 하나요  
최태진814 해당 항목이 어디있죠??ㅜ_ㅡ (XEDITION 기본 레이아웃) file  
송선생님 링크 주소 날라가는 증상  
율리 관리자가 비밀글 작성시 비밀번호 지정하는 방법 [1] 2016.03.31 by sejin7940
전경국 {$content}수정및 삭제  
uncle**** 메인 화면 이미지 링크 주소 오류? 문제 문의드립니다. [1] 2016.03.31 by uncle****
빙짱 생일에 YYYY-MM-DD 값을 년도, 월, 일 별로 뽑아내는 변수는 뭔가요?  
Kxo php 버전 7.0.0 이상에서 기본카운터 사용 시 관리자 페이지 깨짐 버그 file  
예주 게시판을 차단했는데 다시 쓰고 싶습니다.  
전경국 관리자 계정을 삭제를 해 버렸습니다. [1] 2016.03.31 by 전경국
밥줘밥줘 DX 게시판에서 썸네일 문제  
정서에안좋아 회원가입 페이지 스킨 수정이요 file  
세상의모든계산기 (본문)글 수정-등록시 Html 소스 일부를 잘라먹고 저장됩니다. (WIRIS 컴포넌트) [2] file 2016.03.31 by 세상의모든계산기
huskynight 스케치북5 게시판 카테고리(분류) 별 열람 권한 부여  
전경국 최근게시물 출력이 안돼고 있어요! file  
장범근 exec_json으로 파일 업로드하는법좀 알려주세요. [1] 2016.04.01 by 기진곰
심심하루 모바일화면에서 줌아웃 없애는방법 [1] 2016.04.01 by 동네남자
이동희 카테고리 명 폰트색상 변경하는법 질문드립니다. [1] 2016.04.01 by 동네남자
장범근 php에서 dispBoardContentList함수를 바로 호출해서 json을 얻을수 있을까요?  
hjkguy767 스켓치북 썸네일 이미지 모서리 둥글게 처리 방법 문의 [5] file 2016.04.01 by hjkguy767
묘비 제로보드 설치좀 도와주십쇼 ㅠㅠ  
mofatz 이 스팸문제는 어떻게 해야 해결이 될까요...ㅠ [2] file 2016.04.01 by mofatz
아이님 해외웹호스팅 타임존 변경 방법 문의 좀 드릴께요 ㅠㅠ [3] 2016.04.01 by 아이님
tar**** 상품 게시판 이미지 관련 file  
미소천사그대 모바일 2가지 알려주시면 5만원 사례드릴게요 [1] 2016.04.02 by 불금
손주사랑 xe질문이아니라 죄송합니다 오디오장치를 어떨게 설치하는지요 file  
전우치 완전 초보입니다.. 기본 로컬을 바꿀 수 있나요? [1] 2016.04.02 by 불금
왕초보 3번째질문 답변좀부탁드립니다 슬라이드,게시판위젯 좌측으로정렬됩니다 가운데정렬어떻게하는지요 file  
마부 xedition 메인화면 레이아웃 위젯 가운데 정렬 문의드립니다. [1] 2017.03.25 by ItsComm