• Member Avatar for Stefce
    Stefce

    Replied To a Post in Open webcam from browser javascript

    Are you still here? @ Skillz_1
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Open webcam from browser javascript

    I dont have function `startVideoStream();` and i have found this code from [this website](https://www.geeksforgeeks.org/how-to-open-web-cam-in-javascript/) Could you mind do the script for me so i can learn from the example? I …
  • Member Avatar for Stefce
    Stefce

    Edited Open webcam from browser javascript

    I am trying to open a camera on a browser with javascript i have this code and it was working yesteday but when i tried today to open through mobile …
  • Member Avatar for Stefce
    Stefce

    Created Open webcam from browser javascript

    I am trying to open a camera on a browser with javascript i have this code and it was working yesteday but when i tried today to open through mobile …
  • Member Avatar for Stefce
    Stefce

    Began Watching Open webcam from browser javascript

    I am trying to open a camera on a browser with javascript i have this code and it was working yesteday but when i tried today to open through mobile …
  • Member Avatar for Stefce
    Stefce

    Gave Reputation to Skillz_1 in How to get the link from a file in File Manager from different hosting

    It is possible to get a direct link to a file hosted on a different hosting service. The exact method for doing this will depend on the hosting service you …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to insert my ip into database PHP

    Thank you so much <3
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to insert returned sql column values in array PHP

    Thank you so much!
  • Member Avatar for Stefce
    Stefce

    Edited How to insert my ip into database PHP

    I am trying to insert the current `time()` and `$_SERVER['REMOTE_ADDR'];` into my database I have this code <?php require_once("../core/core.php"); $user_time = time(); $ip = $_SERVER['REMOTE_ADDR']; $sql = "SELECT * FROM …
  • Member Avatar for Stefce
    Stefce

    Edited How to insert my ip into database PHP

    I am trying to insert the current `time()` and `$_SERVER['REMOTE_ADDR'];` into my database I have this code <?php require_once("../core/core.php"); $user_time = time(); $ip = $_SERVER['REMOTE_ADDR']; $sql = "SELECT * FROM …
  • Member Avatar for Stefce
    Stefce

    Created How to insert my ip into database PHP

    I am trying to insert the current `time()` and `$_SERVER['REMOTE_ADDR'];` into my database I have this code <?php require_once("../core/core.php"); $user_time = time(); $ip = $_SERVER['REMOTE_ADDR']; $sql = "SELECT * FROM …
  • Member Avatar for Stefce
    Stefce

    Began Watching How to insert my ip into database PHP

    I am trying to insert the current `time()` and `$_SERVER['REMOTE_ADDR'];` into my database I have this code <?php require_once("../core/core.php"); $user_time = time(); $ip = $_SERVER['REMOTE_ADDR']; $sql = "SELECT * FROM …
  • Member Avatar for Stefce
    Stefce

    Edited How to get the link from a file in File Manager from different hosting

    I want to get the direct link from the file in my other hosting. Is this possible? Or i must buy domain name and upload the files there to get …
  • Member Avatar for Stefce
    Stefce

    Created How to get the link from a file in File Manager from different hosting

    I want to get the direct link from the file in my other hosting. Is this possible? Or i must buy domain name and upload the files there to get …
  • Member Avatar for Stefce
    Stefce

    Began Watching How to get the link from a file in File Manager from different hosting

    I want to get the direct link from the file in my other hosting. Is this possible? Or i must buy domain name and upload the files there to get …
  • Member Avatar for Stefce
    Stefce

    Edited How to insert returned sql column values in array PHP

    I want to insert the returned values into an array and after to display random string I have this code by it doesn't return back a random value Inside the …
  • Member Avatar for Stefce
    Stefce

    Edited How to insert returned sql column values in array PHP

    I want to insert the returned values into an array and after to display random string I have this code by it doesn't return back a random value Inside the …
  • Member Avatar for Stefce
    Stefce

    Created How to insert returned sql column values in array PHP

    I want to insert the returned values into an array and after to display random string I have this code by it doesn't return back a random value Inside the …
  • Member Avatar for Stefce
    Stefce

    Began Watching How to insert returned sql column values in array PHP

    I want to insert the returned values into an array and after to display random string I have this code by it doesn't return back a random value Inside the …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to remove Chinese url's in Google Search Console

    how do i block it ?
  • Member Avatar for Stefce
    Stefce

    Created How to remove Chinese url's in Google Search Console

    I have been getting this kind of results in google search console i cannot clean them i guess my website is affected with malware. Can you guys help? https://prnt.sc/ufx9bEOoZka8
  • Member Avatar for Stefce
    Stefce

    Began Watching How to remove Chinese url's in Google Search Console

    I have been getting this kind of results in google search console i cannot clean them i guess my website is affected with malware. Can you guys help? https://prnt.sc/ufx9bEOoZka8
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Revoked Solved Status for How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    I have used this code `echo '<lastmod>'.date("Y-m-d", strtotime($row['posttime'])).'</lastmod>' . PHP_EOL;` only to display the date. Is that good dani?
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    While i was trying to submit my sitemaps to google search console i got an error `An invalid date was found. Please fix the date or formatting before resubmitting.` [https://prnt.sc/u7YVw6WErRQa](https://prnt.sc/u7YVw6WErRQa) …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    But isn't considered this as new content? The sitemap lastpost tag time will be updated and the related page will have new image...
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    Probably i will update all links automaticly every 5-6 days. Just so the sitemap updates, which Google will have to crawl again. There will be only images that will be …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Is this good practice for SEO?

    I see same type of websites, rank very good on search results. But they dont spin the content. This was just my idea of doing it.
  • Member Avatar for Stefce
    Stefce

    Revoked Solved Status for Is this good practice for SEO?

    Just came to my mind this and i like to ask others about it. So i have website that have auto generated content on the pages. The text it self …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for Is this good practice for SEO?

    Just came to my mind this and i like to ask others about it. So i have website that have auto generated content on the pages. The text it self …
  • Member Avatar for Stefce
    Stefce

    Created Is this good practice for SEO?

    Just came to my mind this and i like to ask others about it. So i have website that have auto generated content on the pages. The text it self …
  • Member Avatar for Stefce
    Stefce

    Began Watching Is this good practice for SEO?

    Just came to my mind this and i like to ask others about it. So i have website that have auto generated content on the pages. The text it self …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    Dani is this good i have right now for a dynamic sitemap ? Or there are more good practices about this?
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    this is the website i was talking about that at the checkout was $1800
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Revoked Solved Status for How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    I solved it with dynamic sitemaps and as i have read on google docs these kind of sitemaps are way better than static ones because they get updated automatically when …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to create sitemap for +150k links

    Its build with PHP and yes the links are generated from database input
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for How to remove URL parameter php

    I have a domain that looks like this when i visit certain link `https://domain.com/model-profile/index.php?name=abbychampion` the site is written in php but i dont want to show this part `index.php?name=` because …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to remove URL parameter php

    Question is solved. The solution is: RewriteEngine ON ##External redirect rules here. RewriteCond %{THE_REQUEST} \s/(folder)/index\.php\?name=(\S+)\s [NC] RewriteRule ^ /%1/%2? [R=301,L] ##Internal rewrite rules from here... RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to remove URL parameter php

    Nope it doesn't work. It displays error "No profile found in this URL" `Wrong SQL: SELECT ID, name, url, profilepic, tags FROM modelprofile WHERE url = 'index.php'` this code works …
  • Member Avatar for Stefce
    Stefce

    Created How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Began Watching How to create sitemap for +150k links

    iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Is there any Google Analytics alternative?

    You can go with https://plausible.io Very very fast and lightweight
  • Member Avatar for Stefce
    Stefce

    Began Watching Is there any Google Analytics alternative?

    Google Analytics is hard to read and want to find easy alternatives.
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to remove URL parameter php

    Now the .htaccess file is empty because i was not able to find the correct answer. And i have changed the folder name from `model-profile` to `onewordname`. I find it …
  • Member Avatar for Stefce
    Stefce

    Gave Reputation to Dani in How to remove URL parameter php

    Since changing the folder name, what does your .htaccess look like? What did the .htaccess look like when it semi-worked? (e.g. it worked as long as there was no hyphen …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in How to remove URL parameter php

    I changed the folder `model-profile` into `leaks` Anybody who want post a reply the link should look like this https://domain.com/leaks/modelName

The End.