Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugins by xlr8or (Moderator: Freelander)Echelon Web Tool Modifications
Pages: 1 [2]   Go Down
  Print  
Author Topic: Echelon Web Tool Modifications  (Read 10485 times) Bookmark and Share
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #15 on: June 01, 2007, 12:47:45 AM »

Maybe thorn could supply us with an svn account/place? It's probably going to give us version problems this way.
Logged


Former Dev. (senate)
*****
Posts: 350
Offline Offline
« Reply #16 on: June 01, 2007, 11:34:56 AM »

Suppose I could. I've been meaning to move the b3 Trac to this server. Do you guys want a Trac for XLR too?
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #17 on: June 02, 2007, 12:04:28 PM »

svn/trac for echelon would be a good start I guess. Maybe if there are new developers for the other plugins we could add them later on?
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #18 on: January 05, 2008, 03:25:41 AM »

Bumping this back up.

Been wanting to know the status of svn and soggy's work on echelon?
Logged

Full Member
***
OS: Windows
Type: Renting Server with B3
Gameservers: COD2
Posts: 127
Offline Offline
WWW
« Reply #19 on: January 31, 2008, 09:00:49 AM »

ive been buried in normal everyday work and life itself. I have a really rough draft that my previous clan is using but wont have time to finish it.    Undecided
Logged

Former Dev. (senate)
*****
Posts: 350
Offline Offline
« Reply #20 on: January 31, 2008, 01:20:25 PM »

Oh, I just realized this thread was addressing me. I'll see what I can do.
Logged
Newbie
*
Posts: 8
Offline Offline
« Reply #21 on: March 12, 2009, 02:19:57 PM »

i'm a server admin on the site soggy used to be apart of. i'm updating his work with b3 and our Echelon to the latest version of php. right now i'm working with php 3.1.1 of his work

i'm trying to get the next page to function. this is one small thing he could not get working with the echelon customization.
the coding he left is:

<?php
//build the page up page down stuff
if ($pagenumber > 0)
echo "<td><a href='$currentpage?mode=$mode&orderby=".$_GET['orderby']."&order=$sort&pagenumber=0'>first</a></td>";

if ($pagenumber > 0)
echo "<td><a href='$currentpage?mode=$mode&orderby=".$_GET['orderby']."&order=$sort&pagenumber=".($pagenumber - 1)."'>previous</a></td>";

if ($pagenumber < $totalpages)
echo "<td><a href='$currentpage?mode=$mode&orderby=".$_GET['orderby']."&order=$sort&pagenumber=".($pagenumber + 1)."'>next</a></td>";

if ($pagenumber < $totalpages)
echo "<td><a href='$currentpage?mode=$mode&orderby=".$_GET['orderby']."&order$sort&pagenumber=$totalpages'>last</a></td>";
?>

i've tried different varients to get the next page to fire off but it will not do anything. it just goes to a blank white page, any thoughts on why?
Logged
Echelon v2. Dev.
Former Dev. (senate)
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 114
Offline Offline
WWW
Support Specialty: Echelon v.2
« Reply #22 on: March 12, 2009, 02:47:11 PM »

Check your varible $currentpage. If you are using the one setup by default the name for it is $currentPage. Varibles are case senative so you need to make sure you case is correct. Thats just after a quick look.
Eire.32
Logged

Eire.32
Newbie
*
Posts: 8
Offline Offline
« Reply #23 on: March 12, 2009, 03:03:50 PM »

i double checked, my variable is:

$currentpage = $http_server_vars["php_self"];''

i just need to get the next button working, all of the other 3 listed here work fine
Logged
Echelon v2. Dev.
Former Dev. (senate)
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 114
Offline Offline
WWW
Support Specialty: Echelon v.2
« Reply #24 on: March 14, 2009, 08:40:11 AM »

Not sure but you might want to compare the last two buttons you have, you've got a typo.
Quote
if ($pagenumber < $totalpages)
echo "<td><a href='$currentpage?mode=$mode&orderby=".$_GET['orderby']."&order=$sort&pagenumber=".($pagenumber + 1)."'>next</a></td>";

if ($pagenumber < $totalpages)
echo "<td><a href='$currentpage?mode=$mode&orderby=".$_GET['orderby']."&order$sort&pagenumber=$totalpages'>last</a></td>";
That might be your problem. Your proboly getting a blank page because of this. The page exsists but the info your seekingfrom the page does not so Smiley
Eire.32
Logged

Eire.32
Newbie
*
Posts: 8
Offline Offline
« Reply #25 on: April 17, 2009, 02:01:57 PM »

i tried taking out the = here, that did not work

so i tried adding it to the last function and that did not work either

any other suggestions? the next button still isnt working
Logged
Tags:
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal