» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 74
0 members and 74 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Clan members module? within the Nuke 6.5 to 6.9 - Modules forums, part of the PHP-Nuke 6.5 to 6.9 category; Im not a huge fan of the vwar clan mod. Its a tad to much for most non FPS games. ...


Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - Modules

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 04-23-2003, 07:30 PM
Junior Member
 
Join Date: Jan 2003
Location: Brooklyn
Posts: 94
Send a message via AIM to Br00klynzzfinest
Im not a huge fan of the vwar clan mod. Its a tad to much for most non FPS games.

If you dont know enough php to make your own mod, you could always make a simple html page with images and text for each clan member and use the "Module maker" found on the Nukemods Menu, to make the html into a php module.

Just an easy idea.. not very efficient, but it would work ok I guess.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 04-23-2003, 08:21 PM
Junior Member
 
Join Date: Apr 2003
Posts: 29
If u want to get a list of member on a block instead, then u can also get them to get an icq number, and use that to see when they r online or not, this is very easy to do and its easy html, which as he said, go to the main menu and make a block for it.

Just a suggestion, i run 2 clans :wink:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 04-23-2003, 08:35 PM
Junior Member
 
Join Date: Apr 2003
Location: Altus, Oklahoma
Posts: 150
Send a message via AIM to cosclan Send a message via MSN to cosclan Send a message via Yahoo to cosclan
yeah you didnt anwser my question is it for nuke 6.5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 04-24-2003, 02:36 AM
Junior Member
 
Join Date: Mar 2003
Posts: 11
i haven't gotten a chance to check out the documentation yet, but looks to me to be more of a separately styled module, not too dependent on nuke from what i can see... kinda similar to Gallery 1.3, from what i could see on his site (if you know anything about gallery, you would know it can work by itself, or in a nuke environment)

but, this is just me guessing, lol, i'm gonna try it and i'll post my results
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 04-24-2003, 04:25 AM
Junior Member
 
Join Date: Apr 2003
Posts: 6
Originally Posted by dhirmadi
i've created a clans module a while ago. it's aimed at multiple clans though. check it at www.moonshade.com -> clans and let me know if it is of any use to you.

regards
I'm interested in that mod. Could you send it to aud669@yahoo.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 04-24-2003, 09:05 AM
Junior Member
 
Join Date: Apr 2003
Posts: 3
Hi,

If you really want a clan member page ===>> www.vwar.de

example here: Vwar 1.4.0 + PhpNuke 6.5: www.clan-as.net
(check Clan Section block on left menu)

Of course it also works with PhpNuke 6.0.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 04-24-2003, 10:02 AM
Junior Member
 
Join Date: Apr 2003
Posts: 5
Im also interested in that clan mod..

I cant make the vwar to work...
Get lots of mysql error and some other things, even when i follow all things correctly...

So send me that stuff on "ghost_x666x@hotmail.com"

-Ghost
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 04-25-2003, 05:37 AM
Junior Member
 
Join Date: Mar 2003
Posts: 11
asmatt, i assume that's your site, how did you get vwar to work using nuke's header/footer files? i tried it, got an error..

also, i noticed u have the vwar files in your nuke root, but your links in that left-hand block act as if vwar is a module, are u just using php redirect files?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 04-26-2003, 07:51 AM
Junior Member
 
Join Date: Apr 2003
Posts: 3
Hi there

Sorry I was away :roll:

First: here are links to get:
- Vwar 1.4.0: vwar.v1.4.0.php-nuke6.5-hack.rar
- Vwar 1.4.0 blocks: vwar.v1.4.0.php-nuke6.5-hack-blocks.rar

Both work very well

and here is code used in my block-clan.php". This block is located on left menu.

Quote:
<?php
/************************************************** **********************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************** **********************/
if (eregi("block-clan.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .= "<big>&</big>&<a href=\"war.php?action=nextaction\">Next Match</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanMember\">Clan Members</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanWar\">Clan Wars</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanKalender\">Clan Calendar</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanStatistik\">Clan Statistics</a>
";
$content .= "<big>&</big>&Clan WebMail
";
$content .= "<big>&</big>&Clan Login
";
$content .= "<big>&</big>&<a href=\"modules.php?name=pquery\">Live Server</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=Stats&site=1\">Stats Server</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=FatalQuery&op=maps\">Maps Server</a>";
?>
Apparently, it is adviced that Vwar and Nuke tables are in same database.

You should also take a look in Vwar site (www.vwar.de), there are 2 forums dedicated for english language

Note: I do not have a Vwar directory (I got too many problems before), so now Nuke and Vwar are in same directories.


Hoping that will help you


Cya
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 05-13-2003, 04:22 PM
Junior Member
 
Join Date: May 2003
Posts: 1
Me too
yeah send that to me too if u don't mind.. m_i_k_e@cox.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Members Module to show user Groups? CokeKid Nuke 7.x - Modules 0 10-11-2005 05:25 PM
Clan battle module rok-lotus Nuke 7.x - Modules 1 04-13-2005 06:07 PM
In search of a clan module DaPimp Nuke 7.x - General 2 03-14-2005 07:44 AM
Members List Module AdR3NaLiN Nuke 7.x - General 0 03-13-2005 08:35 AM
need help with members module skyracing Nuke 7.x - Modules 1 12-14-2004 10:34 PM


All times are GMT -5. The time now is 02:14 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31