Please help friends to manage existing drupal site (add shop etc)

Hello, I am studying in computer academy to make internet-shops etc, so I got a few friends who have a website which is told by their previous admin (not programmer) is running Drupal. There is said used to be a virus, and it is said to be cleared, but I just opened a mysql-database which is used by this site, and there are hundreds of strange users (some nonsensical letters with numbers as login names), and also many spam-like messages - maybe that's something which people just posted as comments anonymously on site, I don't know.

Old site, new PHP

I have an old site that was supposed to be dead after the owner of the site let the domain expire, but now he wants the site viewed temporarily while it is viewed by some people.  Will delete the site once it is no longer needed.

baloe.rsiny.com Drupal v6.16

If I log in as admin, I can view most of the pages but after logging out, some of the pages are no longer visible.  The proper URL displays in the URL field of a browser but only the home page is displayed.

Seeking: Developer to make old site compliant with PHP 7.4 + possibly migrate to Dupal 8 or 9


This project has been assigned.
Thanks to everyone who contacted us!


Hello!

My ancient Drupal site (version 6)
is hosted by Siteground and they will soon be
upgrading to PHP 7.4, which my site will not work with.

Siteground related to me that it's likely just a module/plugin
that needs upgrading in order to make it compliant with PHP 7.4
(and I tried to keep the site simple
without too many add-ons when it was first created).

Help with the code

I need help with this code, it supposed to turn img links into embeds but it doesn't work

<script>
$(document).ready(function(){
var imRegExpUrl = (http(s?):)|([/|.|\w|\s])*\.(?:jpg|gif|png);
var imFrame = '<img src="' + $(this).attr('href') + '" />'

Find orphaned files from comment_upload module

How to find orphaned files that were attached to comments by comment_upload module in drupal 6?

Make code work with drupal ajax

Can someone help me to make this work with ajax pager in drupal 6? It’s a script that turns links to a picture into embedded pics on forum, when u go to another page it doesn’t work anymore have to refresh page.

<script>
$('a[href$=".png"], a[href$=".jpg"], a[href$=".gif"], a[href$=".tiff"], a[href$=".webp"]').each(function(){
    $(this).html('<img src="' + $(this).attr('href') + '" />');
});
</script>

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x