Pages: 12
[img]http://h1.ripway.com/elgwapo0/images/wvmyspace.JPG[/img]
[quote]This is just your basic tracker. Still room for improvement. Online/offline status, # of visits, & duration of visits are [b]not yet implemented![/b] I haven't understood those parts yet.
[b]!important - Requires JS file
Features:[/b]
* will record N@me, @ge, s3x, L0cat!on, URL, & M00d.
* will record the absolute last date & time of visit
* It will record most of the time even if the user hasn't set his @g3, s3x, or l0cation properly[sup]*see image above[/sup]
* carousel function - it slides once you have 5 records & up[/sup][/quote]
[b]Step 0:[/b] Have a r!pway account.
[b]Step 1:[/b] Create a subfolder
[b]tracker[/b]
[b]Step 2:[/b] Copy & create the following files in that subfolder using ripway.
[b]FILE 1[/b] - save as [b]jquery.txt[/b]
<">[b]FILE 2[/b] - save as [b]jquery.jcarousel.pack.txt[/b]
<">[b]FILE 3[/b] - save as [b]skin.css[/b]
<">[b]FILE 4[/b] - save as [b]tracker.css[/b]
<">[b]FILE 5:[/b] create an empty file - save as [b]shak.txt[/b]
Don't tell you're gonna copy this box
<">[b]FILE 6: The PHP[/b] - copy, change [b]UR_FRIEND_ID[/b]. To find it, scan down and look for the very 1st trace of [b]<?php code[/b] - Got it? Good, now create file - save as [b]tracker.php[/b]
<">[b]Step 4:[/b] Paste an addBox function into your jsfile. If you don't have one and you have a CSS file, then try this one. This is the [b]addBox1.0[/b] I created, and so far it's the only one available
[quote]function addBox(TTL,cont,syde){
rightside=document.getElementById('Table1').parentNode.parentNode.parentNode.parentNode.parentNode;
leftside=document.getElementById('profileV1main').getElementsByTagName('td')[2];
if (syde=="right"){
htm="<br/><table class='newBox' width='455px' cellspacing='0' cellpadding='0' bordercolor='#000000' border='0'><tr><td class='text tdborder' align='center' valign='middle' style='color:#ffffff'>"+TTL+"</td></tr><tr><td align='center' valign='middle' style='color:#ffffff'>"+cont+"</td></tr></table>";
rightside.innerHTML+=htm;
}
if (syde=="left"){
htm="<br/><table class='newBox' width='300px' cellspacing='0' cellpadding='0' bordercolor='#000000' border='0'><tr><td class='text tdborder' align='center' valign='middle' style='color:#ffffff'>"+TTL+"</td></tr><tr><td align='center' valign='middle' style='color:#ffffff'>"+cont+"</td></tr></table>";
leftside.innerHTML+=htm;
}
}[/quote]
this is the [b]addBox's CSS[/b], include it with your profile's CSS
<">[b]Step 5:[/b] Copy this code & replace the 2 instances of [b]URL_TO_TRACKER.PHP[/b]
They are near the bottom of this code. 1 in the [b]wvm iframe[/b] and the other in the [b]document.getElementById('wvm').src[/b]
but I think what matters is that his info is recorded. For [i]null[/i] moods, I'm still not sure
It will probably not send the info to your tracker, so make sure you've [b]set your mood status[/b] before implementing
Oh God, I hope that never happens
Often times mysp@ce will alter the code in your linker when you're not looking. We may never have a new linker, [b]so here's my headsup:[/b] Follow the precautions I mentioned in the underground and also I suggest that if you're signed in, that you should never sign out. I think signing out can sometimes cause their server to detect for linkers
[/quote]
[b]credits: to Marfillaster[/b] as I have based alot of the PHP from his friendster version. The JS, I based from a HTML parser I found on the net and parsed the info myself
The [b]tracker.css[/b] still has [b]Shirow's[/b] name on it
PEACE!
That was alot of files. I think I've mentioned everything, but If it doesn't work on your proffy's, then I'll see if I can correct it by tomorrow. If it does work, then please show your appreciation by hitting the [b][color=green]green button[/color][/b]
Last edited by shakiro214 (2008-05-02 01:28:56)


n seems that my proffile in ur preview..haha 

the addbox function need to be improved litle bit..look messup in my pfoffy..
but is okey at least u manage to create it..
looks like it conflict with my css file..i need to fix it later..
thanks bro:D
quite worried bout the linker:smoke:
myspace really good in filtering..
im waiting more updates from urs soon..
Last edited by thephrenetic (2008-04-18 03:38:47)
You have a great myspace profile
[img]http://www.clicksmilies.com/s1106/musik/music-smiley-011.gif[/img]
[quote].jcarousel-prev {
display: none;
}
.iradius50 {
position:relative;
}
-->
</style>
<link type="text/css" rel="stylesheet" media="screen" href="skin.css" />
<link rel="stylesheet" type="text/css" media="screen, print" href="tracker.css" />
<script type="text/javascript" src="jquery.txt"></script>
<script type="text/javascript" src="jquery.jcarousel.pack.txt"></script>
<?php
$phpowner="[b]UR_FRIEND_ID[/b]";
$limit=10000;
$owner=$_GET["ownerID"];
$id=$_GET["friendID"];
$photo=$_GET["photo"];
$mood=$_GET["mood"];[/quote]
I cannot determine the problem with such limited feedback. I need to see your myspace page & your js file
Last edited by lilprincess950 (2008-04-20 11:01:06)
[b]@lilprincess[/b]
your linker is appending a hundred scripts to the navigationBarDiv.
this will hide your linker, so that it will just append 1 script. place it at the top of your js file:
[quote]document.getElementById('ProfileOccupation:').innerHTML="";[/quote]
Last edited by shakiro214 (2008-04-20 14:11:53)
Last edited by alhakeem (2008-04-21 00:31:11)
This is edited...I fixed the black background..thanks
@alhakeem
You're welcome....glad to help.
[spoiler]I helped him at PM people.
[/spoiler]
Last edited by lilprincess950 (2008-04-21 17:36:46)