ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

xNobe's Content

There have been 101 items by xNobe (Search limited from Apr 29, 2023)


By content type

See this member's


Sort by                Order  

#17908615 Anti view-source !

Posted by xNobe on 09 April 2019 - 12:24 AM in Source Codes

Thanks for the source code man.

 

EDIT: It was not a bad idea, but it doesn't seem very worth to use it, anyone can still just Right Click -> View-Source and then copy all and go to https://html-cleaner.com/ (Or just disable javascript from the website) and remove all comments :D




#17908741 Boostrap template 2019 - Purpose-website-ui-kit-v2.0.0.

Posted by xNobe on 09 April 2019 - 12:32 AM in Source Codes

Thanks for the template, I may do some use of it!




#18003728 all-in-one-seo-pack-pro.2.12 NULLED

Posted by xNobe on 13 April 2019 - 07:21 PM in Source Codes

Thanks for the share, i'm looking into this




#18010798 [EUW] HQ LEVEL 30+ ACCOUNTS

Posted by xNobe on 14 April 2019 - 01:35 AM in League of Legends

Thanks for the share dude




#18010874 What do you think about League?

Posted by xNobe on 14 April 2019 - 01:41 AM in League of Legends

Well guys, I'm new to this forum, and don't want to be a "Leecher".

 

So I want to know what do you think about League in General, do you think that it will last more than a decade from now?

 

GLHF




#18010981 What do you think about League?

Posted by xNobe on 14 April 2019 - 01:50 AM in League of Legends

Isn't that game already dead Kappa

 

I don't even know what game is this Fappa




#18011107 Dota or LOL

Posted by xNobe on 14 April 2019 - 01:59 AM in Personal Life

Never played Dota, so League, would be cool if you put a vote on the thread ( don't know if that is possible )




#18011181 NoFappers?

Posted by xNobe on 14 April 2019 - 02:05 AM in Personal Life

I always heard that if you don't fap you can get cancer on the prostate.

 

But I think you had sex on some day in those 43?

 

Maybe is dangerous you to have shitload of cum in your balls keepo




#18021150 How to play games that your LAPTOP/PC doesnt handle

Posted by xNobe on 14 April 2019 - 03:10 PM in League of Legends

Just interested in what app is this, thanks for the share




#18021956 Which Framework are you Using?

Posted by xNobe on 14 April 2019 - 03:49 PM in HTML, CSS, JS & PHP

So Guys I've been using Symfony framework, and been looking forward to use React.

Would like to know if there's a better, or which one do you use/advice!

 

GLHF




#18022337 Need help with html.

Posted by xNobe on 14 April 2019 - 04:06 PM in HTML, CSS, JS & PHP

Look It's simple just add a width to all your classes on the tag <p>

.noselect {
   user-select: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}
.bg2 {
background: #e8e8e8;
  padding: 30px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 70px 0 rgba(0, 0, 0, 0.01);
}
.Logo img {
  width: 130px;
  float: left;
  position: relative;
  bottom: 24px;
}
.Home  {
  width: 4%;
  color: #000;
  float: left;
  text-align: inherit;
  margin-left: 32%;
  position: relative;
  bottom: 11px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.Blog  {
  width: 4%;
  color: #000;
  float: left;
  text-align: inherit;
  margin-left: 2%;
  position: relative;
  bottom: 11px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.About  {
  width: 4%;
  color: #000;
  float: left;
  text-align: inherit;
  margin-left: 2%;
  position: relative;
  bottom: 11px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.Contact  {
  color: #000;
  float: left;
  text-align: inherit;
  margin-left: 2%;
  position: relative;
  bottom: 11px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.Home:hover {
  color: #0650ff;
  font-size: 24px;
  float: left;
  position: relative;
  right: 3px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.Blog:hover {
  color: #0650ff;
  font-size: 24px;
  position: relative;
  right: 3px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.About:hover {
  color: #0650ff;
  font-size: 24px;
  position: relative;
  right: 3px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.Contact:hover {
  color: #0650ff;
  font-size: 24px;
  position: relative;
  right: 3px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}



#18028890 Instagram "Hack" tool (click to see what I mean)

Posted by xNobe on 14 April 2019 - 08:55 PM in Source Codes

Still didn't understand what you meant.




#18048121 [LEAKED] Blackhat $200+ Per day method

Posted by xNobe on 15 April 2019 - 05:23 PM in Tutorials, Guides, Ebooks, etc.

Thanks for the e-book




#18056113 [NULLED] WoWonder 2.2.2 - The Ultimate PHP Social Network Platform [Leaked]

Posted by xNobe on 16 April 2019 - 12:23 AM in Source Codes

Thanks for the share of this social network!




#18087696 [Free] 2 Months VPS

Posted by xNobe on 17 April 2019 - 06:00 PM in Other Leaks

Thanks for this I'm interested