The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Login to VB from your Homepage. Plus other features. Details »» | |||||||||||||||||||||||||||
Login to VB from your Homepage. Plus other features.
Developer Last Online: Jun 2003
Hello.
This hack will allow you to login from your homepage, then be redirected to your homepage (or anypage you like), and if already "Cookied" then it will say hello. It will also display total posts on your homepage, And loads of features to come :: Private messages, new posts since last visit top posts, newest member All on your homepage. Beta tested needed. ** Attached file opens in WORDPAD ** Show Your Support
|
Comments |
#22
|
|||
|
|||
i will just upload it...
here any problems let me know |
#23
|
|||
|
|||
ok for some reason I cant get it too just show the total numbers of people who are logged on, period.
Also, the Guests doesnt count right... I have about 60 guests on right now, and it says 3. Any clue? |
#24
|
||||
|
||||
Joecool...Do i need the first one (zip file) to use this text addon?...
If possible, it would be good to edit your first post here with the latest install instruction, just to keep this thread organised... I'm deffinately feeling this hack.. but will wait until its "finished"...so many dope ideas are said, i'd love to see them combined |
#25
|
|||
|
|||
Okay thianks.. I am gonna re-write the script to include everything... Also the above (home.txt) should work but you will need to do Step 1 in the attached zip file.
|
#26
|
||||
|
||||
ok....i'll keep an eye on this one .... waiting for the re-written version
Thanks for this great addon.. |
#27
|
|||
|
|||
Okay people, today i am gonna finalise this hack, I will be adding bits to show:::
Show a Member if they have a NEW PM on your homepage, this will allow, if user cannot be recoginsed it will say "Not logged in" and if they have one PM it says you have 1 message.. etc etc.. Aldo it will allow people to click the number and be redirected to the PM Folder. Wow.. But its still BETA so the will be bugs. |
#28
|
|||
|
|||
This is the code I am using for the front of www.ac2hq.com :
Code:
<? if ($bbuserinfo['userid']!=0) { $pmlink="http://www.ac2hq.com/forum/private.php?s=".$session[sessionhash]; $username=$bbuserinfo['username']; $allpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] $ignoreusers"); $newpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] AND dateline>$bbuserinfo[lastvisit] AND folderid=0 $ignoreusers"); $unreadpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] AND messageread=0 AND folderid=0 $ignoreusers"); $pmlink="http://www.ac2hq.com/forum/private.php?s=".$session[sessionhash]; print("<align='center'><span class=\"accent\">Welcome $username!</span></b><br>"); print ("<a href=\"$pmlink\">$unreadpm[messages] Private Messages. </a><br>"); print("<align='center'><b>[ <a href='http://www.ac2hq.com/forum/index.php'>Enter Forum</a> ]</b><br>"); } else { ?> <span class="accent">Please Login:</span><br> <form action="http://www.ac2hq.com/forum/member.php" method="post"> <input name="username" type="text" size="7" /> <input name="password" type="password" size="7" /> <input name="submit" type="submit" value="Login!" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="action" value="login" /> </form><font size=1><a href="http://www.ac2hq.com/forum/register.php?s=&action=signup">Register Here</a></font><br> <? } ?> <!--<?php $numbersmembers=$DB_site->query_first("SELECT COUNT(userid) AS users FROM user"); $numbermembers=$numbersmembers[users]; $newestuser = $DB_site->query_first("SELECT userid,username FROM user ORDER by joindate DESC LIMIT 1"); echo "Total Members: $numbermembers <br>"; ?> |
#29
|
||||
|
||||
Quote:
|
#30
|
||||
|
||||
God i want this hack.. but I just wish there was a way around it.. since my forums and site are different servers
|
#31
|
|||
|
|||
Hey, i found a way round it... I am gonna test it myself, if okay, then wow.. i will let you know...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|