Jump to content

Problem with a Dynamic URL with Hash


Tofast4u

Recommended Posts

Hey my friends,

 

today i have some special question:

 

My Situation:

 

Im opening a static URL in a .php file

thats how it was so far.

since a couple of days the dynamic url:

anysite.com/?sub=12345 changed into:

http://anysite.com/?/sub?linkId=PS:def.hd.mainnav.dsl&ps_id=12345&ucuoId=PUPS:def.EUE.DE-20120908025315-65EBFAC907DC507FB94357EE230897AF.TCpfix110b

This URL will be changed any time youre open it.

 

http://anysite.com/?/sub?linkId=PS:def.hd.mainnav.dsl&ps_id=12345&ucuoId=PUPS:def.EUE.DE- <--- this part will always be the same

20120908025315 <---- this is year/month/day/hour/minute/second

65EBFAC907DC507FB94357EE230897AF <--- this must be somekind of hash so my question is has anybody a idea how i can "create" this hash in my php file?

 

TCpfix110b <---- and about this im clueless so far as its changing too !

some examples:

 

TCpfix113b

TCpfix113b

TCpfix112b

TCpfix110b

TCpfix110b

TCpfix113b

 

so far my solution is looking like:

 

echo '<a href="http://anysite.com/sub??linkId=PS:def.hd.mainnav.dsl&ps_id=12345&ucuoId=PUPS:def.EUE.DE-'.date('YmdHis').'-65EBFAC907DC507FB94357EE230897AF.TCpfix110b"> ... ';

 

but i still need a way to re-create the hash in my php file and about the TCPfix

 

 

 

any ideas/suggestions would be awesome :)

 

so long,

 

Tofast4u

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.