News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bigbighuge

#1
Support Requests / I would like to pay the Annual Fee
January 31, 2009, 11:18:40 PM
Hi, I would like to pay the fee, but I do not know my server name, I log in using the following URL https://plesk.lvcs.net:8443/ to login if someone can help me out with the server name, my username is the same as by  forum username bigbighuge

I would like to pay additional to extend the size as well

unfortunately I did not hear about this until today when I discovered my account was suspended, I have not been on the forum for a few months

UPDATE: I have paid it and wrote "lesk.lvcs.net:8443" in the server name part
#2
awesome, thank you, it seems allot smoother now  ;D I'll let you know if issues persist
#3
Is the connection limit going to be made larger? Or are their alternate solutions to this error, on a per account basis? My forum keeps dying due to these errors...


Thanks in Advance
#4
I don't actually know that much about php, I have no idea what a curl is, LOL

I am just using a script provided by a community group that released it to view the stats of a game server...
#5
I have a PHP script that pulls a text document of my counter-strike server via FTP that contains all the ranks of the players on the server (its about 100kb) it basically says, user blah blah has blah blah points, and the script displays it in a pretty way, anyway, this script works on a number of over servers but not freepgs, without any changes, I was wondering if this kind of thing is blocked on freepgs and whether I will need to just put this stuff on another server...
#6
Support Requests / Re: Image Magick
May 24, 2007, 02:29:26 AM
Quote from: looie on May 23, 2007, 11:37:08 PM
I think FreePgs should expand and get a server in West Yorkshire, England ;)

on that note, Australia!!! (please) haha, god internet is so expensive here, a once off freepgs setup fee would have to be like $8bn in order to keep it alive, thats it someone was joining the service at a rate of 2 per week at least. No but seriously, more like the price would have to be $800 for initial buy in
#7
Support Requests / Re: Image Magick
May 23, 2007, 10:31:27 AM
unfortunately after a bit of research, phpBB3 cannot use Imagemagick via PECL, it needs to have direct access to it, but I have been informed that apparently if imagemagick is not installed, it will default back to GD or GD2 so It's not as big of a deal as I thought

thanks guys!
#8
Support Requests / Re: Plz Change My URL
May 23, 2007, 10:16:56 AM
I hope English is your second language cause that sounds very rude to me  :o
#9
I tried Windows Live and much prefered the google system which I am using now, they give you email, a jabber IM server and online document storage and shared calendar that I think is better than exchange :-) and I can access a low-bandwidth ultra fast version via my mobile phone. I highly recommend it as its faster and you get more users (for example I can setup 700 accounts with 2 gig each) when I did windows live it was 10 accounts with 50 meg each... doesn't compare :-)

I sound like a fanboi, but it really is an excellent service.

http://www.google.com/a/
#10
Support Requests / Re: Image Magick
May 23, 2007, 10:10:31 AM
I will check out PECL "imagick" thanks

wow, so when it burnt down were there off site backups? or was it all just toasted?
#11
Support Requests / Re: Image Magick
May 22, 2007, 12:16:30 AM
yes, I am 99% sure you need to actually install ImageMagick as an addon/plugin to Apache, I don't think there is a cgi/php only version, though I will take a look around, I will post anything I find for future reference. Alot of apache installations install Imagemagick either by default or it is a simple "apt-get install apache2-imagemagick" kind of package, I know the last few apache setups I ran with had imagemagick enabled by default. maybe it has been disabled intentionally, because imagemagick involved server side processing and perhaps  it has been disabled to save processing power on the servers.

UPDATE: quoted from the imagemagick site

ImageMagick® is a software suite to create, edit, and compose bitmap images...

...The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language...

..MagickWand for PHP (PHP)...

okay so its an addon to PHP, sorry
#12
Support Requests / Image Magick
May 21, 2007, 09:52:32 PM
Hi guys, just have to say, loving your service, I wish someone had something like this in Australia, but our bandwidth is astronomically priced. Its just a shame because I get the latency of cross-world traffic  :-[

Anyway, thats not why I am here, the reason I am here is this.

Is imagemagick installed on the freepgs servers? and if so, what is the path as my script (phpBB3 RC1) is unable to locate it. I couldn't find anything on this topic with the search so I assume this hasn't been bought up before, but apologies if it has. this isn't really an essential item and I can live without it, but I think phpBB3 has some cool features that only work if the server has imagemagick installed.

Thank you!
#13
OMG I'm an idiot lol,

.htacess instead of .htaccess


DAMN YOU SPELLING! YOU FOIL ME AGAIN!


thanks, its now working, thanks dude
#14
I created a .htaccess file, but nothing changed... if it helps. I made a .htaccess file previously and it didn't do anything ( I was setting up a sub-domain) anyway, is there something I have to do to enable .htaccess files?
#15
Hi, I'm new here, I just transfered my site and domains over here, I must say, it is a very impressive service.

however, I am having a few issues, in particular, with choosing an index file.

on my old apache2 webserver, if I had 2 files ie index.php and index.html, it would choose index.html to display when I put in the root directory http://www.bigbighuge.com.

normally to irraticate this issue, I would just delete one, but the problem I am having is that I need both files in the directory, my website is a VERY customised version of phpBB2 and the index.html redirects users to portal.php so as to use the phpBB as a base for a web-portal.

now the problem I am having is the server ignores the index.html file in favour of the index.php file, thus instead of the portal page being displayed (ie, my BLOG) the website jumps directly to the forum index, is there anyway for it to prefer the .html file? or am I going to have to do some serious thinking about the way my website works?

thanks in advance