1
2
가입이 완성되면 사이트내에서 보이지만 메일로 발송되어 집니다.
이 사이트가 조금 다른게 있다면 로그인 ID가 숫자로 되어 있다는 것입니다.
로그인 ID는 숫자이고, 본인이 작성한 ID는 추천코드URL에 들어갑니다.
다시말해 로그인ID가 숫자인 이유? '내가 몇번째 가입자 이다'라는 것을 뜻하는 것이죠^^
예) ID : 23502 <== 이런식으로 로그인 아이디가 부여되는 것 입니다.
회원가입이 다 되었다면 이제 로그인하여 캐쉬블래스터닷컴이 어떻게 생겼는지 구경해야겠죠^^
로그인☞ http://www.CashBlasterPro.com
홍보는☞ http://www.Web2Upgrade.com/okok
이번에는 CashBlasterPro의 가입방법에 대해서 쓰겠습니다.
이미 외국사이트의 경험이 많은신 분들은 가입하는 방법에 대해서 잘 아실것이나
역시나 모르시는 분들이 많이 계시기에 그분들 위한 가입방법 입니다.
앞에 CashBlasterPro 소개에 대해서 언급한 적이 있지만 이곳은 추천인코드 URL이
있어야 가입이 됩니다.
일단 CashBlasterPro.com/okok <=URL로 들어가시면 사이트가 활짝 열립니다.
그러면 화면 맨 하단에 가입창이 보이는데 [Fist Name],[Last Name],[Email],[Phone]
이렇게 적고난 다음에 [FREE Instant Access!]를 클릭하면 가입 1단계 완성됩니다.
Phone 번호는 82(국가번호)-2(서울지역번호 02에서 0을제거)-집번호를 적으면 됩니다.
휴대폰의 경우에도 앞의 0을 뺀다. (010-1234-5678 => 82-10-1234-5678)
이제 [FREE Instant Access!]클릭하시면 2단계 작성에서 화면이 바껴서 나옵니다.
2단계에서 추천인[Sponsor]까지 같이 입력이 되어서 나오고, 아래의 그림처럼 작성하시면 됩니다.
특히 중요하게 생각되는 부분은 [Your ID]입니다. 왠만하면 간단하고 쉬운 ID로 작성하세요.
가입이 완성되면 사이트내에서 보이지만 메일로 발송되어 집니다.
이 사이트가 조금 다른게 있다면 로그인 ID가 숫자로 되어 있다는 것입니다.
로그인 ID는 숫자이고, 본인이 작성한 ID는 추천코드URL에 들어갑니다.
다시말해 로그인ID가 숫자인 이유? '내가 몇번째 가입자 이다'라는 것을 뜻하는 것이죠^^
예) ID : 23502 <== 이런식으로 로그인 아이디가 부여되는 것 입니다.
회원가입이 다 되었다면 이제 로그인하여 캐쉬블래스터닷컴이 어떻게 생겼는지 구경해야겠죠^^
로그인☞ http://www.CashBlasterPro.com
홍보는☞ http://www.Web2Upgrade.com/okok
출처 : 티스토리와 오픈블로그
'Web2 Up grade' 카테고리의 다른 글
| Web2Upgrade Affiliate Compensation Plan (0) | 2008/07/27 |
|---|---|
| Welcome (0) | 2008/07/22 |
| 가칭-캐쉬블래스터프로 새로운 이름으로 정식오픈 (0) | 2008/07/12 |
| ◎새롭게 바뀐 가입방법 양식[2] (0) | 2008/05/21 |
| ◎NEW CONTEST (0) | 2008/05/08 |
| ◎WEB 2.0 Standards BUZZBOT (0) | 2008/04/29 |
| ◎웹2.0으로 성공한 웹사이트들 (2) | 2008/04/29 |
| ◎CashBlasterPro 로그인 후 내부모습 (0) | 2008/04/25 |
| ◎CashBlasterPro 가입방법 (2) | 2008/04/25 |
| ◎티저광고 이제 웹사이트에서 시행하다. (0) | 2008/04/24 |
| ◎MEMBER NEWS (0) | 2008/04/22 |
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=" &_
"&client=ca-mb-pub-0513202014708125" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=euc-kr" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%>
이올린에 북마크하기
이올린에 추천하기




댓글을 달아 주세요
제가 가입할때는 핸드폰번호 입력하는곳과 전화번호등 적는 란이 없는데요
이래도 괜찮을까요
예~ 괜찮습니다.
그런데 핸드폰과 전화번호 기입란이 없나요?
가입해놓고 개인정보 수정하는 곳이 있으니
그곳에서 다시 기입하셔도 됩니다.^^