Best Blackhat Forum

Full Version: How to Remove Powered by SkaDate dating software?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello


Can anyone tell me how to remove Powered by SkaDate dating software also the page header " Online dating at"


Thanks
Please add a question mark to your title next time.
Sorry, It's fixed now, Do you know how to remove powered by SkaDate?
try to use this javascript code, i use it for my legit/valid licensed whmcs and also works for kayako fusion.

Code:
$('p:contains("Powered by")').remove();
Where should I put that javascript ?
(02-17-2014 08:29 AM)Angry bo Wrote: [ -> ]Where should I put that javascript ?
oke so you are a total noob in html php css javascript? (not java like minecraft thats a totally different coding language)

like in whmcs i have in the theme/template whmcs.js file somewhere at the top in a function section like this

Code:
$(document).ready(function () {    
"use strict";

$('p:contains("Powered by")').remove();

}

but you need to customize it to the script you use, search for a function thats getting loaded on all pages like a footer function of header function so that you cover all pages

to find a .js file thats loaded just open your site where script is installed and do view source in your web browser and see which local(server/site) .js is loaded and search in side that .js a function you can use and add the javascript to.

if you still don't understand what to do then follow and class in HTML/PHP/CSS/Javascript there bloody cheap to do (at least here in europe, for €60,- get class for 3 months and thats only you need)
The problem is I can't find any .jc file in the template.
(02-17-2014 08:49 AM)Angry bo Wrote: [ -> ]The problem is I can't find any .jc file in the template.
.js dumb face not .jc

.js <- J is for Java and S is for Script

there is always a javascript in big scripts like whmcs and your dating script and wordpress joomla
I mean JS, there is no javascript file in the template
(02-17-2014 09:00 AM)Angry bo Wrote: [ -> ]I mean JS, there is no javascript file in the template
there is but you are blind.

i went to the demo site of SkaDate

and look what i found more then 5 .js files

[Image: d32bfecc8e067711b91201810c87e53c.png]
Pages: 1 2
Reference URL's