Any Provider With Free WHMAP Or Modernbill?

May 4, 2007

I'm looking for a VPS provider with either free WHMAP or Modernbill. If you know of any, please post!

I know one: ModVPS. But would like a range of choice!

View 0 Replies


ADVERTISEMENT

IM Service Provider With AV For Free

May 12, 2009

We have a community website and would like to integrate a messenger service into it so users can IM each other, preferably having audo and video capability.

There are a couple of providers like userplane and toksta that offer them for free. but wanted to know if there are any others that you know of as I would like to compare features and select the most reliable.

View 2 Replies View Related

Provider Managing Your Free Hosting Client?

May 30, 2009

I want to get on my own ded server for free hosting and have it fully managed by the provider e.g. they have the capability to look for spammers/hackers/phishers/ etc while I'll be on my marry way providing free hosting. Is there such a provider? Any recommendations?

View 7 Replies View Related

WHMAP And 2CO

Mar 25, 2006

I wonder anybody is using 2CO as payment gateway with WHMAP.

I have enabled the option in WHMAP but when it reaches 2CO it gives your cart is empty message.

Anybody using them??

View 0 Replies View Related

/tmp And ModernBill

May 31, 2008

I'm trying to get ModernBill installed here and it gives me the error about the temp directory however it is in fact there and there are other files in it. Any ideas?

PHP Settings and Capabilities
Critical requirements not satisfied. Please prepare a suitable environment before continuing.

You MUST have a writable temporary folder [you do not].

View 14 Replies View Related

Modernbill, Is This Possible To Do

Nov 16, 2007

I was wondering. I got modernbill working on daily mode (Anniversary billing date is the date they signed up on). I wanted to switch to monthly mode, make everyones bill due on the 20th of the month. It says in the control panel of modernbill you can never do this.

But I wanted to know. If I do it, will new customers be setup on the monthly mode (Getting invoiced on the 20th of the month, and paying pro-rated and old customers still on the normal bill date? I just want to get all new customers to start using that billing mode of a synced billing date.

View 2 Replies View Related

ModernBill And WHM Packages

Jan 6, 2008

I have installed ModernBill on my server, and I had few packages created in WHM beforehand. Will or will not the ModernBill package setup will really take effect on the WHM packages?

Do I have to do anything on WHM in order to get my ModernBill running properly?

View 3 Replies View Related

ModernBill, Zend Or IonCube

Jun 21, 2009

As I can't afford a WHMCS license and don't like ClientExec or WHMAutopilot I want to test ModernBill.

Can ModernBill run with CPanel accounts?

Here I can see two versions:

[url]

I suppose my current host supports both. But, which version do you recommend?

View 7 Replies View Related

Can I Sell My Modernbill License

Jul 2, 2007

I have moved away from using modernbill, and have a licesnse to owned mb 250,
i was wondering if MB allows the transfer of their licenses, Its just to overwhelming for us and even after renewing the 6mnths support period on it just cant get it going how i want it.

View 0 Replies View Related

Is Plesk Billing Better Now That They Purchased ModernBill

Aug 4, 2008

I now use WHM Autopilot as a billing application and OnlineNic as a Registrar.. thats about to change

I have heard great things about Modernbill, and bad things about Plesk Billing, I was curious, now that Plesk bought ModernBill, has anyone tried there newer versions?

I just need a good Payment System that works well with WHM

View 4 Replies View Related

Modernbill 5 Temp Directory + Open_Base

Dec 25, 2007

I'm trying to install Modernbill v.5 onto a Plesk Server. Now I don't know if this will effect it at all however, the system is a CentOS 5 box running HyperVZ (Virtual Servers) on OpenVZ. Then the VE Environment is running Plesk 8.2 with the newest updates on a CentOS 5 OS also.

Anyways, so I've fixed all the other errors however no matter what I do I continue to get these two errors,

Critical requirements not satisfied. Please prepare a suitable environment before continuing.
You MUST have a writable temporary folder [you do not].
You MUST have the php.ini setting "open_basedir" unset for access to system-level API libraries [you do not].

-----

I have tried all the different varieties of entering the path name to the tmp folder which is set to 777, however it continues to tell me that it can't find the temp directory. Also for the php issue for open_basedir I've commented it out and tried putting it to = none. Again neither of which work even after restarting apache.

View 13 Replies View Related

Modernbill Is Really Slow / Mysql Optimizations

Dec 29, 2007

Modernbill v5 is extremely slow. It takes about 2-3 seconds to get to the next page or refresh. It took 5 seconds after clicking 'reports' tab.

In order process, it takes 3-5 seconds just to show the add-ons or update them after hitting "save add-ons". This is unbelievable. I'm using Firefox.

I'm on a cable connection

Server specs:
Dual Xeon 3.4GHz HT
4GB Memory
MySql 5
PHP 5.2.5
Apache 2.2

I applied these optimizations as suggested by an MB tech

Quote:

At the ModernBill level, We have the following custom configurations in our /lib-modernbill/include/config/config.php file:

$CONF["dbType"] = "mysqli";
$CONF["forceCLICurl"] = 0;
$CONF["enableSharedMemoryLocaleCache"] = true;
$CONF["enableSharedMemoryAdminCache"] = true;
$CONF["adminCacheSeconds"] = 300;
$CONF["enableSharedMemoryMBPathCache"] = true;
$CONF["smarty"]["enableCaching"] = true;
$CONF["smarty"]["cacheLifetime"] = 0;
$CONF["smarty"]["enableCompileChecking"] = false;

At the PHP level, we have the following in our php.ini (some of these were recommended in our documentation to start with):

max_execution_time = 300
memory_limit = 128M
error_reporting = 2039
display_errors = Off
register_globals = Off

/etc/my.cnf

[mysqld]
local-infile=0
datadir=/var/lib/mysql
skip-locking
skip-innodb
skip-networking
safe-show-database
query_cache_limit=1M
query_cache_size=32M ## 32MB for every 1GB of RAM
query_cache_type=1
max_user_connections=500
max_connections=1500
interactive_timeout=10
wait_timeout=28800
connect_timeout=20
thread_cache_size=128
key_buffer=512M ## 128MB for every 1GB of RAM
join_buffer=4M
max_connect_errors=20
max_allowed_packet=16M
table_cache=1024
record_buffer=4M
sort_buffer_size=4M ## 1MB for every 1GB of RAM
read_buffer_size=4M ## 1MB for every 1GB of RAM
read_rnd_buffer_size=4M ## 1MB for every 1GB of RAM
thread_concurrency=8 ## Number of CPUs x 2
myisam_sort_buffer_size=64M
server-id=1
collation-server=latin1_general_ci

[mysql.server]
user=mysql

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/lib/mysql/mysql.pid
open_files_limit=8192

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[mysqlhotcopy]
interactive-timeout

View 1 Replies View Related

Free Hosting And Free Domain

Sep 17, 2009

Do you think if a company offered free web hosting and free domains people would snap them up like there is no tommorow?

Also does anyone one how much ICANN acredited registrars pay ICANN when they register a new domain?

any feedback would be great!

View 8 Replies View Related

SSL Certificate (free Install + Free Ip)

Aug 5, 2009

Simplehelix offers a 128/256 bit RapidSSL Certificate for just $99.95/year. In addition, this certificate comes with a year of dedicated IP address with free installation.

Do you think the conditions are normal?

View 4 Replies View Related

Free VPS - Should I Keep It

May 3, 2008

I cancelled a VPS ages, ago, and they stopped charging me, but it's still up, and I can use it. I emailed them saying they hadn't stopped it, but they haven't replied in 2 days. Should I just keep using it?

Think I might just set up a CS server and leave it

View 14 Replies View Related

Which CDN Provider

May 8, 2009

i am considering moving over from a dedicated server to a VPS solution, but host files via a CDN provider.

Can people give me their experiences of CDN providers please.

In particular i am looking at:

The prices they are paying

The quality of their bandwidth

The speeds they are getting (average)

Is your provider a reseller of another

Am looking to make available a variety of files from PNG, PSD, Vector and ISO files. Some of the files are as big as 10GB in size. I know some providers only manage certain file types.

View 14 Replies View Related

Which VPS Provider Is Better

Jan 22, 2008

I've shortlisted 5 VPS providers for hosting a user-generated news site, please post your insights on them, particularly on these issues

1.Support
2.Upgrade features and scalability
3.Performance

1.mxhub.com - 12GB 250GB 128M Ram $19/mo

2.dediwebspace.com - 30GB 400GB 256 MB (Gauranteed) $20/mo

3.jaguarpc.com - 10GB 150GB 128MB (Gauranteed Ram) 512MB (Burstable) $20 /mo

4.knownhost.com - 10GB 256 MB(768 MB Burstable) 200GB b/w $30/mo

5.vpslink.com - 20GB 500GB bw 512MB Ram $40/mo.

View 10 Replies View Related

Best UK Xen VPS Provider

Oct 28, 2008

Anybody know a very good Xen VPS provider in the UK? All I can find (and I have look around a lot) is either a brand of VaServ or has a website is completely built with images and is just too stupid to be of a real hosting company.

View 3 Replies View Related

Where Is The Best Provider #1

Dec 1, 2008

if we can really know the #1 provider in the world.

View 14 Replies View Related

Two IPs Or One IP With Provider

Oct 12, 2007

I got a VPS, I have

ns1.mydomain.com 123.123.123
ns2.mydomain.com 123.123.124

For all my sites I used the first Ip until recently I tried to use the second ip for a particular site

Every thing went alright, I thought my site with second ip is working until yesterday I received a Call from India and the guy told me that he could not view my website because he got some thing like Network error DNS failed

I checked my site it was loading, I asked my provider and he says nothing is wrong and he can view my site

I checked

[url]

I got this Error

ERROR: Although you have at least 2 NS records, they both point to the same server, resulting in a single point of failure. You are required to have at least 2 nameservers per RFC 1035 section 2.2.


I talked with my provide but the response was this

''''''''''
This message will show up always when dnsstuff is able to detect that both nameserver names are pointing to the same physical system. This message doesn't affect connectivity and/or performance.
'''''''''''''''''''

Do I have two IPS or One IP Is this a common practice? I do not want to feel suspisious of the host and those guys are nice and supportive

View 5 Replies View Related

Best Xen VPS Provider

Jul 21, 2007

Is Xen really as good as claimed?

Who is the best provider with Xen VPS offerings.

View 14 Replies View Related

Free Hosting

Nov 28, 2008

What does everyone think about free hosting? Is there always a catch or are there really some good free hosting?

View 24 Replies View Related

Best Free Hosting

Aug 24, 2009

I need a good and free hosting with php/mysql support for a personal site i am making.

All the site is database driven so the host needs to have fast db connections.
The site will also have some audio/photos not bigger than 3/4mb.

Any suggestions?

View 19 Replies View Related

Looking For A Free Hosting

Oct 1, 2007

I've made my first website and I'm trying to find web hosting that is free and that it will also allows me to transfer my files through ftp directly through an ftp server. (ftp.example.com)

I've tried using the one for freewebpage.org but it doesn't work.. I tried it using port 21, 22, and 80 in both frontpage and filezilla and they didn't work.. I guess it's the ftp server that isn't really working, or the information they provide is inaccurate.

View 17 Replies View Related

Looking For Free ASP.net Hosting

May 7, 2007

I have been searching for free ASP.net hosts since last few months and I didnt have much success in it,

so far I have tried these sites none work ...

View 2 Replies View Related

Server Has 7 GBs Of Free RAM

Oct 27, 2009

Current server has 4 GB ram, all buffered by linux.

Code:

total used free shared buffers cached
Mem: 4054 3917 137 0 99 2139
-/+ buffers/cache: 1678 2375
Swap: 4094 0 4094

The buffer has 2375 MB of free ram. However this is a heavy mysql server. I want the empty ram be used by mysql so it becomes faster.

We are currently moving to a 8GB ram server, and the free ram will be around 7 GB if we use the exact same configuration. I want the free ram to be 1 GB at most, why pay for 8 GB ram if I'm going to use a fraction of it?

What optimizations should I attempt?

I know about harddisk I/O bottlenecks, I have two SATA drives in the system, and a SAS drive dedicated to mysql, that's all we can afford currently.

All mysql databases are for SMF forums, and currently using MyISAM tables. Switching to another storage engine is a possibility, if it won't create problems in restarts and hot backups.

View 14 Replies View Related

Free FTP Program

Jan 14, 2009

Does anyone know where I can get a free FTP program?

View 14 Replies View Related

Is HyperVM Free

Feb 8, 2009

Is HypereVm free? and if so how do you set it up.. do you just run the shell or?

View 14 Replies View Related

Free Web Hosting Ads?

Jun 25, 2009

i have seen one website ad on internet, offering free web hosting for 1 year (500 mb) with the purchase of any domain name.

I would like to confirm. Is these types of Ads are original or they are offering a fake offer (hidden cost). Because as i know, the domain hosting cost is very high as compare to buy a domain...

View 24 Replies View Related

Free CGI Access

May 14, 2009

I am after a free webhosting site that will let me run cgi scripts... I have tried so many sites that are meant to support these scripts, but none of them work...

Does anyone know of a free site that will let me use cgi?

View 1 Replies View Related

Free Windows

Mar 11, 2008

which hosts have free windows?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved