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
RELEASE: Newest Member On NON-vB Page Details »»
RELEASE: Newest Member On NON-vB Page
Version: 1.00, by pattox2k1 pattox2k1 is offline
Developer Last Online: Dec 2005 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-06-2002 Last Update: Never Installs: 4
 
No support by the author.

This hack/script will show the newest forum member on your NON-vB Homepage.....This has been tested and works and is the only release, no new versions will be made.....


INSTRUCTIONS:
~~~~~~~~~~
1. Upload "newest.php" to your forums directory. (www.site.com/forums/newest.php)
2. Put the following code where you want the message and newest member to be displayed, put this code there:

<?php require('http://www.site.com/forums/newest.php'); ?>


3. Upload the edited site to where it is usually stored and watch the script in action


(PS: newest.php is attatched!)




ENJOY!

Show Your Support

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

Comments
  #2  
Old 09-07-2002, 03:25 AM
pattox2k1's Avatar
pattox2k1 pattox2k1 is offline
 
Join Date: Jan 2002
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

heres a screenshot of it in action




ENJOY!
Reply With Quote
  #3  
Old 09-07-2002, 07:36 AM
Intex Intex is offline
 
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice - will check that out later .
Reply With Quote
  #4  
Old 09-07-2002, 09:43 AM
Brainmaster's Avatar
Brainmaster Brainmaster is offline
 
Join Date: Jul 2002
Location: Germany
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where can I get the Forum Login on not vB Board?

thx
Reply With Quote
  #5  
Old 09-07-2002, 01:32 PM
pattox2k1's Avatar
pattox2k1 pattox2k1 is offline
 
Join Date: Jan 2002
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thats easy, put this code into your site:

<FORM
action=http://www.site.com/forums/member.php
method=post>
<DIV align=center><FONT size=2>Forum Info/Login
</FONT></DIV>
<DIV align=center><FONT
size=2>Username:</FONT><INPUT type=hidden
value=login name=action><FONT size=2>&nbsp;
</FONT><INPUT class=bginput size=7
name=username><FONT size=2> &nbsp;&nbsp;Password:
</FONT><INPUT class=bginput type=password size=7
name=password><FONT size=2> </FONT><INPUT class=bginput type=submit value=Login!><FONT
size=2> <BR></FONT><A target=_blank
href="http://www.site.com/forums/register.php?s=&amp;action=signup"><FONT
size=2>Register</FONT></A>

ENJOY!
Reply With Quote
  #6  
Old 09-07-2002, 04:12 PM
rapsearch's Avatar
rapsearch rapsearch is offline
 
Join Date: Aug 2002
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the login box is very cool...but is there a way to make it recognise you as a returning member??.. i mean.. when you return to the non vb page where this box is.. it's exactly the same..

klnow what i mean??

Something like: https://vborg.vbsupport.ru/showthrea...threadid=43014

But maby in a more simpel way?? cause i can't get the one from the url above to work
Reply With Quote
  #7  
Old 09-07-2002, 08:52 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could always put this :

PHP Code:
<?php
error_reporting
(7);

chdir('./path-to-your-forum');
require(
'./global.php');
?>
Remember to change "path-to-your-forum" to the path of your forums...

Then you can use global variables in the page...

For instance :

Code:
Welcome back, $bbuserinfo[username]
That would display :

Code:
Welcome back, "the user's name"
Satan
Reply With Quote
  #8  
Old 09-08-2002, 05:10 AM
pattox2k1's Avatar
pattox2k1 pattox2k1 is offline
 
Join Date: Jan 2002
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, i have made that hack as well, it has a bug which i am fixing now and will be released when it is fixed
Reply With Quote
  #9  
Old 09-09-2002, 02:07 PM
rapsearch's Avatar
rapsearch rapsearch is offline
 
Join Date: Aug 2002
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

understand that... but that code need to be on top of the page right??.. i mean before <html>

Cause i want the info to be displayed in blovks in my site and can't add the code to the top casue that messes up the script i use
Reply With Quote
  #10  
Old 09-10-2002, 11:54 AM
Brainmaster's Avatar
Brainmaster Brainmaster is offline
 
Join Date: Jul 2002
Location: Germany
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THX it works


Quote:
Originally posted by pattox2k1
thats easy, put this code into your site:

<FORM
action=http://www.site.com/forums/member.php
method=post>
<DIV align=center><FONT size=2>Forum Info/Login
</FONT></DIV>
<DIV align=center><FONT
size=2>Username:</FONT><INPUT type=hidden
value=login name=action><FONT size=2>&nbsp;
</FONT><INPUT class=bginput size=7
name=username><FONT size=2> &nbsp;&nbsp;Password:
</FONT><INPUT class=bginput type=password size=7
name=password><FONT size=2> </FONT><INPUT class=bginput type=submit value=Login!><FONT
size=2> <BR></FONT><A target=_blank
href="http://www.site.com/forums/register.php?s=&amp;action=signup"><FONT
size=2>Register</FONT></A>




ENJOY!
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 07:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05074 seconds
  • Memory Usage 2,296KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete