*

ejrojas

  • *
  • 2 posts
Import ads from other sources
« on: April 17, 2024, 05:07:12 AM »
Hello Everyone,

I have 3 other sites that generate content but uses different data sources and the structure is different.
I want to import that content into my osclass website.
I can convert the data, what I need help is identifying the table fields I need to update. So far I have identified the following tables:

t_item
t_item_comment
t_item_description
t_item_location
t_item_meta
t_item_resource
t_item_stats

The tables seem to be joined by t_item_description.fk_i_item id = t_item.pk_i_id

My question is what is the s_secret on t_item ??
How do I generate this?? Is this the same code generated for images as s_name??

Thank you in advance 🙏🏽


*

MB Themes

Re: Import ads from other sources
« Reply #1 on: April 17, 2024, 07:43:59 AM »
S_secret is random srring used to verify authority of requests on item for nonlogged users.
Images name isnnot related to it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ejrojas

  • *
  • 2 posts
Re: Import ads from other sources
« Reply #2 on: April 17, 2024, 02:42:57 PM »
Where can I find more about this string? Generation, usage?

I only generate a string if user it's not logged?

Okay, so image name is not related, but it's the same length string isn't? 

Have a good day and Thanks!

*

MB Themes

Re: Import ads from other sources
« Reply #3 on: April 17, 2024, 07:20:30 PM »
No idea what are you talking about
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots