arrow_upward

Posted by: Mr.Monkey - 01-06-2016, 10:59 PM - Forum: Hardware & Technology - Replies (2)
I'd like to know y’alls view on the "theft protection". This was introduced long ago with the new releases of Lolipop from OEMs.


Quote:http://www.androidpolice.com/2015/03/12/...-i-use-it/
http://www.greenbot.com/article/2904397/...id-51.html

The reason I'd like to bring it up is that recently I found a HTC Desire 626s on the streets. (Mind you, it was already deactivated from the start, with the device remote wiped). It had the "theft protection" on like this:

Quote:[Image: android-device-protection-top-100576442-...y.idge.jpg]


Apart from stealing this picture, lol.
 

You could practically do nothing, it was a lightweight paper holder. The reason why is that I have seemed to found a loophole/bypass unintentionally. For something, to be considered as simple as I did it, how secure do you think this system is (at least pertaining to the OEM) while others can simply bypass with simple On-The-Go Card Reader Methods? Would you have other software (if any) than the native's to help prevent this?

Quote:I did this by using the HTC software update's ability to make the device turn on Developer Mode. From there I was able to ADB into the device, and force the screen to go into any of the System Menus. After killing all of the Setup programs, I was able to wipe the device within the menu therefore removing the software lock it had before hand. All in 3 mins, and possibly could be animated/scripted. A lot harder than those OTG methods.

Posted by: azureweb - 01-06-2016, 09:23 PM - Forum: Software - No Replies
Hello,

This is super awesome and great if you like to make good designs and styles for your website!
DEMO: This website uses PreLoadMe! https://providy.com/
Preloader: Just look at the demo; and see the image which appears before loading the website
([Image: logo.png]).


I won't talk a lot!
Here is direct links for downloads and "how-to setup".

https://www.niklausgerber.com/blog/prelo...-preloader
https://github.com/niklausgerber/PreLoadMe

EDIT: If you're asking how providy.com make fade-up too! then here you go: http://www.onextrapixel.com/2010/02/23/h...ansitions/

I hope it's helpful!

Regards,
AzureWeb CEO & Founder.
Posted by: azureweb - 01-06-2016, 08:38 PM - Forum: Scripting & Programming - Replies (12)
BIG EDIT!
this tutorial haven't worked for me personally! but this .htaccess file worked for me!
Download: http://pastebin.com/download/q1mpgzU1
RAW: http://pastebin.com/raw/q1mpgzU1
Pastebin: http://pastebin.com/q1mpgzU1


Hello,

Have you ever tested to make 'for example' an blog system written in ".HTML" files?
This tutorial will let some of your website visitors to be amazed that's you have login,register,logout,etc... system written in .html
CAUTION: I know! a lot of people will understand this thread incorrectly... please be careful this thread let you know how to make .html files execute PHP Wink

So let's start! it's super simple.
  • Edit ".htaccess"; or ... create a new file named ".htaccess" (if it doesn't exists)
  • Add this line at the first line of ".htaccess"
Code:
AddHandler x-httpd-php .html .htm

That's all for the steps Wink

will this disallow .php? No! it will allow PHP to be executed with ".php" ".html" ".htm"
BUT! in some Nginx servers it will disallow ".php"

So edit the above line with this:
Code:
AddHandler x-httpd-php .html .htm .php .php5 .php3

while the different is "we've added .php & .php5 & .php3 at the end of the line!"


Verifying if it worked!


* create an file and name it "anything.html" .
in this file add:
Code:
<?php
echo "test!";
?>


Thank you & best regards,

AzureWeb's main CEO & Founder.
Posted by: azureweb - 01-06-2016, 08:21 PM - Forum: Suggestions and Feedback - Replies (5)
Hello,

I see that after moving Post4VPS to new webhost and they forget to accept .html files as PHP files.
So the menu of "VPS plans" button is redirecting to "404 Not Found" page.

Please whatever fix it:
* by accepting "html" files again by editing the ".htaccess"
* edit the link to "https://post4vps.com/announcements.php?aid=1" Smile

Also in all the giveaway threads it redirect to wrong links of the "requirements" texts.
While it redirects to "https://post4vps.com/announcement.php?aid=1" and it must be "announcements.php"

These are just reports for Post4VPS.

Thank you, Regards,
AzureWeb CEO & Founder
Posted by: azureweb - 01-06-2016, 08:07 PM - Forum: Others - Replies (1)
Hello,

one day I've used "web.skype.com" which is an SSL website and it has worked correctly.
but, not forever.. because since I have pressed the 'refresh' button wrongly in Mozilla Firefox and now I get this problem:

Quote:Secure Connection Failed

The connection to the server was reset while the page was loading.

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.

I have never tested the report function of Firefox, and I knew that no benefit of getting it working with the report function..
as, most of the reports are checked in like 3 months...

But I've gave the report function an try and I got an solution in my Mozilla Firefox support account.
The answer container was:
Quote:This problem happened for your operating system, as Mozilla Firefox launcher was loading the SSL website and you've suddenly refreshed the page; so our launcher has made multiple SSL "send" queries. (as an bug)

Your solution is posted by one of our moderators here: https://support.mozilla.org/en-US/questi...wer-720995

why have I bolded "moderators"?: just to know it's trusted solution.

solution is

  1. In the URL field of Mozilla Firefox (address bar) type "about:config" and press enter.
  2. Search for " security.tls.insecure_fallback_hosts "
  3. CAUTION: It's not " security.tls.insecure_fallback_hosts.use_static_list "
  4. Right click on the value field of "security.tls.insecure_fallback_hosts" and click "Modify"
value examples:
  • If you're going to add 1 website only then:
Code:
example.com
(without https:// or http://)
  • If you're going to add more than 1 website then:
Code:
RTLS='example1.com',RTLS='example2.com'

Explaining of "adding more than 1 website" :

RTLS means "read-tls" while "read-tls" means the permissions of this value will be able to read the website's SSL certificate fully.

Why not doing "example.com, example.com" ?
I've tested that and not working! you've to set atleast 1 permission value for every website to get it working.


I hope this tutorial was simple and helpful for a lot of people!
Best regards,

AzureWeb CEO & Founder.
Posted by: xdude - 01-03-2016, 04:55 PM - Forum: Web Design & Projects - Replies (12)
What there are myBB forum plugins which you can recommend and every myBB forum should have ?



.
Posted by: RickB - 01-01-2016, 06:16 PM - Forum: Cheap Providers - Replies (9)
[Image: DO_Logo_Horizontal_Blue-a2b16fb8.png]
Simple Cloud Hosting, Built for Developers.
Although I think most of you will already know DigitalOcean, I still like to introduce them in this thread.

Basic Company Info
At June 24, 2011 DigitalOcean was founded by Ben Uretsky, Moisey Uretsky and Jeff Carr.
DigitalOcean's headquarters is located in New York, USA.
DigitalOcean is a simple and fast cloud hosting service built for developers. They claim their customers are able to create a cloud server in (less than) 55 seconds. However sometimes it took me more than 15 minutes to get my "Droplet", as they name it, up and running. Fortunately most of the time I was able to deploy my serves in less than a minute!
Straightforward Pricing
DigitalOcean's pricing is pretty straightforward. You only pay for the resources you rent. You pay per hour, so if you just want to test something and use a server for only one hour, you only pay one-time the hourly rate of the plan you chose.
Locations
DigitalOcean offers cloud servers in serveral locations. At first they only had their New York location. They later on expanded to Amsterdam, the Netherlands, San Francisco and Singapore and they now also have a Toronto (Canada), London (United Kingdom) and a Frankfurt (Germany) location.

Plans
$5 a month
512MB RAM
1 Core CPU
20GB SSD Disk
1TB Traffic

$10 a month
1GB RAM
1 Core CPU
30GB SSD Disk
2TB Traffic

$20 a month
2GB RAM
2 Core CPU
40GB SSD Disk
3TB Traffic

$40 a month
4GB RAM
2 Core CPU
60GB SSD Disk
4TB Traffic

$80 a month
8GB RAM
4 Core CPU
80GB SSD Disk
5TB Traffic

All of those packages include:
- Solid-state drive storage
- DNS Management
- a 99.99% Uptime SLA
- Private Networking

To see an actual view of their pricing go to https://www.digitalocean.com/pricing/

Free credits!
Would you like to pay $5 PayPal or just add a credit card and then get $15-$20 to try out their cloud servers?
Then follow these steps:
1. Register using my referral link, since I referred you, you'll get $10 Smile
My referral link: https://www.digitalocean.com/?refcode=5ef0734ea027
Of course, you support me, I get $25 if you spend $25, however have given you $10 then, so it seems fair to me?
2. Use a coupon to get additional credit.
You could use for example this site: www.retailmenot.com/view/digitalocean.com to try out some coupons. Try the ones with the highest value first, to get the most free credit. Unfortunately you only have 12 months to spend all those free credits. Another thing I have to mention: you can only enter a coupon within 30 days after deploying your first droplet.

Thanks for reading!

Regards,

Rick

Correct me if I've made mistakes!
Posted by: Dynamo - 12-31-2015, 05:39 PM - Forum: Other Free Service Providers - Replies (4)
[Image: a71b4fdb17.png]


Giveaway for 1 Year Free Avast Key is here https://www.avast.com/en-in/registration...ivirus.php

Posted by: Dynamo - 12-30-2015, 04:36 PM - Forum: General - Replies (4)
Chair Hosting is doing a Giveaway of VPS

VPS Spec
  • Regular Price: $14.25
    1 Core @ 2.00GHz+
    1GB RAM
    10GB Pure SSD
    1 IPv4
    Free IPv6 on Request
    1000GB @ 100Mbit
    Location: Canada


Terms
  • Every user may only enter once
    The winner must still follow the TOS and AUP.
    Must enter before 12-31-2015 12:59:59 Pacific Time Zone

To enter into the Giveaway Go here https://gleam.io/B7Qtn/1024m-kvm-plan-gi...onths-free

Original location from where i got this News is from LET
[Image: 0c77be517c.JPG]

Hurry ! as the giveaway will last till 12-31-2015 12:59:59 Pacific Time Zone
Posted by: xdude - 12-30-2015, 09:22 AM - Forum: Offtopic - Replies (7)
Do you have any plans for New Year's Eve ? Going friends house or any parties ? Staying home. This year I have decided to take a break and stay home. Maybe read a book or just chat with friends. ))
Pages (305): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,092
» Forum posts: 34,815

Full Statistics

Online Users
There are currently 316 online users.
» 0 Member(s) | 312 Guest(s)
Yandex, Bing, Google, UptimeRobot

Latest Threads
Get 25% OFF all LLHOST ne...
Forum: Cheap VPS Providers
Last Post: LLHOST
04-22-2025, 11:04 AM
» Replies: 0
» Views: 92
LLHOST: VPS in the Nether...
Forum: Others
Last Post: LLHOST
04-15-2025, 07:32 PM
» Replies: 0
» Views: 162
Hello all!
Forum: Meet & Greet!
Last Post: perry
03-26-2025, 11:28 AM
» Replies: 1
» Views: 247
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
03-25-2025, 02:07 PM
» Replies: 5
» Views: 3,312
VisualWebTechnologies | 7...
Forum: Others
Last Post: visualwebtechnologies
03-11-2025, 02:58 AM
» Replies: 0
» Views: 196
Post2Host.com domain on a...
Forum: Others
Last Post: Variable
03-10-2025, 04:04 PM
» Replies: 0
» Views: 151
KVM & OpenVZ Yearly VPS f...
Forum: Cheap VPS Providers
Last Post: HostNamaste
03-05-2025, 12:15 PM
» Replies: 0
» Views: 356
Create Unlimited Virtual ...
Forum: Hardware & Technology
Last Post: bestadvisor
03-01-2025, 09:47 AM
» Replies: 0
» Views: 547
VisualWeb offers cPanel H...
Forum: Others
Last Post: visualwebtechnologies
01-23-2025, 03:38 AM
» Replies: 0
» Views: 257
How you can Create unlimi...
Forum: Other Free Service Providers
Last Post: vps-rdp
01-08-2025, 05:12 PM
» Replies: 1
» Views: 457

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting