Lars.D.Rasmussen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My website redirects to Braffic.com & Motometalrims.org ?Removing the code doesnt prevent the code from being injected again. But it will help with the redirection-issue (unless the code is re-injected).
Do you by any chance use the username “admin” on your site?
Forum: Fixing WordPress
In reply to: My website redirects to Braffic.com & Motometalrims.org ?Removing the code will stop your site from redirecting. How the code got there is another matter though. It could be a vulnerability in the specific file or plugin, or it could be related to the massive botnet that’s been trying to bruteforce passwords WordPress “admin” accounts lately.
Forum: Fixing WordPress
In reply to: My website redirects to Braffic.com & Motometalrims.org ?Wesley,
You should look for a function named “wp__head” (in my case).
It uses cURL to query the website “jqury.net”, so you should be able to search for that.In my case, it was only the “TipTour.class.php”-file that was infected.
Forum: Fixing WordPress
In reply to: My website redirects to Braffic.com & Motometalrims.org ?I found some code injected in a php-file called “TipTour.class.php”. This file is included in the plugin “Uber Menu”.
In the file, a function named wp__head() was injected which injects some javascript into the <head> of your page.
If any of you need a hand removing the injected code, I will gladly do this for a minimal fee. I can be contacted on the [moderated – please do not use these forums to solicit work ]
Forum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] RexCrawlerHello Ribmar23
The link-field is explained in the documentation linked above, but the short version is that you can input an URL to a website where you want the crawled data to link to, when a user clicks the data in the table.
Forum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Name was already taken :(Hello Haliphax
I’m sorry that I used the same name as yours. I did do a quick google before publishing rexCrawler, and might have seen your project on Google Code, but since we’re not really in the same area functionality-wise I didnt see it as much of a problem.
I hope you understand.
Best regards
LarsForum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] RexCrawlerHello Deeh
Could you try posting the regular expression you’re using, along with the page you’re trying to crawl?
It seems to me that you have a problem in your regex.Also, you should take a look at https://www.rexcrawler.com/documentation/ for more information about the “Link”-field.
Forum: Fixing WordPress
In reply to: [rexCrawler] rexcrawler search not workingHello again!
I think I misunderstood your problem the first time, sorry about that ??
Could you show me an example of one of your search patterns, and with an associated page (Like https://www.energy.ca.gov/)? Also, what kind of output are you hoping for?
For example, using the following search pattern:
/Download Version ([^<]+)<\/a>/iAlong with the Crawl URL https://www.ads-software.com/extend/plugins/rexcrawler/
rexCrawler will (at the moment) get the following result output:
1.0.15Since the current version you’re able to download is 1.0.15.
Another thing:
Using rexCrawler, the search-patterns you define must start with a slash (/) and end with a slash aswell (It’s possible to append some regex options, like case insensitive search (i) as you can see in my search-pattern).
I might have forgot to actually write this in the documentation actually; I’ll look into it and include an update in the next release ??And It’s a pleasure to help ?? I want to make rexCrawler to be the best crawler available, and as simple to use as possible!
Best regards
LarsForum: Fixing WordPress
In reply to: [rexCrawler] rexcrawler search not workingHi Matt
Which version of rexCrawler are you running? And could you give me an example of a search-string that’s causing you trouble?
Best regards
LarsForum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Using Version 1.0.9 but Group Not SavingIt’s really strange. I’ll contact you on your page, then we can see if we can find a solution.
Forum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Using Version 1.0.9 but Group Not SavingAlso, before updating, try manually deactivating and activating rexCrawler again. The activating of rexCrawler should install the tables.
Forum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Using Version 1.0.9 but Group Not SavingHello again.
I have just uploaded a new version (1.0.10) which includes a ‘Install’ button on the main rexCrawler options page, if not all database tables exists.
I’m afraid I wasn’t able to reproduce the problem you described with version 1.0.9, but try out the ‘Install’-button in 1.0.10 and see if it works.
Best regards
Lars RasmussenForum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Using Version 1.0.9 but Group Not SavingHi
I Will look into this asap when i get home.
Best regards
Lars RasmussenForum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Save Group Button Doesn't Save GroupYou’re welcome.
Documentation should be up soon on https://www.rexcrawler.comForum: Plugins
In reply to: [rexCrawler] [Plugin: rexCrawler] Save Group Button Doesn't Save GroupI have just uploaded a new version (1.0.6) which fixes the database problem. Update and reactivate the plugin and you should be set to go.