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)

Vizionz 01-28-2005 03:43 PM

unless he meant java applets

T3MEDIA 01-28-2005 11:43 PM

Quote:

Originally Posted by magyosha
some feedback fro mone of the users on my site

============
Could you list what tags and extensions are available (switched on that is) for webpage creation?

Layers work but the parameters don't convert right (not a problem really but they should lol).

Java script seems to be off?

Can we load .swf etc?

Also. If people are to put 'content' (images etc.) on their page, then they would really need a place to store content so that thier page can reference it etc. Otherwise if people don't already have webspace to store material then the webpage feature will just be text only.
============

i'm a bit loath to enable all tags , would this create a home for hackers .. ? or what tags are safe ...

any way of allowing java ?

and can some way of uploading pictures/files(swf) or someting be enabled ? they are corect that unless they link off site thye are limited ot text

Man this is a awsome hack but im getting frustrated.
I CANT edit the dam guest book... ADMIN has No form of control of what users post Sweed is never on.

guys we are all vb users. can at least one of you guys help me out here? how can I get the dam guestbook enabled so I can acutally delte posts?
How can I make it so the ADMIN can delte bad webpages.

and I removed all my "allowed" tags. anyone has a list I can copy? be nice read what I just said and please help out. Please and thank you.

Snow 01-29-2005 07:50 AM

Quote:

Originally Posted by T3MEDIA
Man this is a awsome hack but im getting frustrated.
I CANT edit the dam guest book... ADMIN has No form of control of what users post Sweed is never on.

Well he has provided this hack free of charge so we can't expect him to provide support 24/7. Hopefully he'll be back soon but in the meantime we'll have to find workarounds.

Quote:

guys we are all vb users. can at least one of you guys help me out here? how can I get the dam guestbook enabled so I can acutally delte posts?
How can I make it so the ADMIN can delte bad webpages.
The edit/delete guestbook entries theoretically should work, but it's a mysterious bug. When I installed this hack on my 3.0.5 test forum, edit/delete was working, but it won't work on my live 3.0.6 forum :ermm: :disappointed: My workaround, I've restricted who has a guestbook/webpage by adding it as an item in the uShop hack. If the user is a 'bad' member, they'll be banned before earning enough points to purchase the guestbook/webpage. If you do need to edit a guestbook/webpage entry you could always edit the entry in the database (user_guestbook and user_webpage tables) although admitedly that's not an ideal solution. Unfortunately, I don't know enough to figure out what's wrong. :(

Quote:

and I removed all my "allowed" tags. anyone has a list I can copy? be nice read what I just said and please help out. Please and thank you.
The default tags were:
HTML Code:

<hr><a><br><b><h1><h2><h3><h4><i><img><li><ol><p><strong><table><tr><td><th><u><ul><font><b><div><center>

T3MEDIA 01-29-2005 01:36 PM

Quote:

Originally Posted by Snow
The default tags were:
HTML Code:

<hr><a><br><b><h1><h2><h3><h4><i><img><li><ol><p><strong><table><tr><td><th><u><ul><font><b><div><center>

Oh thank you. Thank you.

See my problem is I am getting hate guestbook posts on my members pages and they cant remove them. they can edit them but it goes back to the user. some people have pornish type webpages and I cant remove the photos.

there is... if you think about it. Zero admin control with this guestbook bug. it works sometimes... webpage you had no control from the start on editing...

I know he did it for free but everyone on here does it for free.

He seems like a good man but I guess I am upset from the heat I get from usrs.

Jecht 01-31-2005 11:20 PM

I'm just curious, I don't know if this exact question has been brought up yet but

FILE: includes/init.php
AFTER:
$_BITFIELD['usergroup']['genericpermissions'] = array(
BUT before ); just after the last value, insert the following:
'canhaveguestbook' => xxxxxxx,
'canhavewebpage' => xxxxxxx,
'canviewwebpage' => xxxxxxx,
'canviewguestbook' => xxxxxxx,
'canpostguestbook' => xxxxxxx,
CHANGE OUT "xxxxxxx" to the double value of the value just before.

I am just curious, what should I replace the xxxxxxx with for a vBulletin 3.0.6 board? I was at first tempted to just put in the code givin below that

EXAMPLE FOR vB3.0.3: (if you have this version, copy and use below)
'canhaveguestbook' => 16777216,
'canhavewebpage' => 33554432,
'canviewwebpage' => 67108864,
'canviewguestbook' => 134217728,
'canpostguestbook' => 268435456,

but I don't want it causing problems, which I know for a fact most likely willl happen. If someone can just give me a heads up with this, I'm basically done the editing, I just want to make sure I don't mess up at this stage of the game.

Thanks

Lizard King 01-31-2005 11:52 PM

You have to check the last line before 'canhaveguestbook' => xxxxxxxx, and double the numbers that is written over there

Vizionz 02-01-2005 01:53 AM

so anyone know why i wouldnt be able to actually see the webpage or guestbook. in the admin cp i set permissions for groups and set the options in bulletin settings and then went to my profile and tested it and nothing

Jecht 02-01-2005 01:38 PM

Thanks very much for your help, lol I don't know how I overlooked something so simple such as that. Thanks again


~EDIT~

I installed this hack and at first it was working. I managed to get the webpage feature to work, meaning the webpage was showing up in the users profile. I wanted to enable the Guestbook feature but everytime I tried to set the Webpage and Guestbook options to YES, it would save but reset after wards and randomly select yes and no for different options. After every attempt this is what I've been getting

Can have Guestbook? No
Can have Webpage? No
Can view Guestbook? No
Can view Webpage? No
Can post in Guestbook? No

The odd time the "Can have webpage" option is set to yes but nothing works. I did everything that was said in the installation README File, Phrases/Languages, as well as usergroup settings. I'm still going to play around with it and see if I can find the problem myself, but if anyone has a pointer, that might lead me in the right direction of fixing this, it would be much appreciated. Chances are it's something small and I've overlooked it countless times lol :o

synn 02-03-2005 02:33 PM

Things were working fine for me...but I've noticed that my permissions keep changing for those who can view/post in the guestbook/webpages?

Any ideas what may be causing this to happen?

T3MEDIA 02-03-2005 02:46 PM

Quote:

Originally Posted by Deviant++
any options to keep a check on what users uplaod yet ?

Man I have to take my webpage off. I got too many sex pages that I have no dam control over.

that is messed up. this is the best hack here.

later


All times are GMT. The time now is 02:47 PM.

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.02136 seconds
  • Memory Usage 1,757KB
  • 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_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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