arrow_upward

Posted by: harry_v - 03-31-2018, 04:22 AM - Forum: Others - No Replies
We are one of the leading Shared Hosting provider (Windows and Linux) serving 50000+  customers across the globe. We have been in Hosting industry since  2003. Following are the some of the striking features we offer to our  Shared Hosting customers:

10x Faster Shared Hosting on Optimized Servers
  • Unlimited Domains (Sites) In 1 Account
  • 10 GB Pure SSD Storage - Raid 10 Setup
  • 60 GB Monthly Bandwidth
  • 150 Email Accounts
  • Free Website Migration
  • Free Website Builder - 400+ templates
  • Anti-Spam Cloud Service (Optional)
  • Instant Account Activation
  • 30 Days Money Back Guarantee
  • Unlimited mySQL Databases PHP5 Support
  • Perl Support
At just 2.99/month

15% off Lifetime Discount on any shared hosting plan
Coupon Code: Welcome
Sign up

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

How are we different?
AccuWebHosting has established highly optimized Web Hosting platform for PHP  Hosting.  Instead of conventional LAMP environment, AccuWebHosting is utilizing PHP optimized Web Hosting Environment which includes:
  • CloudLinux OS - Reputable, Secure, and High Speed OS
  • LiteSpeed Web Server - #1 Commercial Web Server  7x Faster
  • 100 % SSD Drives - Pure SSD Storage Means Insanely Fast Website.
Customer Support

We are best known for our Excellent Technical support. Check out what our customers have to say about our services AccuWebHosting Reviews

Additionally,  we offer 30 days full money back guarantee on all shared hosting plans so that you can evaluate the performance and quality of web hosting services.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Payment Methods Available

Credit cards,Debit cards,PayPal,Bitcoins,Check,Money Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Questions? Custom plan need? We can help!

Talk to us on live chat | Submit a Sales Ticket | Send us a tweet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And don't miss a chance to earn $200 USD Signup Commission
Top paying affiliate program
Posted by: Alex554 - 03-30-2018, 01:15 PM - Forum: General Gaming Discussion - No Replies
Hi How are you friends this is another one simple filterscript 
this is simple music streaming filterscript 
i saw many filterscript on forums for sharing but people still are confused because of plugins code so thats why i just share this simple filterscript hopefully this will helpfull for you friends
i have code just copy and past it on pawno#
//////////////here //////////////////////////
#define FILTERSCRIPT



#include <a_samp>

#include <foreach>

#include <zcmd>



CMD:playall(playerid, params[])

{

if (!IsPlayerAdmin(playerid)) return 1;

if (isnull(params)) return SendClientMessage(playerid, -1, "USAGE: /playall [Link]");

foreach(new i : Player) PlayAudioStreamForPlayer(i, params);

return 1;
}
/////////////Thank you
/////////////////////////////////////////////////////////////////////by Alex_Roy
Posted by: Alex554 - 03-30-2018, 12:05 PM - Forum: Suggestions and Feedback - Replies (9)
Hi I am New Here i have read all rules
I saw Facebook page why only 25 likes on facebook page this web is so good 
we need to gain our followers free vps best admins and great responsibles like Perry  Angel Younes and many 
maybe its a beggining well i am very glad to be here 
i think we have to made post4vps.com on top list i know its really hard
                                                                                                                               by Alex Roy
and yes i need little bit help probably when people gets credits then they how can receive it its not my question
i think people should want to know maybe i am wrong  Blush
Posted by: Alex554 - 03-30-2018, 08:04 AM - Forum: General Gaming Discussion - No Replies
hi I am sharing this filterscript its different type of text draw message 
check this i have no pictures i am sure you will like it test it and like it thank you


here is code copy and compile it

// ...... ...... ...... ...... ..... ...... .... ..     . ....
// .      .      .    . .    . .     .      .... .  .   . ....
// ...... ...                 made by Alex_Roy )
// .           . .      ....   .          . .... .    . . ....
// ...... ...... .      .    . ..... ...... .... .     .. ....

#include <a_samp>

new Text:RandomBox1;
new Text:RandomBox0;

forward ServerMessage();

new Textdraws[][] =
{
/// here you can edit these line as you want///
    "~p~   ~w~/t /m /help /rule /credits /cmds",
    "~p~   ~w~Can play cops and robbers /minigames",
    "~p~   ~w~You Can Inform us About Cheater /report",
    "~p~   ~w~If You Want to know Admin list do /admins",
    "~p~   ~w~Want To Play Deathmatch do /dm ",
    "~p~   ~w~Need Money do stunts and play games /minigames",
    "~p~   ~w~If You are Aware Of Rules do /rules",
    "~p~   ~w~Wanna Check Out Online Vips List /vips",
    "~p~   ~w~Register Is Must  /reigster",
    "~p~   ~w~Use /v To Spawn Your Vehicle",
    "~p~   ~w~Buy A own Vehicle do /wang or /pvshop",
    "~p~   ~w~If You Want To Add Your Favoruite Music do /music",
    "~p~   ~w~There Are Animations /anims",
    "~p~   ~w~Type /god to enable your Godmode",
    "~p~   ~w~There Are Derby Match do /derby",
    "~p~   ~w~Our Forum Will be Soon",
    "~p~   ~w~Have A Nice Day Friends",
    "~p~   ~w~Admin Looking For A Vip Players",
    "~p~   ~w~Play Team Deathmatch /tdm",
    "~p~   ~w~Need Score Play Games /Minigames",
    "~p~   ~w~Dont Ask For Admin Level",
    "~p~   ~w~Server Will Going To Be Hosted Tab Coming Soon",
    "~p~   ~w~IF You Like This Server Add It On Favourite Bar"



};

public ServerMessage()
{
        TextDrawSetString(RandomBox1, Textdraws[random(sizeof(Textdraws))]);

        return 1;
}

public OnFilterScriptInit()
{
//----------------------------------------------------------------------------//
    SetTimer("ServerMessage",10000,1);
//----------------------------------------------------------------------------//
    RandomBox0 = TextDrawCreate(150.000000, 2.000000, "/DM./DERBY./FALL./GANGWAR./TDM./ZOMBIE./RACE./SHOOTER");
    TextDrawLetterSize(RandomBox0, 0.300000, 1.000000);
    TextDrawTextSize(RandomBox0, 10.000000, 0.000000);
    TextDrawAlignment(RandomBox0, 1);
    TextDrawColor(RandomBox0, 0x33CCFFAA);
    TextDrawUseBox(RandomBox0, true);
    TextDrawBoxColor(RandomBox0, 0xFFFF00AA);
    TextDrawSetShadow(RandomBox0, 1);
    TextDrawSetOutline(RandomBox0, 1);
    TextDrawFont(RandomBox0, 3);


    RandomBox1 = TextDrawCreate(9.000000, 80.000000, "String");
    TextDrawLetterSize(RandomBox1, 0.300000, 1.000000);
    TextDrawAlignment(RandomBox1, 1);
    TextDrawColor(RandomBox1, -16711681);
    TextDrawSetShadow(RandomBox1, 1);
    TextDrawSetOutline(RandomBox1, 1);
    TextDrawBackgroundColor(RandomBox1, 255);
    TextDrawFont(RandomBox1, 3);
    TextDrawSetProportional(RandomBox1, 1);





    for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
TextDrawShowForPlayer(i, RandomBox0);
    TextDrawShowForPlayer(i, RandomBox1);
}
}
return 1;
}

public OnFilterScriptExit()
{
TextDrawHideForAll(RandomBox1);
TextDrawDestroy(RandomBox1);
TextDrawHideForAll(RandomBox0);
TextDrawDestroy(RandomBox0);
return 1;
}

public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, RandomBox0);
TextDrawShowForPlayer(playerid, RandomBox1);
return 1;
}
Posted by: Lampard - 03-28-2018, 08:04 PM - Forum: General Gaming Discussion - Replies (44)
Hello,

I am very interested in PUBG Mobile and been playing this game for sometime. Found that game to be the best one for phone.
Anyone else playing it? Add me if you are playing, username: Lampard
Posted by: Josh Steve - 03-26-2018, 02:40 PM - Forum: General Gaming Discussion - No Replies
You can check the sever's script here (samp.theultimateroleplay.com)
So i would like to sell their script for a cheap price.
/help command, which is in dialog.
[Image: sa-mp-000.png]
Vehicle Storage, you can use "/vst or /vstorage" to despawn and respawn your vehicle.
[Image: sa-mp-001.png]
Furniture System and Land System.
[Image: sa-mp-006.png]
[Image: sa-mp-007.png]
[Image: sa-mp-005.png]
Turf System
[Image: sa-mp-012.png]
Ultimate Jobs.
[Image: sa-mp-004.png]
Dicebet system.
[Image: sa-mp-025.png]

You can create factions by using '/createfaction' and /editfaction is to edit the color and the name.
-VIP System.
-Anti Cbug System.
Snow System
Gift System
which are added in gamemode.
Posted by: Khadeer143 - 03-26-2018, 03:58 AM - Forum: Offtopic - Replies (2)
Hello guys many know about PayPal site ,many may have PayPal accounts also but I got some problem in PayPal due to India rules once the money received in PayPal it will auto draw to local banks but my bank account is not confirmed to my PayPal acc so will my money deposit to my bank or it return to my PayPal account ?
Is there any possible to cancel auto withdraw process ,anyone have PayPal contact email I tried but didn't get a valid email
Posted by: harry_v - 03-24-2018, 03:57 AM - Forum: Others - No Replies
Why Choose AccuWebHosting Amongst the Multitude?
  • Web Hosting Plans with excellent resources.
  • Fastest and optimized Web Hosting environment.
  • Responsive Technical Hosting support.
  • Decade of Web Hosting Experience.
We have 14 years of experience in .NET hosting and we are featured at Microsoft Windows Web Hosting Gallery.  We are one of the very few Windows hosting companies in the world offering all the latest technology on Windows hosting platforms for shared hosting. Some of the prominent features can be found below:

Best Features and plan specification:
  • 1 Domain (Site) In 1 Account
  • 10 GB High Speed Storage - Raid10 Setup
  • 100 GB Premium Data Transfer Limit
  • Windows 2012 Server
  • IIS 8 Hosting
  • 1 SQL 2012 (Standard Edition)
  • SQL 2008 / SQL 2005 Optional
  • Support SQL 2012 / 2008 / 2005 databases. You can setup any one of these.
  • 500MB Storage Space for each SQL Database
  • Supports Full Trust Application Hosting.
  • Isolated Application Pools for each website.
  • IIS Manager - Offers a full management of IIS Properties.
15% off Lifetime Discount on any shared hosting plan
Coupon Code: Welcome
Sign up

We are best known for our Excellent Technical support. Check out what our customers have to say about our services.........AccuWebHosting Reviews

Additionally,  we offer 30 days full money back guarantee on all shared hosting plans so that you can evaluate the performance and quality of web hosting services.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Payment Methods Available

Credit cards,Debit cards,PayPal,Bitcoins,Check,Money Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Questions? Custom plan need? We can help!

Talk to us on live chat | Submit a Sales Ticket | Send us a tweet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And don't miss a chance to earn $200 USD Signup Commission
Top Paying Affiliate Program
Posted by: deanhills - 03-22-2018, 08:08 PM - Forum: Web Design & Projects - Replies (8)
Does anyone have tips for making old static Websites mobile friendly, or would it be better to redesign the Websites from scratch?  What are the most important tweaks for making old static Websites mobile friendly?
Posted by: Siover - 03-22-2018, 09:17 AM - Forum: Free VPS Providers - Replies (16)
Hey guys , 
I want to giveaway a VPS for FREE . 
The specs :
Windows Server 2016 Datacenter
Server location : USA
Provider : Google Cloud
12x CPU Intel Haswell (2.4 Ghz or 2.3 )
24 GB Ram
2 TB HDD
Contract Duration : 12 months
You can open it with RPD. The first who will comment "ME" i will send him/her the VPS login details on chat.
Good Luck!  Smile
Pages (306): 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,095
» Forum posts: 34,819

Full Statistics

Online Users
There are currently 263 online users.
» 0 Member(s) | 260 Guest(s)
Bing, Applebot, Google

Latest Threads
Get LLHOST Crazy Fast Fea...
Forum: Value VPS Providers
Last Post: LLHOST
Today, 07:45 AM
» Replies: 0
» Views: 11
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
05-13-2025, 09:31 AM
» Replies: 6
» Views: 3,422
LLHOST — VPS in the Nethe...
Forum: Cheap Providers
Last Post: LLHOST
05-08-2025, 07:36 AM
» Replies: 0
» Views: 81
LLHOST — VPS hosting for ...
Forum: Value VPS Providers
Last Post: LLHOST
04-30-2025, 12:10 PM
» Replies: 0
» Views: 96
Get 25% OFF all LLHOST ne...
Forum: Cheap VPS Providers
Last Post: LLHOST
04-22-2025, 11:04 AM
» Replies: 0
» Views: 207
LLHOST: VPS in the Nether...
Forum: Others
Last Post: LLHOST
04-15-2025, 07:32 PM
» Replies: 0
» Views: 266
Hello all!
Forum: Meet & Greet!
Last Post: perry
03-26-2025, 11:28 AM
» Replies: 1
» Views: 305
VisualWebTechnologies | 7...
Forum: Others
Last Post: visualwebtechnologies
03-11-2025, 02:58 AM
» Replies: 0
» Views: 232
Post2Host.com domain on a...
Forum: Others
Last Post: Variable
03-10-2025, 04:04 PM
» Replies: 0
» Views: 196
KVM & OpenVZ Yearly VPS f...
Forum: Cheap VPS Providers
Last Post: HostNamaste
03-05-2025, 12:15 PM
» Replies: 0
» Views: 403

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