-
Running phpThumb 1.7.8
PHP 5.1.6
GD 2.1.9
Using the following function for easy repititious use:
function CreateThumbnail($file,$new_file,$new_file_format='jpg',$max_width=0,$max_height=0,$zoom_crop=0,$watermark_file="")
{
require_once($_SERVER['DOCUMENT_ROOT']."/phpthumb/phpthumb.class.php");
$phpThumb = new phpThumb();
$phpThumb->setSourceFilename($file);
if($max_width>0)
{.
2007-11-13 13:34:19 UTC in phpThumb()
-
I don't think that google is requiring that all search terms are present when you search, they just have such a large pool of results to chose from that it can appear that way. Try searching google on a string of 10 un-related words and you will get results that do not contain every word you entered.
2006-09-28 13:44:27 UTC in The Search Engine Project (TSEP)
-
I have serveral sites that I use includes for a header and footer on each page. In other words, the layout for the top and bottom of the page is the same on every page. This information does not need to be indexed or returned in search results, because it's on every page.
Does TSEP include functionality to ignore this content and only index the main body of my pages? If not I would like to...
2006-09-28 13:38:52 UTC in The Search Engine Project (TSEP)
-
I seem to be able to make and receive calls on my Zap line using my x100p card, but that line does not show up on the flash panel. Is there a setting I need to change?
I just upgraded from AAH 2.5 where I could see that link on the panel.
2006-04-23 03:09:16 UTC in trixbox
-
What should I be telling TelaSIP to make them correct this? it still isn't working properly on my system.
2006-04-23 02:49:57 UTC in trixbox
-
I've got a TelaSIP line coming in and it connects and rings a ring group. As soon as someone in the ring group picks up the phone, or it goes to voicemail asterisk exits and hangs up.
I tried sending it to the group and having someone pick up, and second sending it straight to a voicemail. Below is the debug verbose 5 from the asterisk console. Call was placed from 555-444-1111 to...
2006-04-20 00:03:15 UTC in trixbox
-
that fixed it. thanks.
2006-04-19 21:36:06 UTC in trixbox
-
The following is from my extensions_additional.conf
Incoming calls for 554441111 listed below work fine.
[ext-did]
include => ext-did-custom
exten => 5554443333,1,SetVar(FROM_DID=5554443333)
exten => 5554443333,2,Answer
exten => 5554443333,3,Wait
exten => 5554443333,4,Goto(ext-group,300,1)
exten => 5554441111,1,SetVar(FROM_DID=6366144725)
exten =>...
2006-04-19 16:34:45 UTC in trixbox
-
register=user:pass@gw4.telasip.com
[230]
username=230
type=friend
secret=6230
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never
mailbox=230@device
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=device <230>
[231]
username=231
type=friend
secret=6230
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never...
2006-04-19 16:22:50 UTC in trixbox
-
I'm new to asterisk and my system is sending a 404 to Telasip when an incoming call is placed to the system.
Below is the debug lines with verbose set at 5. Can someone tell me where I should start looking for my problem at?
I've changed the IP address and phone numbers for my privacy, but 5554443333 is the TelaSIP phone number and 15554441111 is the PSTN phone from which the call was...
2006-04-19 13:49:38 UTC in trixbox