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 - fizznos

#1
Support Requests / Re: phpbb2 forum errors
July 22, 2007, 11:30:40 PM
Were you using a custom phpbb2 template, or the default one?

#2
In GET requests, parameters passed in via the url are seperated by a single &.

So for example, if you have a page static1.php and you want to pass 2 parameters to it, for example:
title=MainPage
content=form_home-content-tm.php

To be correct, the request should look like this:
http://trymikey.com/includes/static1.php?title=MainPage&content=form_home-content-tm.php

Instead, you have:
http://trymikey.com/includes/static1.php?title=MainPage&content=form_home-content-tm.php
which doesn't do what you expect.
#3
Support Requests / Re: Absolutely Outrageous......
July 11, 2007, 06:35:32 PM
What are you doing with fsockopen?  I can't think of anything you'd be doing on a website with fsockopen that isn't more easily do-able with other PHP functions.
#4
Support Requests / Re: FreePgs outages are back
July 11, 2007, 12:08:28 AM
Oh, DoS.  Man that sucks.  Freepgs is probably the best hosting I've ever worked with, why do people do that...

At least if it had been a spammer or something the fix would be easy  :'(

#5
Support Requests / Re: FreePgs outages are back
July 10, 2007, 10:43:14 PM
There was significant downtime on 7/7 and 7/8, and I'm noticing today that the SMTP server is intermittently down.

I don't think it's coincidence with the new signups being enabled...
#6
Support Requests / Re: Seeing the Raw Access Logs
November 21, 2006, 05:53:14 AM
The only logging that I can enable in my user settings is PHP Error Logging...  I'm interested in seeing the actual raw access logs that Apache spits out.  Is that possible?
#7
Support Requests / Seeing the Raw Access Logs
November 20, 2006, 05:11:01 AM
Is it possible for us to see the raw access logs for our site?

#8
Support Requests / Re: MySQL Fulltext minimum word length
December 08, 2005, 03:24:27 PM
Quote from: admin on December 08, 2005, 06:47:24 AM
Not very likely as it would require all fulltext indexes to be rebuilt.

Yeah... thanks anyway though! <3 freepgs!
#9
Support Requests / MySQL Fulltext minimum word length
December 08, 2005, 01:25:18 AM
What are the odds of being able to get the min word length for mysql fulltext set to 2 letters? I know this is a pretty big deal but I thought I would ask just in case!