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.


Topics - JimBobUK

Pages: [1]
1
Chit Chat / Phone Gadgets Site
« on: May 12, 2003, 02:56:26 PM »
Hi all,

I have completed a site using 4hompages software and would like people to come and see, give thir opinion and may be even help!

http://www.phonegadgets.net/tones

Thanx in advance!

BTW I have approx another 15,000 images, logos to put up yet :)

2
Fatal error: Call to undefined function: reset() in /home/www/phonegadgets.net/tones/register.php

I get this when somebody tries to register! Can anyone help me here i have tried turning off the email facility in admin but still happens!

Thanks in advance

3
My server requires Authentication so when I went through your script, I changed the following lines....

These lines are taken from the Plain email php file.....

Quote
Was......
var $auth_type = "PLAIN"; // Default: "LOGIN". Set to "PLAIN" if required.
Now......
var $auth_type = "LOGIN"; // Default: "LOGIN". Set to "PLAIN" if required.

Quote
Was.....
fputs($fp, "EHLO ".$config['smtp_host'].$this->crlf);
Now.....
fputs($fp, "HELO ".$config['smtp_host'].$this->crlf);

Quote
Was.....
$this->error('EHLO invalid mail server response: $result', 1);
Now.....
$this->error('HELO invalid mail server response: $result', 1);


I hope this is a cure to some peoples problems

4
Discussion & Troubleshooting / Adding a Menu item error!
« on: April 07, 2003, 04:47:48 PM »
Hi all,

I tried adding a menu item by adding.....
Quote
<?php echo("menu.php"); ?>

and I get.....
Quote
Parse error: parse error, unexpected '<' in c:\inetpub\wwwroot\phonegadgets\tones4fones\includes\template.php(133) : eval()'d code on line 186


What am I doing wrong?

The menu.php will contain links to other pages, like about and contact details etc.

5
Installation, Update & Configuration / Navigation rename Lightbox
« on: April 05, 2003, 08:53:29 PM »
Hi all, this is probably an easy one but.....
I want to change the  navigation "Lightbox" text to say "Favorites"  can some one tell me which file(s) I need to look this up in?

Thanks in advance

My SiTe

6
Is it me or does everyone have the problem where Imagemagick does not resize the Animated images?

Is there a way around this?

Pages: [1]