If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: JTD
Forum Index » Profile for JTD » Messages posted by JTD
Author Message
Unless they are posting a java script to automaticaly got to a url. There is nothing you can do. If they do use java to do so then you can turn off html but that is about all. One solution might be in your bad words censor to put in either www or http that might work.

PS just tried it myself. Here is the post in my own GB.
#@*%! and welcom to #@*%!.ravenprom.org and
#@*%!://ravenprom.org
Here ya go whonoes.

Trevor wrote:Hi Mastersmurfie,

I had a look at your guestbook.html script and it looks like you've got a bit of script missing.

Try this - open gb.class.php (in the lib sub-directory) and scroll down to where it says...
function generate_JumpMenu() {

My guess is that the next line is either...
$menu_array[] = "<select name=\"entry\" class=\"select\">";

or it's
$menu_array[] = "<option value=\"www.faithtabernacleupc.net" class=\"select\">Home Page</option>";

If that's the case then you need to make a small change. Find this again...
function generate_JumpMenu() {

Make the following changes, the blue is already part of the script and doesn't need changing, it's the bit in red that you need to make sure is included.
function generate_JumpMenu() {
$menu_array[] = "<select name=\"entry\" onChange=\"urlJump('self',this)\" class=\"select\">";
$menu_array[] = "<option value=\"http://www.faithtabernacleupc.net\" class=\"select\">Home Page</option>";
$menu_array[] = "<option value=\"0\" selected>".$this->db->LANG["FormSelect"]."</option>";

This should add a link to your home page. I've tested it on my site and it works fine. (note the backslash at the end of the URL - important).

With this menu you don't need to click the 'go' button, once you click a heading from the drop down list you're taken straight to the page. You may want to get rid of the 'go' button, look for the following line of text and delete it (it's a few lines further down)...
$menu_array[] = "<input type=\"submit\" value=\"".$this->db->LANG["FormButton"]."\" class=\"input\">";


I hope that helps.

Regards,

Trevor
Notepad works. It what i use.
Very simple you dont have your password set correctly. The password for the guestbook mysql setup has to be the same as your password for your host cpanel.
Change hosts.
Why would you want to downgrade when 2.3.1 is out now.
Set your permissions correctly. Either 755 or 777
Make the install file 777 set it up install it then delete it.
Ok this is just a wild stab in the dark since GB 2.2 doesnt have this feature and I cant look to see if it has the file Iam going to refer to. But in your includes folder is there a file called constants.php And you will need to look for something resembling this snippet of code. If you have any includes file with that snippet of code in it or close to it you need to set it up like that is. It also might be in one of your panel files. Plus are you positive GD is enabled on your server??? And Iam allmost positive that somewhere in one of the files there has to be some GD php code and I cant find it myself. To make it work.

// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.
// Your thumbnails will be created with better quality
define('CONVERT_IS_GD2', 1);
LOL Either way he doesnt seem to have his permissions set correctly.
I have a copy of the AG 2.3.1 setup manuel if you want it. Email me though the forums.
Well one thing I do know about GD. That it will not support gif files. So if the image you are uploading is a gif there will be no thumbnail.
So what are you looking for anyway???
Refer to this thread here for a new link to the advanced poll tutorial.

http://proxy2.de/forum/viewtopic.php?t=3293
Anyone interested can download the Advanced Poll Tutorial from this site. Can a mod or admin turn this into a sticky so it stays at the top of the page please.
http://www.ravenprom.org
 
Forum Index » Profile for JTD » Messages posted by JTD
Go to:   
Based on the open source JForum