Bug or what ? kindly help ! nobody have the answer ?

Started by ubaidrehman, August 24, 2011, 10:19:09 AM

Previous topic - Next topic

ubaidrehman

well basically I have developed a mod ! which shows twitter stumble upon and digg counts ! but unfortunately it didn't show them i thought some problem with my coding ! :( after working 3 days continuously i got to know its not coding its the problem with SMF session id ? when trying to access the same topic with session id (digg has got while digging it), it show's count but when accessing it normally it doesn't show !

IN short what exactly going on is --

When submitting to digg --- digg crawler get special session id to show count ---
when you visit the page normally -- the digg script load the page url without session id --
then when the loaded url checked against digg system -- it doesn't match with any content--
it shows zero to digg count -
but when accessed directly from digg -- or open with the sessionid provided to digg--
it start showing count ---

Logic-

Lets suppose
digg = d
url = u
session.url = s
count show = c

Work-
while submitting
D get s not u
so
c = s

while on post page-

post page = u
but c = s
so
c detect no s
hence -
c = 0

while going with session id on post page--

now post page = s
and c = s
c detects s
hence
c = s

--------------------------
PROVE

withour session id-- Digg count = 0
http://bulletinblips.com/index.php?topic=606

with session id -- Digg count = real value.
http://bulletinblips.com/index.php?PHPSESSID=md7ictgr58iq79q0kt4bst2lb4&topic=606.0


Well just thinking sumthing !
my pas concept can be a little inverse of what actually going on !

it can be like this aswell

When submitting to digg --- digg crawler get normal url to show count ---
when you visit the page normally -- the digg script load the page url with session id as it is guest with no cookies support--
then when the loaded url checked against digg system -- it doesn't match with any content--
it shows zero to digg count -
but when accessed directly from digg -- or open with the sessionid provided to digg--
it start showing count ---

Kindly seek this issue- Dear SMF

ubaidrehman


Illori

please do not bump within 24 hours we are all volunteers and reply if and when we know the answer

ubaidrehman

Sorry !  :laugh:
But i think its 24  :P

isn't there any body from SMF TEAM ?

Illori

i am a member of the team and no it has not been 24 hours since your last post.

ubaidrehman

oh that was a part of joke ---

i just want to ask if there somebody with team -- cause in this matter only developers can help out !
thanks for your quick answer !
I am waiting !

ubaidrehman

Well just thinking sumthing !
my pas concept can be a little inverse of what actually going on !

it can be like this aswell

When submitting to digg --- digg crawler get normal url to show count ---
when you visit the page normally -- the digg script load the page url with session id as it is guest with no cookies support--
then when the loaded url checked against digg system -- it doesn't match with any content--
it shows zero to digg count -
but when accessed directly from digg -- or open with the sessionid provided to digg--
it start showing count ---

Illori

please do not double post you have been warned already about bumping, if you have more information to add you can always edit your last post.

ubaidrehman

Quoteplease do not bump within 24 hours we are all volunteers and reply if and when we know the answer

The only reason i was bumping, that i have created a mod on which people were asking me questions why count is not working ! my first plugin  :'(

I really like SMF ! One of the reason for loving it ! is the SUPPORT TEAM ! when i install SMF i thought of facing problems but every question is predefined in this community ! --

I really wish i know more of a basic knowledge so i could help you guys -- but right now i have no other way to help you but to say --- I am here with my problem  ;D kindly solve it because I LOVE YOU ALL SUPPORT TEAM !

Advertisement: