lincanbin / Android-Carbon-Forum

Android Client for Carbon Forum with Material Design.

Home Page:https://www.94cb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my local ip

mhartian opened this issue · comments

should it work if i test it to may local ip? ipv4

You need another domain name to enable the client to work properly.

Thabks very much for reply. How can i test it into localhost. and about api
key and secret key can be eun into localhost?
thank you agai i am student i want to implement it to our thesis.

On Sunday, 10 April 2016, Canbin Lin notifications@github.com wrote:

You need another domain name to enable the client to work properly.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

You can bind the LAN IP of Server as domain name for the API, such as 192.168.1.1.

qq 20160410191351
Just like this.

it look like this?

public static final String DOMAIN_NAME = "127.0.0.1" + WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "127.0.0.1" + WEBSITE_PATH;
public static final String BASIC_API_URL = "192.168.15.5" +

WEBSITE_PATH; // MY IPV4

and how can i configure this? i am using localhost . what should i put
in my API_KEY and API_SECRET?

public static final String WEBSITE_PATH = ""; //Website path, You can
leave it blank in most cases.
public static final String API_KEY = "12450"; //Application key you

set in config.php

public static final String API_SECRET =
"b40484df0ad979d8ba7708d24c301c38"; //Application secret you set in

config.php

Thank you for the reply sir sorry to disturb you.

On Sun, Apr 10, 2016 at 4:14 AM, Canbin Lin notifications@github.com
wrote:

[image: qq 20160410191351]
https://cloud.githubusercontent.com/assets/5785188/14409810/653766fc-ff50-11e5-8269-6bb2a198776a.png
Like this.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

public static final String DOMAIN_NAME = "http://192.168.15.5" + WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "http://192.168.15.5" + WEBSITE_PATH;
public static final String BASIC_API_URL = "http://192.168.15.5" + WEBSITE_PATH; // MY IPV4

And API_SECRET API_KEY can be modified, as long as with the config.php to maintain consistency.

You can also do not have to modify it.

Hello. i trie but it wont work it always Network error.

On Sun, Apr 10, 2016 at 6:22 AM, Canbin Lin notifications@github.com
wrote:

And API_SECRET API_KEY can be modified, as long as with the config.php to
maintain consistency.

You can also do not have to modify it.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

define('ForumLanguage', '{{Language}}');
//MemCache(d) / Redis
define('EnableMemcache', {{EnableMemcache}});
define('MemCacheHost', 'localhost');///////////////////////////////////////
could i change it to my ip? or localhost only?
define('MemCachePort', 11211);//Memcache: 11211, Redis: 6379
define('MemCachePrefix', '{{MemCachePrefix}}');

RewriteEngine On
RewriteCond %{HTTP_HOST} ^94cb.com$ [NC] --------------------- could i
change it to localhost?
RewriteRule ^(.*)$ https://www.94cb.com/$1 [L,R=301]

#For SSL
#RewriteCond %{HTTP_HOST} ^94cb.com$ [NC] --------------------- also this
to localhost?
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.)$ https://www.94cb.com/$1 [L,R=301]
--------------------- and this?
#RewriteCond %{HTTP_HOST} ^m.94cb.com$ [NC]
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.
)$ https://m.94cb.com/$1 [L,R=301] ---------------------
and this


define('ForumLanguage', 'en');
//MemCache(d) / Redis
define('EnableMemcache', false);
define('MemCacheHost',
'127.0.0.1');---------------------------------------------------to my ip or
localhost only?
define('MemCachePort', 11211);//Memcache: 11211, Redis: 6379
define('MemCachePrefix', 'carbon_fiber');
//Database
define('DBHost', '127.0.0.1'); -------------------------also this?
define('DBName', 'database');
define('DBUser', 'root');
define('DBPassword', '');

cant run the android app . please help me . the website is run smoothly but
the android app wont connect.

On Sun, Apr 10, 2016 at 8:27 AM, mhart ian cruz ian.mhart21@gmail.com
wrote:

Hello. i trie but it wont work it always Network error.

On Sun, Apr 10, 2016 at 6:22 AM, Canbin Lin notifications@github.com
wrote:

And API_SECRET API_KEY can be modified, as long as with the config.php to
maintain consistency.

You can also do not have to modify it.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

Print your Android debug log.

heres.

04-10 19:06:22.016 3884-8359/com.lincanbin.carbonforum W/System.err:
java.net.MalformedURLException: Protocol not found:
deepwebph.x10host.com/seccode.php
04-10 19:06:22.016 3884-8359/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:176)
04-10 19:06:22.016 3884-8359/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:125)
04-10 19:06:22.016 3884-8359/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.tools.VerificationCode$2.run(VerificationCode.java:42)
04-10 19:06:22.016 3884-8359/com.lincanbin.carbonforum W/System.err: at
java.lang.Thread.run(Thread.java:841)
04-10 19:06:25.056 3884-3884/com.lincanbin.carbonforum I/Choreographer:
Skipped 46 frames! The application may be doing too much work on its main
thread.
04-10 19:06:27.386 3884-3924/com.lincanbin.carbonforum D/POST URL ::
deepwebph.x10host.com/page/1
04-10 19:06:27.386 3884-3924/com.lincanbin.carbonforum D/POST parameter:
SKey=12450&STime=1460340387&SValue=fa2f5cad88735b6436be0adb4d660a9d
04-10 19:06:27.386 3884-3924/com.lincanbin.carbonforum D/Post Error: No
Network
04-10 19:06:27.386 3884-3924/com.lincanbin.carbonforum W/System.err:
java.net.MalformedURLException: Protocol not found:
deepwebph.x10host.com/page/1
04-10 19:06:27.386 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:176)
04-10 19:06:27.386 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:125)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.util.HttpUtil.postRequest(HttpUtil.java:128)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.IndexActivity$GetTopicsTask.doInBackground(IndexActivity.java:435)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.IndexActivity$GetTopicsTask.doInBackground(IndexActivity.java:373)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
android.os.AsyncTask$2.call(AsyncTask.java:288)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
04-10 19:06:27.396 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.lang.Thread.run(Thread.java:841)
04-10 19:06:31.516 3884-3884/com.lincanbin.carbonforum I/dalvikvm: Could
not find method
com.lincanbin.carbonforum.RegisterActivity.checkSelfPermission, referenced
from method com.lincanbin.carbonforum.RegisterActivity.mayRequestContacts
04-10 19:06:31.516 3884-3884/com.lincanbin.carbonforum W/dalvikvm: VFY:
unable to resolve virtual method 21793:
Lcom/lincanbin/carbonforum/RegisterActivity;.checkSelfPermission
(Ljava/lang/String;)I
04-10 19:06:31.516 3884-3884/com.lincanbin.carbonforum D/dalvikvm: VFY:
replacing opcode 0x6e at 0x000b
04-10 19:06:31.556 3884-8510/com.lincanbin.carbonforum W/System.err:
java.net.MalformedURLException: Protocol not found:
deepwebph.x10host.com/seccode.php
04-10 19:06:31.556 3884-8510/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:176)
04-10 19:06:31.556 3884-8510/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:125)
04-10 19:06:31.556 3884-8510/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.tools.VerificationCode$2.run(VerificationCode.java:42)
04-10 19:06:31.566 3884-8510/com.lincanbin.carbonforum W/System.err: at
java.lang.Thread.run(Thread.java:841)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum D/POST URL ::
deepwebph.x10host.com/page/1
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum D/POST parameter:
SKey=12450&STime=1460340393&SValue=6805167a8c09af38e19c3ac0c2acc490
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum D/Post Error: No
Network
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err:
java.net.MalformedURLException: Protocol not found:
deepwebph.x10host.com/page/1
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:176)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:125)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.util.HttpUtil.postRequest(HttpUtil.java:128)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.IndexActivity$GetTopicsTask.doInBackground(IndexActivity.java:435)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.IndexActivity$GetTopicsTask.doInBackground(IndexActivity.java:373)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
android.os.AsyncTask$2.call(AsyncTask.java:288)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
04-10 19:06:33.346 3884-3924/com.lincanbin.carbonforum W/System.err: at
java.lang.Thread.run(Thread.java:841)
04-10 19:07:11.206 3884-3884/com.lincanbin.carbonforum D/dalvikvm:
GC_FOR_ALLOC freed 418K, 8% free 5819K/6272K, paused 10ms, total 10ms
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum D/POST URL ::
deepwebph.x10host.com/page/1
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum D/POST parameter:
SKey=12450&STime=1460340432&SValue=83b5bdbae9f3ff9eaa16dd49ea72a69e
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum D/Post Error: No
Network
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err:
java.net.MalformedURLException: Protocol not found:
deepwebph.x10host.com/page/1
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:176)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
java.net.URL.(URL.java:125)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.util.HttpUtil.postRequest(HttpUtil.java:128)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.IndexActivity$GetTopicsTask.doInBackground(IndexActivity.java:435)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
com.lincanbin.carbonforum.IndexActivity$GetTopicsTask.doInBackground(IndexActivity.java:373)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
android.os.AsyncTask$2.call(AsyncTask.java:288)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
04-10 19:07:12.556 3884-3901/com.lincanbin.carbonforum W/System.err: at
java.lang.Thread.run(Thread.java:841)

On Sun, Apr 10, 2016 at 6:18 PM, Canbin Lin notifications@github.com
wrote:

Print your Android debug log.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

Because you delete "http://"。

public static final String DOMAIN_NAME = "http://192.168.15.5" + WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "http://192.168.15.5" + WEBSITE_PATH;
public static final String BASIC_API_URL = "http://192.168.15.5" + WEBSITE_PATH; // MY IPV4

i have my own domain now and i upload the site .
http://www.deepwebph.x10host.com/ - this my domain

so should i put like this :

public static final String DOMAIN_NAME = "http://deepwebph.x10host.com" +
WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "
http://deepwebph.x10host.com" + WEBSITE_PATH;
public static final String BASIC_API_URL = "http://deepwebph.x10host.com" +
WEBSITE_PATH; // MY IPV4

On Sun, Apr 10, 2016 at 7:57 PM, Canbin Lin notifications@github.com
wrote:

Because you delete "http://"。

public static final String DOMAIN_NAME = "http://192.168.15.5" +
WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "http://192.168.15.5" +
WEBSITE_PATH;
public static final String BASIC_API_URL = "http://192.168.15.5" +
WEBSITE_PATH; // MY IPV4


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

the only problem is how can i retrieve posted thread into android app it
always network error

On Sun, Apr 10, 2016 at 8:14 PM, mhart ian cruz ian.mhart21@gmail.com
wrote:

i have my own domain now and i upload the site .
http://www.deepwebph.x10host.com/ - this my domain

so should i put like this :

public static final String DOMAIN_NAME = "http://deepwebph.x10host.com" +
WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "
http://deepwebph.x10host.com" + WEBSITE_PATH;
public static final String BASIC_API_URL = "http://deepwebph.x10host.com"

  • WEBSITE_PATH; // MY IPV4

On Sun, Apr 10, 2016 at 7:57 PM, Canbin Lin notifications@github.com
wrote:

Because you delete "http://"。

public static final String DOMAIN_NAME = "http://192.168.15.5" +
WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME = "http://192.168.15.5" +
WEBSITE_PATH;
public static final String BASIC_API_URL = "http://192.168.15.5" +
WEBSITE_PATH; // MY IPV4


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

qq 20160411140723
Set your domain name firstly.

ok i set it it now. after that

On Monday, 11 April 2016, Canbin Lin notifications@github.com wrote:

[image: qq 20160411140723]
https://cloud.githubusercontent.com/assets/5785188/14418155/c1a983b8-ffee-11e5-85ad-0328b0ac6541.png
Set your domain name firstly.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

i only upload the website in the web hosting and it run smoothly . should i
upload the android carbon forum app source to web hosting?so it can connect
the androin app to the website. can you help me how?

On Monday, 11 April 2016, mhart ian cruz ian.mhart21@gmail.com wrote:

ok i set it it now. after that

On Monday, 11 April 2016, Canbin Lin <notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

[image: qq 20160411140723]
https://cloud.githubusercontent.com/assets/5785188/14418155/c1a983b8-ffee-11e5-85ad-0328b0ac6541.png
Set your domain name firstly.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

you don't need to upload app source.

only the website? but it wont connect me it always network connection. but
when i try to login the Captcha show ip but it wont log in me always
network error

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

you don't need to upload app source.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

What's your API domain name?

here's my domain for the website deepwebph.x10host.com
http://deepwebph.x10host.com/seccode.php

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

What's your API domain name?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

API domain name, not the pc domain name.

i dont have api sir.

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

API domain name, not the pc domain name.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

you can't use api without api domain name.

how to get api domain. should i upload the website on api domain?

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

you can't use api without api domain name.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

Just bind another domain name to your host, and set it as api domain name on carbon forum dashboard.
You do not need to upload anything.

is there any tutorial for that. im so sorry sir im student

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

Just bind another domain name to your host, and set it as api domain name
on carbon forum dashboard.
You do not need to upload anything.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

Binding domain should be a very simple matter, you should not need tutorials.

just like subdomain?

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

Binding domain should be a very simple matter, you should not need
tutorials.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

can you give me example sir

On Tuesday, 12 April 2016, mhart ian cruz ian.mhart21@gmail.com wrote:

just like subdomain?

On Tuesday, 12 April 2016, Canbin Lin <notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Binding domain should be a very simple matter, you should not need
tutorials.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

how to bind sir. please

thanks

On Tuesday, 12 April 2016, mhart ian cruz ian.mhart21@gmail.com wrote:

can you give me example sir

On Tuesday, 12 April 2016, mhart ian cruz <ian.mhart21@gmail.com
javascript:_e(%7B%7D,'cvml','ian.mhart21@gmail.com');> wrote:

just like subdomain?

On Tuesday, 12 April 2016, Canbin Lin notifications@github.com wrote:

Binding domain should be a very simple matter, you should not need
tutorials.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

right, add a subdomain.

just like this?
api.(Subdomain).deepwebph.x10host.com

deepwebph.x10host.com- this is my main domain
so i just put api.(subdomain name)?

On Mon, Apr 11, 2016 at 6:18 PM, Canbin Lin notifications@github.com
wrote:

right, add a subdomain.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

is this correct?

On Tue, Apr 12, 2016 at 5:00 AM, mhart ian cruz ian.mhart21@gmail.com
wrote:

just like this?
api.(Subdomain).deepwebph.x10host.com

deepwebph.x10host.com- this is my main domain
so i just put api.(subdomain name)?

On Mon, Apr 11, 2016 at 6:18 PM, Canbin Lin notifications@github.com
wrote:

right, add a subdomain.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

You are right. you can ask your service provider how to bind the domain name.

network error again.

this is my configuration

Apiadress:

public static final String DOMAIN_NAME =
"http://deepwebph.x10host.com" + WEBSITE_PATH;
public static final String MOBILE_DOMAIN_NAME =
"http://m.deepwebph.x10host.com" + WEBSITE_PATH;
public static final String BASIC_API_URL =
"http://api.deepwebph.x10host.com" + WEBSITE_PATH; // MY IPV4

htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^http://deepwebph.x10host.com$ [NC]
RewriteRule ^(.*)$ http://deepwebph.x10host.com/$1 [L,R=301]

#For SSL
#RewriteCond %{HTTP_HOST} ^http://deepwebph.x10host.com/$ [NC]
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.)$ http://deepwebph.x10host.com/$1 [L,R=301]
#RewriteCond %{HTTP_HOST} ^http://api.deepwebph.x10host.com$ [NC]
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.
)$ http://api.deepwebph.x10host.com/$1 [L,R=301]

api.deepwebph.x10host.com
PC Domainname
(www.94cb.com)
Mobile Domainname
(m.94cb.com)
API Domainname
(api.94cb.com)

i dont know why always error. i think my configuration is correct.

On Tue, Apr 12, 2016 at 6:19 PM, Canbin Lin notifications@github.com
wrote:

You are right. you can ask your service provider how to bind the domain
name.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

this is my log.

04-13 02:11:14.439 4225-4255/com.lincanbin.carbonforum D/POST URL ::
http://api.deepwebph.x10host.com/register
04-13 02:11:14.439 4225-4255/com.lincanbin.carbonforum D/POST parameter:
SKey=12450&STime=1460538674&SValue=69bf9c39c40f561fcea697221fb8715f&Email=dasdsadsa%
40gmail.com
&VerifyCode=2756&UserName=daremenot&Password=99303d7922f1518d2f4135add71b63f5
04-13 02:11:15.149 4225-4229/com.lincanbin.carbonforum D/dalvikvm:
GC_CONCURRENT freed 2398K, 33% free 5165K/7600K, paused 0ms+0ms, total 10ms
04-13 02:11:22.319 4225-4255/com.lincanbin.carbonforum D/Post Result:

<title>Sign up - Carbon

Forum</title> <script type="text/javascript"> var Prefix="carbon_"; var
WebsitePath=""; </script> <script type="text/javascript" charset="utf-8" src="/static/js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="/static/js/appframework.ui.min.js?version=5.0.1"></script> <script type="text/javascript" charset="utf-8" src="/static/js/mobile.global.js?version=5.0.1"></script> <script type="text/javascript" charset="utf-8" src="/language/en/global.js?version=5.0.1"></script>

Sign up


You do not bind your domain name (api.deepwebph.x10host.com) to the host.

how do i bind.

On Wednesday, 13 April 2016, Canbin Lin notifications@github.com wrote:

You do not bind your domain name (api.deepwebph.x10host.com) to the host.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

Ask your service provider.

Thank you.

On Wednesday, 13 April 2016, Canbin Lin notifications@github.com wrote:

Ask your service provider.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

i just try a lot buy it wont connect No network always

04-15 06:31:24.697 3125-3143/com.lincanbin.carbonforum D/POST URL ::
http://api.deepwebph.x10host.com/page/1
04-15 06:31:24.697 3125-3143/com.lincanbin.carbonforum D/POST parameter:
SKey=12450&STime=1460727084&SValue=fe8ec1bf0148223e3d45c55df3cdc70f
04-15 06:31:25.077 3125-3143/com.lincanbin.carbonforum D/dalvikvm:
GC_FOR_ALLOC freed 731K, 13% free 5702K/6496K, paused 90ms, total 100ms
04-15 06:31:37.667 3125-3143/com.lincanbin.carbonforum D/Post Result:

<title>Deep Web Ph</title> http-equiv="Content-type" content="text/html; charset=utf-8" /> <script type="text/javascript"> var Prefix="carbon_"; var
WebsitePath=""; </script> <script type="text/javascript" charset="utf-8" src="/static/js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="/static/js/appframework.ui.min.js?version=5.0.1"></script> <script type="text/javascript" charset="utf-8" src="/static/js/mobile.global.js?version=5.0.1"></script> <script type="text/javascript" charset="utf-8" src="/language/en/global.js?version=5.0.1"></script>

Deep Web Ph

  • Home
  • Hot tags
  • Search
  • Log in
  • ian.mhart21@gmail.com
    wrote:

    Thank you.

    On Wednesday, 13 April 2016, Canbin Lin notifications@github.com wrote:

    Ask your service provider.


    You are receiving this because you authored the thread.
    Reply to this email directly or view it on GitHub
    #6 (comment)

qq 20160416115533

You did not register your API domain name in the dashboard.

ok fix its connected now thanks alot.

On Saturday, 16 April 2016, Canbin Lin notifications@github.com wrote:

[image: qq 20160416115533]
https://cloud.githubusercontent.com/assets/5785188/14578909/3950f408-03ca-11e6-8adb-8b8128cac889.png

You did not register your API domain name in the dashboard.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)