• ARCHIVES 
  • » [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

xinah
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

uhmmn..how about the color and size of the texts?can i change it or not:question:
iconald
» FTalker
FTalk Level: zero
273
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

yeah you can change color and size in your tracker.css

Last edited by iconald (2007-11-09 04:35:16)

aftermath
» FTalkAddict
FTalk Level: zero
439
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=xinah]@ aftermath..yeah..tears of joy..!!!i've been in this topic for the whole day..i think..more than 5 hours just to make it work..then,by desperation..and a lot of help from the ftalk members..i made it..hihi..just one more question.. can i remove the ip address of my visitors in my wvm?and also..i want to change the time and date..can it be?[/quote] You can hide the IP address just put or change the value of the element [quote].strong{display:none;}[/quote] in your tracker.css.
irissia
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[b]how can i change the color of it's scrollbar:)[/b]
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=irissia][b]how can i change the color of it's scrollbar:)[/b][/quote] Add /* CUSTOM SCROLLBARS */ (blue fonts below) and change the HEX VALUE color of the bold texts... [quote]/* Reset and base font: base font = Arial 11px/1.22em, #[color=green]8B008B[/color] (scale: 10px = 90%; 12px = 109%; 14px = 127%; 16px = 145%) */ table,tr,body,div,td {margin:0;padding:0;border: 0px;} body {color:#[color=green]8B008B[/color];font:11px arial,helvetica,sans-serif;} table {font-size:inherit;font:100%;} body { text-align: center; background: transparent overflow-y:scroll } /* Default link styles */ a { font-weight: bold; } a:link, a:visited, a:active, a:hover { text-decoration: none; color: #[color=orange]BC8F8F[/color]; } a:hover { text-decoration: underline; color: #[color=orage]BC8F8F[/color]; } a.action:link, a.action:visited, a.action:hover, a.action:active { color: #[color=orange]BC8F8F[/color]; } #main, .row , tr, td { width: 100%; } #top, #foot, #ad { padding: 5px } .row td { padding: 5px } span, .more, .visit, .copy { font-size: smaller; } .imageblock { vertical-align: top; background: transparent; overflow: hidden; height:75px; width:75px; text-align: center; border: #F0E68C 4px ridge; } img { height: 75px; border: 0px; } .visit { margin-bottom: 5px; } .even { background: transparent; } .rtd, .ltd { vertical-align: top; } .ltd { width: 85px; } .rtd { padding-left: 0px !important } sup { font-size: .5em } .online { color: green; font-weight: bold } .strong { font-weight: bold; } #plinks a:link, #plinks a:visited, #plinks a:active, #plinks a:hover { text-decoration: none; } .pageselected:link { color: #DDDDDD; } [color=blue]/* CUSTOM SCROLLBARS */ body { scrollbar-face-color: #[b]F0E68C[/b]; scrollbar-highlight-color: #[b]BC8F8F[/b]; scrollbar-shadow-color: #[b]4682B4[/b]; scrollbar-3dlight-color: #[b]4682B4[/b]; scrollbar-arrow-color: #[b]ffffff[/b]; scrollbar-track-color: #[b]BC8F8F[/b]; scrollbar-darkshadow-color: #[b]8B008B[/b]; } [/color] /* IMAGE EFFECTS */ a:hover img { filter:none; } img { filter:alpha(Opacity=100,FinishOpacity=0,Style=2); }[/quote]

Last edited by levisornothing (2007-11-09 06:39:06)

xinah
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

so..changing text's color and text and hiding ip address is editing tracker.css how about this code?it does'nt work on mine.. [quote=iconald]remove the scrollbar [quote]/*TRACKER OBJECT*/ if (typeof TRACKER == "undefined") { TRACKER = {}; } TRACKER = { //iframe css style: { filter: "chroma(color='#FFFFFF')", width: '300px', height: '515px', border: '0px', [b]overflow: 'hidden'[/b] },[/quote] change [b]overflow: 'hidden'[/b][/quote]
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=xinah]so..changing text's color and text[/quote] REFER TO MY POST [b]#625[/b] for base font & body font change the [color=green]green fonts [/color]respectively for link, hover & action change the [color=orange]orange fonts [/color]respectively

Last edited by levisornothing (2007-11-09 06:45:47)

irissia
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[b]@ levi..thnx so much..means so much to me:)[/b]
xinah
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

@levis..how about removing the scroll bar on wvm?can it be removed?i've tried that code above..each time i put that overflow: 'hidden' my codes did'nt work..how come..?
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=xinah]@levis..how about removing the scroll bar on wvm?can it be removed?i've tried that code above..each time i put that overflow: 'hidden' my codes did'nt work..how come..?[/quote] In 'tracker.txt": [quote]/*TRACKER OBJECT*/ if (typeof TRACKER == "undefined") { TRACKER = {}; } TRACKER = { //iframe css style: { filter: "chroma(color='#FFFFFF')", width: '300px', height: '[b]515[/b]px', border: '0px' }, //iframe attributes attributes: { frameborder: '0', allowtransparency: 'true' }, phplink: "http://wvm31.x10hosting.com/tracker.php", display: 4, /*do not edit below this line*/ /* WVMv3.1.1 by marfillaster, (c) 2007 www.friendster.com/mumbhaki credits: feruzz, friendstertalk.com, www.friendster.com licensed under GNU General Public License, version 2 http://www.gnu.org/licenses/gpl.html Disclaimer: NO GUARANTEE and WARRANTY provided! For educational purposes only. Author will not be liable of ANY damage through the use of this program */[/quote] try increasing that [b]515[/b] until the scroll bar disappears...

Last edited by levisornothing (2007-11-09 07:01:19)

xinah
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

yeah..the scrolling is gone..i adjusted it to 550..but i mean..the scrollbar..can it be removed..?
marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

you can, try to remove it in your tracker.css look for [b]overflow-y:scroll[/b] then delete it, but i guess it will not look the same in all browser
vistalin
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

im just done all the steps n it works..but how to move this wvm box to the top just above the friends n groups box..n also can i reduce the vistors pic display n make it the same size as it appears on friends box..thx before
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=marfillaster]you can, try to remove it in your tracker.css look for [b]overflow-y:scroll[/b] then delete it, but i guess it will not look the same in all browser[/quote] What is happening is some are deleting the scrollbar by removing the overflow but not realizing they must also increase the height of the box in order to see all the viewers info like going to the next page :)
mapl
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

Still getting iframe error even with updated files.
Peepo23
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

isnt there another new auto-send-smiley code for who's viewed me? im having difficulties with this, my browser crashes.. i think auto send smiley code is fine.. :rolleyes:
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[color=green]@Marfillaster [/color] [color=blue]Could you please advice us how to get rid this display(inside the yellow box)?[/color]: [img]http://h1.ripway.com/kaizer17/wvm.JPG[/img]

Last edited by levisornothing (2007-11-09 19:39:17)

aftermath
» FTalkAddict
FTalk Level: zero
439
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=levisornothing][color=green]@Marfillaster [/color] [color=blue]Could you please advice us how to get rid this display(inside the yellow box)?[/color]: [url]http://h1.ripway.com/kaizer17/wvm.JPG[/url][/quote] Edit tracjer.js and replace status regexp with this, [quote]status: /male, [\d]*, ([\S\s]*?)<\/span><\/li>/i,[/quote]
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=aftermath][quote=levisornothing][color=green]@Marfillaster [/color] [color=blue]Could you please advice us how to get rid this display(inside the yellow box)?[/color]: [url]http://h1.ripway.com/kaizer17/wvm.JPG[/url][/quote] Edit tracjer.js and replace status regexp with this, [quote]status: /male, [\d]*, ([\S\s]*?)<\/span><\/li>/i,[/quote] [/quote] My profiles are ok. I think some of renalvir's database users are still using the very very old tracker.js if they use the latest tracker.js, there shouldn't be any problem...

Last edited by levisornothing (2007-11-09 23:56:53)

xinah
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

hmmn..i have removed the scrollbar now..but the fonts in my wvm go shrink.. i'll just renovate my profile first..a little bit..hehe.. i need to re-edit my codes..but,i'll be back.. :D

Last edited by xinah (2007-11-10 10:18:42)

  • ARCHIVES 
  • » [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

Board footer

© 2024 F Talk

Current time is 14:02

[ 9 queries - 0.037 second ]
Privacy Policy