mobey.mobi

December 3, 2011

Public Domain Exploit

Filed under: .mobi Domain — Tags: , , @ 3:05 pm

Public Domain Exploit
Public Domain Is One Of The Hottest And Easiest Ways To Make Money Online. Promote Pde For Great Commissions Or Buy It And Learn For Yourself.
Public Domain Exploit

November 29, 2011

Would you help by signing a petition?

Filed under: .mobi Domain — Tags: , , , @ 4:07 pm

Question by Jesse: Would you help by signing a petition?
www.movie-forumz.org had their account hacked & their domain name was stolen & redirected to a malicious site infected with malware! They have moved to www.movie-forumz.tv & www.movie-forumz.mobi But every day people who don’t know are being sent to that bad site!

Will you help them by signing this petition??

http://www.petitionspot.com/petitions/movieforumzorg/

Please sign

Best answer:

Answer by Mia
No wonder! My friend had that problem… We both signed it. Thanks for telling us though!

Give your answer to this question below!

November 25, 2011

Domain Flipping: Learn How To Flip Domain Names And Profit

Filed under: .mobi Domain — Tags: , , , , , @ 5:04 pm

Domain Flipping: Learn How To Flip Domain Names And Profit
Learn How To Flip Domains And Profit From The Online Real Estate Boom.
Domain Flipping: Learn How To Flip Domain Names And Profit

November 20, 2011

Do you know where to find the real movie forumz?

Filed under: .mobi Domain — Tags: , , , , @ 11:06 pm

Question by Jesse: Do you know where to find the real movie forumz?
The original www.movie-forumz.org site had their domain name stolen a few days ago. Now members are being redirected to the hacker’s site who’s claiming to be them.

I apologize if anyone thinks I’m spamming, but people are looking for us & this is one of the only ways I know to get the word out that we’ve had to move!

Visit us at www.movie-forumz.tv or www.movie-forumz.mobi

Here’s more info about what happened!

http://www.youtube.com/watch?v=5u0Dpm5QPxU

Thanks folks :)

Best answer:

Answer by nameofmyprolfile
I thought it was Movie-Forumz.org became watchthisfree.com or, is the name really stolen? There is so much confusion going on. I hope Movie-Forumz.org will be back. I hope everything works out for Tictac

Give your answer to this question below!

How do I fix this html code for a mobile redirect in WordPress?

Filed under: .mobi Domain — Tags: , , , , , @ 4:08 am

Question by justbill: How do I fix this html code for a mobile redirect in WordPress?
Rich now I have my site set up with the regular site in the main root domain (www.mysite.com) and the mobile version in a subdomain (m.mysite.com). I have the main wordpress site in a folder named “wordpress” on my server and I altered the index.php with the code below, but it currently can only redirect to http://m.mysite.com no matter what the person typed in to begin with i.e. if they enter www.mysite.com/contact on their phone, they get redirected to m.mysite.com and not m.mysite.com/contact

Is there any way to fix this so they get redirected to the duplicate mobile version of whatever URL they enter but at the m. subdomain?

I got the instructions for the redirect here: http://mobility.mobi/showthread.php?22-Auto-detecting-PC-Mobile-and-then-Redirecting

and here’s the index.php code in root folder:

$ mobile_browser = '0';

if(preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone)/i',
strtolower($ _SERVER['HTTP_USER_AGENT']))){
$ mobile_browser++;
}

if((strpos(strtolower($ _SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml')>0) or
((isset($ _SERVER['HTTP_X_WAP_PROFILE']) or isset($ _SERVER['HTTP_PROFILE'])))){
$ mobile_browser++;
}

$ mobile_ua = strtolower(substr($ _SERVER['HTTP_USER_AGENT'],0,4));
$ mobile_agents = array(
‘w3c ‘,’acs-’,'alav’,'alca’,'amoi’,'audi’,'avan’,'benq’,'bird’,'blac’,
‘blaz’,'brew’,'cell’,'cldc’,'cmd-’,'dang’,'doco’,'eric’,'hipt’,'inno’,
‘ipaq’,'java’,'jigs’,'kddi’,'keji’,'leno’,'lg-c’,'lg-d’,'lg-g’,'lge-’,
‘maui’,'maxo’,'midp’,'mits’,'mmef’,'mobi’,'mot-’,'moto’,'mwbp’,'nec-’,
‘newt’,'noki’,'oper’,'palm’,'pana’,'pant’,'phil’,'play’,'port’,'prox’,
‘qwap’,'sage’,'sams’,'sany’,'sch-’,'sec-’,'send’,'seri’,'sgh-’,'shar’,
‘sie-’,'siem’,'smal’,'smar’,'sony’,'sph-’,'symb’,'t-mo’,'teli’,'tim-’,
‘tosh’,'tsm-’,'upg1′,’upsi’,'vk-v’,'voda’,'wap-’,'wapa’,'wapi’,'wapp’,
‘wapr’,'webc’,'winw’,'winw’,'xda’,'xda-’);

if(in_array($ mobile_ua,$ mobile_agents)){
$ mobile_browser++;
}
if (strpos(strtolower($ _SERVER['ALL_HTTP']),’OperaMini’)>0) {
$ mobile_browser++;
}
if (strpos(strtolower($ _SERVER['HTTP_USER_AGENT']),’windows’)>0) {
$ mobile_browser=0;
}

if($ mobile_browser>0){
header(‘Location: http://m.mysite.com/’);
} else {
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);

/** Loads the WordPress Environment and Template */
require(‘./wordpress/wp-blog-header.php’);
}

Best answer:

Answer by Josh L
Hey,

Your problem seems fairly complex and technical. Perhaps you should get some real-time advice from WordPress expert? Some interactive conversation should def help you to solve your problems quicker.

Nicholas Butler probably is the right person for you to talk to.

https://www.minutebox.com/profiles/loudmouthman

What do you think? Answer below!

November 18, 2011

Need someone skilled with the computer and html!?

Filed under: .mobi Domain — Tags: , , , , @ 2:19 pm

Question by David: Need someone skilled with the computer and html!?
I currently have a HTML code on my site (CrushDaddy.com) which lets customers type in their desired domain name but nothing happens when they click search. I want it to be able to detect if their domain is available. If it’s available, I want it to redirect them to PAGE1 and if its not available, I want it to redirect PAGE2.
The current code I have is:


www
 



If you could give me the actual code to out on the site, it would be great!
I’m willing to pay $ $ $ .
Email me at Help@CrushDaddy.com

Best answer:

Answer by juliepelletier
This is simply a form that does nothing.

First you would need to use some kind of scripting either in Javascript or through the back-end in PHP or ASP to query your server.

Do you already deal with a registrar that gives you a commission on referrals? If you do, contact them to know how to interface your page to their system.

Know better? Leave your own answer in the comments!

November 17, 2011

Would you help by signing a petition?

Filed under: .mobi Domain — Tags: , , , @ 7:05 pm

Question by Jesse: Would you help by signing a petition?
www.movie-forumz.org had their account hacked & their domain name was stolen & redirected to a malicious site infected with malware! They have moved to www.movie-forumz.tv & www.movie-forumz.mobi But every day people who don’t know are being sent to that bad site!

Will you help them by signing this petition??

http://www.petitionspot.com/petitions/movieforumzorg/

Please sign

Best answer:

Answer by livinhapi
sorry..NO! good luck!

What do you think? Answer below!

November 15, 2011

How would you rank top level domains according to value?

Filed under: .mobi Domain — Tags: , , , , , @ 10:05 am

Question by Fine Art: How would you rank top level domains according to value?
How would you rank tld’s for overall domain value? I know .com is the most valuable then .net but how do the rest fall in here?
com* .info* .net* .org* .me .mobi* .us .biz* .mx .ca .ws .asia* .bz .in .nl .tv
More specifically I am asking about one word, dictionary word domain names likes milk, cow, fat, airplane, etc. In very general, generic keywords how much does it matter and do appraisals value certain tld lower than others?

Best answer:

Answer by PHXie
There is no hard and fast answer to your question. It really depends on the rest of the domain name (the front part), who your target market is, whether the domain is a quality hack or a typo, the length of the domain name, whether it has hyphens or numbers, etc.

With .com being the exception, it’s almost impossible to evaluate which TLD is better than another unless you know your purpose for the domain name. For example, if your website is targeting people in Canada, then .ca is going to be more valuable for your purposes. If your website is targeting mobile users, then .mobi is probably the way to go. If your website will contain lots of multimedia, then .tv might be the best extension. There is simply no way to judge a TLD’s relative value without the rest of the domain name.

Give your answer to this question below!

November 12, 2011

Help me in by suggesting a new website name ?

Filed under: .mobi Domain — Tags: , , , @ 6:05 am

Question by Gajodhar www.yojhakas.co.cc: Help me in by suggesting a new website name ?
1
which domain will be better considering that it should be available all over world , SEO and good name of course .in .us .com .biz .mobi .info .org .name .net and tell problems if any with given extensions like residents requirement etc

2
this website will basically be a technical wordpress blog which will be about internet tips tutorials reviews etc so i thought of following key words
tech junky junkie freak geek

Best answer:

Answer by vic M
If you ask people to suggest you a domain name and then somebody take this domain before you, you’ll would be sc***d. So just try to find it yourself. You have some dedicated marketplace like this one http://www.thednforum.com where conscientious people can help you.

Give your answer to this question below!

November 9, 2011

Can i start my own “.com” extension company but with my own “.whatever”?

Filed under: .mobi Domain — Tags: , , , , @ 9:05 pm

Question by Nile: Can i start my own “.com” extension company but with my own “.whatever”?
Can i start my own domain extension (.com) company example instead of (.com) i will have my own
(. SSS) or whatever 3 letters i chose. And how u apply for that? Just like the new .mobi .tv .ws

Best answer:

Answer by Tom Z
No, you can not just think up your own top level domain. If everybody was able to do that it would lead to complete chaos. You would have to apply to ICANN to approve your new extension.

What is ICANN?

The Internet Corporation for Assigned Names and Numbers (ICANN) is an internationally organized, non-profit corporation that has responsibility for Internet Protocol (IP) address space allocation, protocol identifier assignment, generic (gTLD) and country code (ccTLD) Top-Level Domain name system management, and root server system management functions. These services were originally performed under U.S. Government contract by the Internet Assigned Numbers Authority (IANA) and other entities. ICANN now performs the IANA function.

As a private-public partnership, ICANN is dedicated to preserving the operational stability of the Internet; to promoting competition; to achieving broad representation of global Internet communities; and to developing policy appropriate to its mission through bottom-up, consensus-based processes.

Add your own answer in the comments!

« Older PostsNewer Posts »

Powered by WordPress

Switch to our mobile site