1
cage77
Track Members & Guests IP Addresses
  • 2006/8/12 17:27

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


Does anyone know if there is a way to track or log ip addreses? I am wanting to get ip addresses from members as well as guests ip's in order to moniter my site.

I have had a few hackers and thought it would be a good idea to log or track them.

Although, it would also be a good idea to just back-up the site and MySQL database as well.

Thanks,

Cage



2
cage77
Re: Help: CBB 2.2 Signatures not showing up?
  • 2006/6/21 4:27

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


I had the same problem with sigs not showing.

I found the answer in this post: Sig Post

Hope this helps...

http://www.foxspecialops.com



3
cage77
Re: sigs not showing
  • 2006/6/21 4:26

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


I had the same problem with sigs not showing.

I found the answer in this post: Sig Post

Hope this helps...

http://www.foxspecialops.com



4
cage77
Re: New Post Images Show for All Forum Topics
  • 2006/6/20 19:17

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


Please help me... I am hoping someone out there has come accross this bug when upgrading.

Thanks



5
cage77
New Post Images Show for All Forum Topics
  • 2006/6/20 5:30

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


I upgraded to Newbb 3.04 from 2.3somthing... Now I have a new post forum button for each forum even though not all of the forums have new posts in them.

Please let me know what I can do to fix this.

Thanks,

Cage



6
cage77
Re: Xoops 2.2.3 graphics not showing up in Internet Explorer
  • 2006/5/30 19:27

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


I have this same problem and I did a search and found nothing that solved this problem. Does anyone else have a solution to this?

Thanks,

Cage77



7
cage77
module table name change
  • 2006/5/17 4:30

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


How do I change the table name a module uses for MySQL before installing the module. I tried to install the same module after uninstalling it and it gives me an error saying that table name allready exists.

Is there a way to change the table name before reinstalling it or is there a way to fix the error I am getting.

Please help...

Thanks

Cage77



8
cage77
Re: Help with newbb2 forum need to change colors via css or newbb.css
  • 2006/4/8 14:44

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


WOW! that was an easy solution to that problem... :o)

YOU ROCK Bandit-X!

Thanks for your help. The red carpet will allways be rolled out for you at:

San Antonio Spurs Fans

THANKS A BUNCH

Cage77



9
cage77
Help with newbb2 forum need to change colors via css or newbb.css
  • 2006/4/8 6:14

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


I want to change the colors of the title header for each forum title. If you go to: spurs forum that the spurs vs. wizards title bar that I tried to make black by editing the newbb.css file. Although, I was able to get part of that background title bar to turn black, still some of the background is the default blue.

If anyone could help I would greatly appriciate it!

Thanks,

cage77

newbb.css file consist of this:

/* -- style.css -- */
div.karma
{
background-color: transparent;
text-align: center;
border-top: 1px solid #DDDDFF;
border-left: 1px solid #DDDDFF;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
padding: 10px;
}

span.digest
{

}

span.index_title{
float: left;
border: 0px;

}

span.index_extra{
float: right;
padding: 2px;
border: 0px;
}

div.signature {
bottom: 10px;
}

div#index_welcome{
margin: 10px;
margin-bottom: 10px;
clear: both;

}
html>body div#index_welcome {
margin-bottom: 15px;
}

#index_welcome div.title{
font-size: 18px;
font-weight: bold;
border-bottom: dashed 1px;
padding: 5px;

}

#index_welcome div.desc{
padding: 5px;
font-size: 12px;

}

#index_welcome div.visit{
text-align: right;
font-size: 11px;

}

#index_forum a{
font-weight: bold;


}

table.index_category{
border: 0px;
margin-top: 10px;
margin-bottom: 5px;



}

table.index_category td{
padding: 2px;
background-color: #000000;
color: #FFFFFF;

}

table.index_category, tr.head td{
background-color: #000000;
color: #FFFFFF;
}

table.index_category .desc, table.index_category .desc a{
font-weight: normal !important;
margin-top: 2px;
margin-bottom: 0px;


}

#index_forum span.item{
padding: 0px 5px 0px 5px;
margin: 0px;
border: 0px;

}

#index_forum span.extra{
float: right;
text-align: left;
margin: 0px;
}

div#forum_header{
margin: 5px;
clear: all;

}

// this is where the title is partially black (I would like the whole title bar to be black and the footer too)

div.comTitle {

background: Black;
}



#forum_header div{
padding-top: 5px;
}



/* -- dropdown menu -- */

div.dropdown{
float: left;
}

div.dropdown .menu, div.dropdown .userbar{
font-weight: bold;
float: left;
margin: 0px 1px;
border: 0px !important;
padding: 0px;
background-color: #999999;
}

div.dropdown .item{
font-weight: bold;
padding: 2px 5px;
white-space: nowrap;
border: 0px !important;
}

div.dropdown ul, div.dropdown table {
width: 135px;
}
/* -- dropdown menu -- */

/* -- user level -- */
table.userlevel{
width: 90%;
border: 0px;
padding: 0px;
border-collapse: collapse;
border-spacing: 0;

}

table.userlevel td{
height: 13px;
padding: 0px;

}

table.userlevel td.end{
width: 3px;
}

table.userlevel td.end img{
width: 3px;
height: 13px;
}

table.userlevel td.center{
width: 100%;
}

table.userlevel td.center img{
height: 12px;

}
/* -- user level -- */



10
cage77
Re: Need suggestion for a module!
  • 2006/1/15 4:28

  • cage77

  • Just popping in

  • Posts: 11

  • Since: 2006/1/14


Do you know of a module that is allready available that I could use?

Thanks,

cage77




TopTop
(1) 2 »



Login

Who's Online

143 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 143


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits