vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Webpage & Guestbook Script (https://vborg.vbsupport.ru/showthread.php?t=71065)

frage 12-20-2004 10:27 PM

Quote:

Originally Posted by Swedie
hey all! I am back from Spain! Had a great time! .

;-)


all updates, upgrades,
but smilies only text and
Quote:

does anyone know why the image tag does not work if i use [imagetag]url[/imagetag] it only shows the url to the image but not the image itself.
very
:disappointed: :disappointed:

frage

Swedie 12-21-2004 10:03 PM

Quote:

Originally Posted by frage
;-)


all updates, upgrades,
but smilies only text and


very
:disappointed: :disappointed:

frage

Download the latest .ZIP file and update member.php. thanks. It will fix this problem.

Swedie 12-21-2004 10:10 PM

Snow and T3MEDIA, please download latest .ZIP and update members.php. Please don't mention the name of the site that was in there. Don't want to give that guy any more heartache.

Swedie 12-21-2004 10:11 PM

Quote:

Originally Posted by mariannet
**BUMP**



Gone through all 29 pages and ended up here. A lot of you could do with doing the same as a lot of questions are already covered.

First off.. Installed fresh on 3.0.3 no problems.
Managed to change style to match users choice.

As in this post, I cannot delete a post in the guestbook and editing does nothing. No errors rapported.

Anyone can help a Danish Lady in need? :)

The problem with deleteing and editing is weird. I don't have this problem or can replicate it... I'll do some more testing. Meanwhile, sit back .. celebrate christmas.

T3MEDIA 12-21-2004 10:55 PM

Quote:

Originally Posted by Swedie
Snow and T3MEDIA, please download latest .ZIP and update members.php. Please don't mention the name of the site that was in there. Don't want to give that guy any more heartache.

I want to... but Im scared.... lol is there a update file? like what to do? hehe

frage 12-22-2004 09:44 PM

Quote:

Originally Posted by Swedie
Download the latest .ZIP file and update member.php. thanks. It will fix this problem.

it fixed the prob with the img tag
but smilies are always not correct and know
I can't delete or edit a guestbook entry ...


:disappointed: :disappointed:

have a nice time
frage

frage 12-22-2004 11:41 PM

if I use firefox I can't edit and delete any guestbook entry

Netscape and IE I can

but 75% of my users using firefox :(

I hope this will help you to fix the prob
;)
frage

laeth 12-25-2004 04:17 AM

any idea what this means:

Quote:

An error occurred while attempting to execute your query. The following information was returned.

error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ';
ALTER TABLE user_guestbook ADD `notification` varchar(10) NO
Any help would be great thanks. It happened when I tried to run the sql file. :)

frage 12-25-2004 10:44 AM

CREATE TABLE `user_guestbook` (
`userid` varchar(100) NOT NULL default '',
`name` varchar(100) default '',
`lastentry` varchar(20) default '',
`status` char(3) NOT NULL default 'on',
`usesmilies` smallint(6) NOT NULL default '2',
`position` varchar(10) NOT NULL default 'right',
`notification` varchar(10) NOT NULL default 'no',
`showavatar` smallint(6) NOT NULL default '0',
`text` text,
PRIMARY KEY (`userid`)
) TYPE=MyISAM;


laeth
I'm a mysql (professional) dummy ;)
but check your sql file and compare the above text with the text in it

wih kind regards
frage

T3MEDIA 12-25-2004 04:49 PM

you guys know what he means (Sweedie) about updating the members.php?

laeth 12-27-2004 02:25 PM

Quote:

Originally Posted by frage
CREATE TABLE `user_guestbook` (
`userid` varchar(100) NOT NULL default '',
`name` varchar(100) default '',
`lastentry` varchar(20) default '',
`status` char(3) NOT NULL default 'on',
`usesmilies` smallint(6) NOT NULL default '2',
`position` varchar(10) NOT NULL default 'right',
`notification` varchar(10) NOT NULL default 'no',
`showavatar` smallint(6) NOT NULL default '0',
`text` text,
PRIMARY KEY (`userid`)
) TYPE=MyISAM;


laeth
I'm a mysql (professional) dummy ;)
but check your sql file and compare the above text with the text in it

wih kind regards
frage

Didnt help unfortunatly. Thanks anyway.

laeth 12-27-2004 02:31 PM

Quote:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ';

CREATE TABLE `user_webpage` (
`userid` int(11) NOT NULL
I missed the last bit off last time. Maybe that will help more.

Snow 12-28-2004 11:28 AM

Quote:

Originally Posted by Swedie
Snow and T3MEDIA, please download latest .ZIP and update members.php. Please don't mention the name of the site that was in there. Don't want to give that guy any more heartache.

I'm confused Swedie :ermm: I've just downloaded the latest zip but in file_memberphp the "site that was in there" is still there.

Line 191 of file_memberphp:
PHP Code:

                $emailmessage "".$vbphrase['wg_you_have_a_new_guestbook_entry_from']." ".$bbuserinfo['username']."!\n
                \n
                <a href=\"http://www.site_name_deleted.com/community/member.php?u="
.GBUSERID."\">".$vbphrase['wg_click_here_to_view_guestbook']."</a>"

You know what would be really handy, Swedie, is if you could keep a log with details of all the changes made. I think that would lead to less confusion.

Snow 12-28-2004 11:33 AM

Quote:

Originally Posted by frage
if I use firefox I can't edit and delete any guestbook entry

Netscape and IE I can

but 75% of my users using firefox :(

I hope this will help you to fix the prob
;)
frage

I've just tried in IE but I can't edit and delete in IE either.
:cry: :cry: I seem to remember wayyyyy back when I first installed this hack, before all the updates, the edit/delete guestbook entry was working so it must be one of the "updates" that has caused this bug.

T3MEDIA 12-28-2004 11:31 PM

Cant edit... cant delete guestbooks. Firefox didnt try IE. AND I downloaded the zip ran the update non of the database stuff would work. oh man....

I dont know what sweed is talking about.

Snow did you get this to work?

Snow 12-29-2004 05:45 AM

Quote:

Originally Posted by T3MEDIA
Cant edit... cant delete guestbooks. Firefox didnt try IE. AND I downloaded the zip ran the update non of the database stuff would work. oh man....

I dont know what sweed is talking about.

Snow did you get this to work?

The guestbooks/webpages are working, but the bugs aren't fixed if that's what you mean. I guess we'll just have to wait for Sweedie to return to give us an update on what's going on as I'm just as confused as you are.

laeth 12-30-2004 09:07 PM

I managed to fix my problem just running the sql file from phpmyadmin (although I didn't change my prefix's and had to delete everything and blah it took ages to sort out). But anyway, I was wondering if there was anyway to change the font color for the guestbook. e.g 'subject' 'rules' smilies' 'enabled' and 'message'?

Thanks a lot.

Laeth.

JD210 12-31-2004 12:06 PM

Okay, I have read through this thread 3 times now, and have done eveything recommended and I still cannot get this thing to work right, all it is doing in messing up my board now. How can I uninstall everything? I am running 3.0.3

samjo 01-07-2005 07:10 PM

My first hack working with the first install;)

MojoNixon 01-07-2005 08:56 PM

hmm ..i have to install 3.0.5 ...is this mod still working?

Swedie 01-08-2005 03:08 PM

Quote:

Originally Posted by Snow
I'm confused Swedie :ermm: I've just downloaded the latest zip but in file_memberphp the "site that was in there" is still there.

Line 191 of file_memberphp:
PHP Code:

                $emailmessage "".$vbphrase['wg_you_have_a_new_guestbook_entry_from']." ".$bbuserinfo['username']."!\n
                \n
                <a href=\"http://www.site_name_deleted.com/community/member.php?u="
.GBUSERID."\">".$vbphrase['wg_click_here_to_view_guestbook']."</a>"

You know what would be really handy, Swedie, is if you could keep a log with details of all the changes made. I think that would lead to less confusion.

Download latest version please. Works... promise.

Swedie 01-08-2005 03:09 PM

Quote:

Originally Posted by samjo
My first hack working with the first install;)

Great! Finally.. ;)

Swedie 01-08-2005 03:10 PM

Quote:

Originally Posted by MojoNixon
hmm ..i have to install 3.0.5 ...is this mod still working?

My membership ran out 3 days before 3.0.5 came out. Just great. So I can't test it out for you.

Try it.. follow the instructions. Is there something just not right... then don't continue.

Swedie 01-08-2005 03:10 PM

I'll look into the problem with deleting and editing own guestbook entries.

Swedie 01-08-2005 04:30 PM

Quote:

Originally Posted by Swedie
I'll look into the problem with deleting and editing own guestbook entries.

When you all say that Edit / Delete don't work. Is it that you can't click the button? or is it not deleting or bringing you to the next page confirmation the deletion / edit ? When editing, do you atleast see the editing screen?

I am trying to duplicate the problem but can't.

rikku3978 01-08-2005 04:52 PM

Thank you for releasing this great hack. ^_^ It took me awhile and a bit of editing, but I did get it to work!

Great work!

frage 01-08-2005 05:55 PM

Quote:

Originally Posted by Swedie
When you all say that Edit / Delete don't work. Is it that you can't click the button? or is it not deleting or bringing you to the next page confirmation the deletion / edit ? When editing, do you atleast see the editing screen?

I am trying to duplicate the problem but can't.

I can klick the button
I can type text in the filed
I can send it
but I can't see my "edittext "- the entry looks as before I have done all this
:ermm:
best regards
frage

edit: I've tested it in all of my brwosers IE and all geckos ..= :-(

Swedie 01-08-2005 07:52 PM

Quote:

Originally Posted by frage
I can klick the button
I can type text in the filed
I can send it
but I can't see my "edittext "- the entry looks as before I have done all this
:ermm:
best regards
frage

edit: I've tested it in all of my brwosers IE and all geckos ..= :-(

Strange, that is for sure. You must've missed something in the installation. Darnit.. I can't duplicate the problem.

frage 01-09-2005 01:51 PM

if I install it complete new I don't have to use your upgrade info, is this correct ?
because your webpages works like a charm--ok I have changed your html;)
delete and edit won't work...*hmpf*
could it be a prob with the settings of php ?

best regards
frage

T3MEDIA 01-09-2005 07:04 PM

Quote:

Originally Posted by Swedie
When you all say that Edit / Delete don't work. Is it that you can't click the button? or is it not deleting or bringing you to the next page confirmation the deletion / edit ? When editing, do you atleast see the editing screen?

I am trying to duplicate the problem but can't.

Sweed. Please. PLEASE.
clearlly what should I and snow do?

I had your version before you went away for the holidays. Then I downloaded your update. NOW I see you have a new update.

What should I do? is it just one file chnage?
Has the guestbook thing fixed? It works on some browsers but not all. WHY? I dont know. Is it javascript or something? (Delete guest book)

also If people add tags to thier pages this hack misses them.
I tried to block z-index no good. for example if they center thier whole page everything on thier profile page gets centered. So I wanted to block that HTML command. Didnt work.

PLEASE let me know.

Swedie 01-09-2005 07:21 PM

Quote:

Originally Posted by T3MEDIA
Sweed. Please. PLEASE.
clearlly what should I and snow do?

I had your version before you went away for the holidays. Then I downloaded your update. NOW I see you have a new update.

What should I do? is it just one file chnage?
Has the guestbook thing fixed? It works on some browsers but not all. WHY? I dont know. Is it javascript or something? (Delete guest book)

also If people add tags to thier pages this hack misses them.
I tried to block z-index no good. for example if they center thier whole page everything on thier profile page gets centered. So I wanted to block that HTML command. Didnt work.

PLEASE let me know.

I like IE. I dislike any other browsers. But I'll take a look in other browsers some time.

How did you attempt to "block" <center> ? You should simply put in the admin control area for the webpage only the tags you want to allow.

T3MEDIA 01-11-2005 03:12 AM

Quote:

Originally Posted by Swedie
I like IE. I dislike any other browsers. But I'll take a look in other browsers some time.

How did you attempt to "block" <center> ? You should simply put in the admin control area for the webpage only the tags you want to allow.

swedie its not working man. I dont know how much more can I tell ya.

ALso how can I as the admin remove code a user put on their page? I cant adjust the webpages.

And no offense but you didnt answer the last questions.

PixelFx 01-11-2005 03:30 AM

I know your pain my membership for one of my owned licences exspired the day 3.0.5 was released, its a pain, however I have 3.0.5 on my other sites, please let me know when someone gets this to install correctly.

MojoNixon 01-11-2005 02:39 PM

Ok ...first of all ..it worked fine on 3.0.3 for me ...no problems..very good work.

But now i switched to 3.0.5 ... made an sql backup. But its not working for me ...i just made the changes to different php files...and i added the 2 templates too. When i update the can_have_guestbook phrase nothing happens. I can´t see the Webpage & Guestbook Settings in AdminCP > General Options.

What now? The stuff is in the database, the phrases are there.

ChristianA 01-11-2005 02:47 PM

Exactly the same for me!

MojoNixon 01-11-2005 02:52 PM

i just tried to put the insert.sql to the db again but its not working due to the duplicate entries.

T3MEDIA 01-11-2005 03:15 PM

This does not work on 3.0.5
3.0.3 It does but has bugs.

1. You can not edit users webpages. (in any way) To stop a users webpage (ie nudity or bad photos) you would have to do some heavy DB editing or delte thier account.
2. Guestbook entry delte only works on some browsers.
3. Blocking HTML code does not work for all tags (ie z-index can cover your whole profile page)
4. there is no size restraint. (ie user can have a 1200x1200 webpage if they wanted to.

So if your ok with that download and install. If you have issues with that I suggest you wait.

It is a shame because its a hot idea. Just not secure for me.

MojoNixon 01-12-2005 07:40 AM

Thats really bad... i expected that its not working on 3.0.5 ...i hope there will be an update soon .... its a big hurt for my community... i´m willing to pay 40$ if it works on 3.0.5

amykhar 01-14-2005 02:34 AM

It worked for me on 3.0.5 with no problems. Easy install, working like a charm. I agree that there needs to be an admin edit interface though.

Deviant++ 01-14-2005 10:57 AM

This thing is just not working out right for me, I've done the file changes, but I couldn't get the sql to run properly, the manual should'hv been slightly more detailed :(

anyway, can someone give me a walkthrough how I can get it to install in the db properly ?


All times are GMT. The time now is 09:20 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03814 seconds
  • Memory Usage 1,850KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete