Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBWAPMontoring v.1.0a Details »»
vBWAPMontoring v.1.0a
Version: 1.00, by Tayeb Tayeb is offline
Developer Last Online: Aug 2010 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 08-20-2003 Last Update: Never Installs: 12
 
No support by the author.

This hack uses code written by NanoEntity's (Top 10 Hack) and changed by d3f (MSN6Tab), both available at vbulletin.org. Thomas Rudant's WAP Monitoring block for phpnuke was a source of inspiration. All credit to all of them!

Basically, this hack WAP-enables the latest threads in forums. I believe lots more can be done with WAP in conjunction with PHP for data-mining information from Forums.

No templates or hacking of php files is required. Just upload 2 php files and WAP-enable your server, instructions on how to Web-enable included. Check if your php has xml support

You can see more threads and exclude forums by changing values within last.php file, one of files, contained in attached zip.

I'd like to hear from all those that implement this hack, and be informed of any extra features that they may be added.

Zip file updated:

-to avoid conflicts between html and wml headers, index.wml is kept in a subdirectory of forums directory;
-to sort out header information error in some servers, turning on output buffering, a special thanks to Linux

Tayeb
_________
in sunnyPortugal - land of oranges!

Show Your Support

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

Comments
  #22  
Old 08-27-2003, 09:30 PM
Linux's Avatar
Linux Linux is offline
 
Join Date: Feb 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put the both files in the fourm directory

but I am getting this msg when it is open the threads page

Warning: Cannot modify header information - headers already sent by (output started at/public_html/vb/wab.php:4) in public_html/vb/admin/functions.php on line 1863

Warning: Cannot modify header information - headers already sent by (output started at /public_html/vb/wab.php:4) in /public_html/vb/admin/functions.php on line 1863
Reply With Quote
  #23  
Old 08-28-2003, 08:28 AM
Linux's Avatar
Linux Linux is offline
 
Join Date: Feb 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 11:30 PM Linux said this in Post #21
I put the both files in the fourm directory

but I am getting this msg when it is open the threads page


Warning: Cannot modify header information - headers already sent by (output started at/public_html/vb/wab.php:4) in public_html/vb/admin/functions.php on line 1863

Warning: Cannot modify header information - headers already sent by (output started at /public_html/vb/wab.php:4) in /public_html/vb/admin/functions.php on line 1863

I fixed this problem

just turn on output buffering.
i.e. put

PHP:
--------------------------------------------------------------------------------
ob_start();

--------------------------------------------------------------------------------

at the beginning of last.php


it will looks like this

PHP:
--------------------------------------------------------------------------------
<?php
ob_start();
header("Content-type: text/vnd.wap.wml");
--------------------------------------------------------------------------------
Reply With Quote
  #24  
Old 08-28-2003, 09:42 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks very promising! Thanks for sharing..
Reply With Quote
  #25  
Old 08-28-2003, 04:46 PM
Tayeb Tayeb is offline
 
Join Date: Sep 2002
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 10:28 AM Linux said this in Post #22
I fixed this problem

just turn on output buffering.
i.e. put

PHP:
--------------------------------------------------------------------------------
ob_start();

--------------------------------------------------------------------------------

at the beginning of last.php


it will looks like this

PHP:
--------------------------------------------------------------------------------
<?php
ob_start();
header("Content-type: text/vnd.wap.wml");
--------------------------------------------------------------------------------

Thanks Linux

Tayeb
Reply With Quote
  #26  
Old 08-29-2003, 10:38 AM
Linux's Avatar
Linux Linux is offline
 
Join Date: Feb 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Tayeb,

Looking forward to improve it

keep the good work up
Reply With Quote
  #27  
Old 08-29-2003, 01:16 PM
Tayeb Tayeb is offline
 
Join Date: Sep 2002
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 12:38 PM Linux said this in Post #25
Thanks Tayeb,

Looking forward to improve it

keep the good work up
Quite cool! Thanks for the input

Tayeb
Reply With Quote
  #28  
Old 10-20-2003, 06:39 PM
Robink Robink is offline
 
Join Date: Feb 2003
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great Hack... Just what I wanted.

But, I just noticed that I am able to read all threads and see my forum through my WAP phone without any modifications using Google. If I go to google, and go to my vB forum through Google, google someone converts each page to a nicely readable format for my cellphone, and I can read threads, profiles, topics etc.
I havent been able to login to an account yet though
Reply With Quote
  #29  
Old 10-21-2003, 08:22 AM
Tayeb Tayeb is offline
 
Join Date: Sep 2002
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Robink:

I haven't tried out the google's approach. Anyhow the WAP hack is to offer information in a readable manner in the limited screen of a WAP-enabled mobile phone.

You can check the latest threads at my site either using a WAP-enabled mobile phone and point it to http://www.myiwc.com/test or using WAP browser such as one at http://www.wappy.to and pointing to the test page I have made available. Opera browser allows also to access WAP pages.

Tayeb
Reply With Quote
  #30  
Old 10-23-2003, 02:27 PM
Robink Robink is offline
 
Join Date: Feb 2003
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quite nice. But is it possible to read the threads too?
Reply With Quote
  #31  
Old 10-23-2003, 02:50 PM
Tayeb Tayeb is offline
 
Join Date: Sep 2002
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear Robink:

As I said you're limited to the screen of your WAP-enabled mobile's screen. So it'd be difficult to read a thread.

Just check on the http://www.wappy.to point the browser at http://www.myiwc.com/test and use say the Wapsilon Nokia 6210 link to view on a Nokia simulator.

Tayeb
Reply With Quote
Reply


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:19 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.05784 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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