Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > Advanced Warning System (AWS)
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
AWS and vb3.5 Details »»
AWS and vb3.5
Version: , by jluerken jluerken is offline
Developer Last Online: Dec 2018 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-06-2005 Last Update: Never Installs: 0
 
No support by the author.

Hi,

I thinked its asked many many times but I've not seen a concrete YES or NO so far.

I started with the first AWS version and spended hours to update it everytime.
I've never thought that so many ideas will make it into the hack and no I really love it and will not miss it on my board.

Cause I will definetly upgrade to vb3.5 I started to check which hacks I use will be ported to vb3.5 and which not.
For sure I want to see things like AWS on the list of hacks that I will not miss in vb3.5.

Please rewrite it so that it works with 3.5 in the way it is working now with 3.0.7 and we learned to love it.

Regards
jluerken

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #47  
Old 09-09-2005, 10:54 AM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is great news Kirby.
  #48  
Old 09-09-2005, 11:16 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Folks, here is where you can download the vB 3.5 compliant version of AWS.

https://vborg.vbsupport.ru/showthread.php?p=770032

Please keep in mind that my board is still running at 3.0.x, so I cannot test the hack. Until I prepare a test site to test it, I'll consider it as beta, but I am pretty sure it is stable enough.

AWS 3.5 does not include the Notes feature of AWS 3.4.16, I'll pass the code along to KirbyDE to have it incorporated, as soon as possible.

You should all thank KirbyDE for his work. Without him, this version wouldn't have released.
  #49  
Old 09-09-2005, 01:42 PM
TosaInu's Avatar
TosaInu TosaInu is offline
 
Join Date: Jul 2004
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I thank Zero Tolerance for the original hack, sv1cec for making it an advanced very powerful extension and KirbyDE for (helping) porting it to 3.5. Thanks all.
  #50  
Old 09-09-2005, 10:22 PM
mutus123 mutus123 is offline
 
Join Date: Jun 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks kindly to all for their efforts. It is truly appreciated. :up:

just had a quick question about upgrading to vb 3.5 and re-installing this hack.

Do I need to rip out the old AWS templates before I upgrade to vb 3.5, and then install the new version of the hack clean into vB 3.5?

Also any changes to database tables, or can I just leave those as is.

Thanks again really for your time and effort.
  #51  
Old 09-10-2005, 02:11 AM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just tried to upgrade my test site from 3.0.8 to 3.5 rc 3.. well it did not go to well until i uninstall your hack sad to say... can any one help me to get around this.. ? NOt sure if anyone else is having this problem or its just me..
  #52  
Old 09-10-2005, 07:13 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mutus123
Do I need to rip out the old AWS templates before I upgrade to vb 3.5, and then install the new version of the hack clean into vB 3.5?

Also any changes to database tables, or can I just leave those as is.
The Templates are compatible variable-wise, so you don't have to redo them.
The Database Schema also ahsn't changed.
  #53  
Old 09-10-2005, 07:50 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
The Templates are compatible variable-wise, so you don't have to redo them.
The Database Schema also ahsn't changed.
I don't think that this is correct.
At least one table made a problem while upgrade 3.0.x to 3.5.
vBulletin is now using a table field which has the same name than the one AWS uses.

I tried an upgrade of my 3.0.8 board with AWS to vb 3.5 RC1 which brought up an error with a table. This was used from AWS and I had to delete it before the update went well.

I recommended weeks ago to change the AWS tables by adding them a prefix like
aws_
and the field names also
aws_

For future vB releases and other hacks I think this would be a good idea.
  #54  
Old 09-10-2005, 07:54 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was speaking of Templates

But you are right, there was a Field in Table userban (reason) that was previously used by AWS and is now a standard Field.

I am not a big fan of prefixes, therefore I most likely will not do so.
  #55  
Old 09-10-2005, 03:05 PM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
I was speaking of Templates

But you are right, there was a Field in Table userban (reason) that was previously used by AWS and is now a standard Field.

I am not a big fan of prefixes, therefore I most likely will not do so.
Ok but to make sure that vb 3.0.x AWS users can use AWS also in vb 3.5 the table must be renamed before upgrading.
Is AWS for 3.5 giving that field another name or how did you make it working KirbyDE?
  #56  
Old 09-10-2005, 07:33 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This has been beaten to death. No, AWS does not care (during installation) if there is an error in the database, at least it didn't care at the AWS 3.4.x releases, I am not sure if this is true in AWS 3.5, KirbyDE can answer that to you, BUT:

AWS does not care if the "Reason" column is added by AWS installation script or if it already exists in the database. The column "reason" contains the reason why a person was banned. It's the same thing if this reason is added by AWS or by vB. Jelsoft finally decided that it is good to have the reason why someone was banned in the ban record, and added that column. So, there is no real conflict between AWS reason and vB reason, the column contains always the same thing. The reason a member was banned.

And please post your AWS 3.5 related questions in the appropriate thread.

Thank you.
  #57  
Old 09-10-2005, 08:22 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@jluerken
As said, it doesn't really matter if AWS or vBulletin itself added the Field as it contains the same Data anyway.
AWS for 3.5 just uses the Field, it does not try to create or delete it, so there is no need to rename anything or such.
  #58  
Old 09-12-2005, 06:35 PM
mutus123 mutus123 is offline
 
Join Date: Jun 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sv1cec, sorry if it's been beaten to death, I've been trying to follow (and have subscribed to) various threads that talk about AWS and more specifically how it will port to vb3.5, and this is one of a few threads regarding the matter that is updated daily. Since the questions I asked were not answered in the official 3.5.0b AWS release thread (at least not at the time I posted) I used this thread.

It's slightly confusing, but I thought a thread entitled "AWS and vb3.5" was an appropriate place to inquire about "AWS 3.5 related questions". I'll try not to let it happen again. better yet I will go and read through the thread I referenced above. I see it's up to 60+ posts since I went out of town last week, at that time it was only about 10 posts that did not address "upgrading".

Again guys, I can't say it enough, thank you all very kindly for your effort, and sorry about the misplaced questions.
  #59  
Old 09-12-2005, 09:15 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mutus123, I haven't answered to one of your posts. My answer quoted above, refered to jluerken who had asked the exact same thing here:

https://vborg.vbsupport.ru/showthread.php?t=92921

Also, support questions are not supposed to be here. They are supposed to be in the AWS 3.5 release thread, so that either me or KirbyDE know where to look for them. This thread was used only to inform members about the status of the porting.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:50 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.05344 seconds
  • Memory Usage 2,331KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (14)post_thanks_box
  • (14)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (14)post_thanks_postbit_info
  • (13)postbit
  • (14)postbit_onlinestatus
  • (14)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete