Welcome, Guest. Please Login or Register.
April 16, 2024, 04:05:22 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  yabb.info Member Map « previous next »
Pages: 1 ... 7 8 [9] 10 11 ... 14 Reply Ignore Print
Author Topic: yabb.info Member Map  (Read 256178 times)
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:yabb.info Member Map
« Reply #120 on: June 13, 2002, 09:44:04 PM »
Reply with quote

Suddenly it all works great, trouble is I've absolutely no idea which bit I'd missed lol.


Big thanks To Chris Cromer for all his time today, Andrea too.
Logged
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:yabb.info Member Map
« Reply #121 on: June 18, 2002, 03:56:08 PM »
Reply with quote

For anyone else who's interested in this, perhaps with a UK map mine is here

As an addition I integrated the excellent Bio Mod by Jedi so that you click on a pin then see the user and bio.
Logged
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:yabb.info Member Map
« Reply #122 on: June 20, 2002, 09:46:13 PM »
Reply with quote

I have mine partly going and the map appears in windows xp, but in my xp machine it tries to download the php file and returns junk. Ideas?
http://www.goosemoose.com/rfc/worldmap_image.php
« Last Edit: June 20, 2002, 09:52:04 PM by goosemoose » Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:yabb.info Member Map
« Reply #123 on: June 20, 2002, 10:12:46 PM »
Reply with quote

I also just edited subs.php and when I click on the icon the indexboard just reloads. What did I miss? Do I need to add something to index.php as well? Check out http://www.goosemoose.com/rfc
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:yabb.info Member Map
« Reply #124 on: June 20, 2002, 10:22:24 PM »
Reply with quote

I am assuming its in my subs as well:
// membermap
       $yymenu .= "$menusep<a href=\"$scripturl?action=WorldMap\"><img src=\"$imagesdir/rfc/YaBBImages/membermap.gif\" alt=\"Member Map\" border=\"0\"></a>";
I have worldmap_images in the same dir as index.php and WorldMap.php in my sources dir. I tried changing action=WorldMap to worldmap_images and worldmap as well but it didn't do anything.
« Last Edit: June 20, 2002, 10:28:54 PM by goosemoose » Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:yabb.info Member Map
« Reply #125 on: June 20, 2002, 11:02:33 PM »
Reply with quote

Wohoo fixed it, guess I Just needed the added code in index.php
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:yabb.info Member Map
« Reply #126 on: June 21, 2002, 08:31:48 PM »
Reply with quote

Okay, I am now putting this on another forum and I am having a problem, the image won't appear! Funning php version 4.1.2. Everything else seems to be working okay. I also tried rewriting the code for a gif and uploaded it and the gif and still no go. Any idea? Http://www.damien-hs.edu/forum/index.php
test:test account is set up
http://www.damien-hs.edu/forum/info.php has server info
« Last Edit: June 21, 2002, 08:56:44 PM by goosemoose » Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:yabb.info Member Map
« Reply #127 on: June 21, 2002, 08:52:33 PM »
Reply with quote

My ISP upgraded the server, and now my member map does not work any more ...  :'(

Looks exactly like goosemoose's map: a broken image symbol only.

(broken) map here:
http://www.1eltern.ch/community/index.php?action=worldmap
Logged

andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:yabb.info Member Map
« Reply #128 on: June 22, 2002, 01:56:53 AM »
Reply with quote

I suppose that the reason for the member map not running any longer is that the GD library is not installed any longer on my webserver. So the imagecreate() statement and related statements fail to run. I asked the ISP to install this library.
« Last Edit: June 22, 2002, 08:03:52 AM by andrea » Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:yabb.info Member Map
« Reply #129 on: June 22, 2002, 11:45:00 AM »
Reply with quote

gd library was yesterday today ist Netpbm!
you can install own binaries if your isp is not willing to reinstall gd library!

mediman
Logged

mainComm Dev Team
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:yabb.info Member Map
« Reply #130 on: June 22, 2002, 05:13:22 PM »
Reply with quote

Can you give me a link to the GD library so I can send it to my webhost or try to install myself. Thanks
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:yabb.info Member Map
« Reply #131 on: June 22, 2002, 05:56:14 PM »
Reply with quote

Quote from: goosemoose on June 22, 2002, 05:13:22 PMCan you give me a link to the GD library so I can send it to my webhost or try to install myself. Thanks
@goosemoose: Here is the link:
http://www.php.net/manual/en/ref.image.php



Quote from: mediman on June 22, 2002, 11:45:00 AMgd library was yesterday today ist Netpbm!
you can install own binaries if your isp is not willing to reinstall gd library!
@mediman: do you have a link to "Netpbm"?
« Last Edit: June 22, 2002, 05:58:39 PM by andrea » Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:yabb.info Member Map
« Reply #132 on: June 22, 2002, 06:42:35 PM »
Reply with quote

of course!

netpbm http://sourceforge.net/projects/netpbm/

and gd lib http://www.boutell.com/gd/http/gd-1.8.4.zip

to install gd lib read also http://www.boutell.com/gd/manual1.8.4.html cause other libs are needed!

medi

if you have any questions....

btw: why using netpbm instead gd library?

  • GD won't support JPEG or PNG formats unless you have them compiled in to PHP. Most servers don't have it compiled in because it can be a pain to install the right libraries, etc.
  • GD won't support GIF unless you have a particularly old version of the GD library on your system that predates the copyright infringement issues.
  • GD does not support image rotation. Can ya believe it?
  • GD generates terrible thumbnails, unless you happen to have included the ImageCopyResizedBicubic patch.
(friendly stolen by menalto *gg*!)
« Last Edit: June 22, 2002, 08:16:01 PM by mediman » Logged

mainComm Dev Team
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:yabb.info Member Map
« Reply #133 on: June 23, 2002, 06:38:43 AM »
Reply with quote

Thanks for the links. Just downloaded and read a little in the netpbm documentations.

I have seen that netpbm is requiring ZLIB which also has been uninstalled from my webserver.

The fact that my ISP did not even activate ZLIB after the server "upgrade" looks to me not very qualified.

I suppose that it's easier to change provider than to invest days and nights of work for activating an own graphics library.  
Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:yabb.info Member Map
« Reply #134 on: June 23, 2002, 12:27:39 PM »
Reply with quote

hmm, do you know any image manipulating library that not need zlib?  ;) gd lib also need zlib!

but i agree, change the hosting provider! i think you will avoid a lot of trouble!

mediman
Logged

mainComm Dev Team
Pages: 1 ... 7 8 [9] 10 11 ... 14 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  yabb.info Member Map « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.016 seconds with 19 queries.