|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  01-30-2021, 06:23 AM | #1 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | 
				
				Does anyone want to do high quality, lifetime link ex ?
			 Buy and Sell is mostly junk and spammers at the moment. I am looking for reliable, well known reputable members of this esteemed community that I can do a link exchange of two with. I don't have much in the way of sites. Don't ask me about traffic or DA. Sites are in my sig. 1 Webcam review site 2. aggregted webcams 3. affiliate program reviews. Ideally I would like to write reviews of your site cam or porn. You then put a button on your site. Looking for lifetime trades only. Looking for sites that have been around a while and are not going anywhere. Don't really want a link on a links page that never gets seen. Ideally, site-wide header and footer links. So, yeah. Biz thread. [email protected] | 
|   |           | 
|  01-30-2021, 07:53 AM | #2 | |
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | Your curiousgirls is broken.  Same result in chrome, Opera and Firefox.  Quote: 
 
				__________________ All cookies cleared! | |
|   |           | 
|  01-30-2021, 07:56 AM | #3 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Thanks for the heads up. I just trued it on a couple of different browsers (Brave and Edge) and it looks fine here. Is it broken? | 
|   |           | 
|  01-30-2021, 07:58 AM | #4 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | I think it might have soemthing to do with the IFrame that is getting loaded. | 
|   |           | 
|  01-30-2021, 08:02 AM | #5 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | I get this in Firefox: Web sites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for www .curiousgirls.net. The certificate is only valid for the following names: curiousgirls.net, mail.curiousgirls.net Error code: SSL_ERROR_BAD_CERT_DOMAIN (I had to insert space in domain name otherwise the forum converts it to a link) 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 08:05 AM | #6 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Does anyone know how to resolve this problem? | 
|   |           | 
|  01-30-2021, 08:06 AM | #7 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | That site is pretty new. It's teething. | 
|   |           | 
|  01-30-2021, 08:40 AM | #8 | 
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | Change everything http:// to https:// For example. all of these style sheets are not going to load on https:// because they are http:// <!-- Core CSS --> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/css/bootstrap.min.3.3.6.css" rel="stylesheet" type="text/css" /> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/css/normalize.3.0.3.css" rel="stylesheet" type="text/css" /> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/css/style.css" rel="stylesheet" type="text/css" /> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" /> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/css/back-to-top.css" rel="stylesheet" type="text/css" /> <style> .cd-top{background: #1E6075 url(/cb-builder/theme/robo-mondeo-mu/assets/images/cd-top-arrow.svg) no-repeat center 50%;} .share-icon {background-image: url(/cb-builder/theme/robo-mondeo-mu/assets/images/social-icons.png);} .share-square {background: url(/cb-builder/theme/robo-mondeo-mu/assets/images/social-icons.png) no-repeat scroll left top transparent;} </style> <link href="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/css/jquery.share.css" rel="stylesheet" type="text/css" /> <!-- Core JavaScript --> <script src="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/js/jquery.min.1.11.0.js" type="text/javascript"></script> <script src="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/js/bootstrap.min.3.3.6.js" type="text/javascript"></script> <script src="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/js/jquery-ui.min.js" type="text/javascript"></script> <script src="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/js/modernizr.js" type="text/javascript"></script> <script src="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/js/jquery.share.js" type="text/javascript"></script> <script src="http://www.curiousgirls.net/cb-builder/theme/robo-mondeo-mu/assets/js/back-to-top.js" type="text/javascript"></script> You can either change the code or redirect http to https in the .htaccess file. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] . 
				__________________ All cookies cleared! | 
|   |           | 
|  01-30-2021, 08:40 AM | #9 | 
| Too lazy to set a custom title Industry Role:  Join Date: Feb 2005 
					Posts: 17,301
				 | http - loads fine https - security warning Looks like a SSL cert. issue. | 
|   |           | 
|  01-30-2021, 08:47 AM | #10 | |
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | Quote: 
 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | |
|   |           | 
|  01-30-2021, 09:57 AM | #11 | |
| Confirmed User Industry Role:  Join Date: Apr 2007 
					Posts: 5,176
				 | Quote: 
 
				__________________ Femdom Destiny -------------------------------------------- ICQ: 463-630-426 email: webmaster(at)femdomdestiny.com | |
|   |           | 
|  01-30-2021, 10:12 AM | #12 | 
| So Fucking Banned Industry Role:  Join Date: May 2001 Location: Your mom's front hole 
					Posts: 40,906
				 | |
|   |           | 
|  01-30-2021, 11:06 AM | #13 | 
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | I would have never guessed you to be a hipster Apple boi.  That makes you just like 2muchMark. Guess I learn something new everyday. . 
				__________________ All cookies cleared! | 
|   |           | 
|  01-30-2021, 11:26 AM | #14 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | And by the way, there's no apostrophe in "its" when it denotes possession. "Every adult cam site worth its salt", not "it's salt". "It's" is only ever a contraction of "it is". 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 11:29 AM | #15 | |
| So Fucking Banned Industry Role:  Join Date: May 2001 Location: Your mom's front hole 
					Posts: 40,906
				 | Quote: 
 When I got an iphone I liked it so much I bought the stock. The stock went up so much I figured I'd buy a mac pro. Now I have an iphone, mac pro, ipad, apple tv. I'm a fan boi with healthy levels of testosterone. | |
|   |           | 
|  01-30-2021, 11:36 AM | #16 | 
| So Fucking Banned Industry Role:  Join Date: May 2001 Location: Your mom's front hole 
					Posts: 40,906
				 | |
|   |           | 
|  01-30-2021, 11:36 AM | #17 | 
| Natalie K Industry Role:  Join Date: Apr 2010 Location: Spain 
					Posts: 19,593
				 | welcomed to review my blog and i´ll add a button to my side bar... NatalieKash a surfer and affiliate blog 
				__________________ My official site  Custom vids  Make money & get into the business  First time girls Skype: GspotProductions - "Converting traffic into income since 2005" | 
|   |           | 
|  01-30-2021, 11:40 AM | #18 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | On his/her site, not in the thread. 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 11:42 AM | #19 | 
| Natalie K Industry Role:  Join Date: Apr 2010 Location: Spain 
					Posts: 19,593
				 | he was talking about the first header text on website curiousgirls, that of pink24 
				__________________ My official site  Custom vids  Make money & get into the business  First time girls Skype: GspotProductions - "Converting traffic into income since 2005" | 
|   |           | 
|  01-30-2021, 11:43 AM | #20 | 
| So Fucking Banned Industry Role:  Join Date: May 2001 Location: Your mom's front hole 
					Posts: 40,906
				 | |
|   |           | 
|  01-30-2021, 01:10 PM | #21 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Ok, so I took advice and changed the http:// to https:// within the script. I also added the .htaccess redirect. Now, there should be no security warnings. Woo! Unfortunately, the site now lookes broken for me as well. Could someone please take a look. Yours, | 
|   |           | 
|  01-30-2021, 01:11 PM | #22 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | It's not broken now, try hitting Ctrl-F5. 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 01:14 PM | #23 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | |
|   |           | 
|  01-30-2021, 01:32 PM | #24 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | |
|   |           | 
|  01-30-2021, 01:37 PM | #25 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | Okay it's broken in Chrome but not Firefox. I hate it when that happens. I have an issue in Firefox at the moment that it sometimes doesn't load images from my CDN but it doesn't happen in other browsers. No idea why. 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 01:57 PM | #26 | 
| Too lazy to wipe my ass Industry Role:  Join Date: Aug 2002 Location: A Public Bathroom 
					Posts: 38,686
				 | Still miffed for me in chrome, but when I goto a girls page, then go back to the homepage, its wurkin... | 
|   |           | 
|  01-30-2021, 02:43 PM | #27 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | Developer console in Chrome gives these errors: Redirecting navigation www .curiousgirls.net -> curiousgirls.net because the server presented a certificate valid for curiousgirls.net but not for www .curiousgirls.net. To disable such redirects launch Chrome with the following flag: --disable-features=SSLCommonNameMismatchHandling bootstrap.min.3.3.6.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID normalize.3.0.3.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID style.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID font-awesome.min.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID jquery-ui.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID back-to-top.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID jquery.share.css:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID jquery.min.1.11.0.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID bootstrap.min.3.3.6.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID jquery-ui.min.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID modernizr.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID jquery.share.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID back-to-top.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID (index):240 Uncaught ReferenceError: $ is not defined at countrySnippet ((index):240) at (index):255 custom.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID loading.gif:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID loader.gif:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID (index):1349 Uncaught ReferenceError: $ is not defined at (index):1349 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 02:52 PM | #28 | |
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Quote: 
 | |
|   |           | 
|  01-30-2021, 03:02 PM | #29 | 
| Bollocks Industry Role:  Join Date: Jun 2007 Location: Bollocks 
					Posts: 2,793
				 | Chrome is redirecting to the non-www version of your domain because there's still a problem with the SSL certificate - it's not valid for the www version. Which might or might not explain the other issues. Sort that out first. 
				__________________ Interserver unmanaged AMD Ryzen servers from $73.00 | 
|   |           | 
|  01-30-2021, 03:41 PM | #30 | 
| I have a plan B Industry Role:  Join Date: Aug 2004 Location: Seattle - Miami - St Kitts 
					Posts: 5,506
				 | You might want to put the link exchange thing on the back burner for a couple of years while you learn to webmaster. Just saying... 
				__________________ CryptoFeeds | 
|   |           | 
|  01-30-2021, 04:14 PM | #31 | 
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | Ok, all the places that you got rid of the http:// and made it https://, now get rid of the www. Also, instead of using https:// you should use just // so something like https://www.curiousgirls.net/.... should instead be //curiousgirls.net In addition, you will want to change out all the http:// in the menus and content the same way. Ones like this: Code: Maybe you are looking for a <a href="http://www.curiousgirls.net/tag/18/">cute 18 year old girl</a>, <a href="http://www.curiousgirls.net/tag/milf/">a horny milf</a> or a <a href="http://www.curiousgirls.net/tag/mature/">mature lady or granny</a><pr>. Code: Maybe you are looking for a <a href="//curiousgirls.net/tag/18/">cute 18 year old girl</a>, <a href="//curiousgirls.net/tag/milf/">a horny milf</a> or a <a href="//curiousgirls.net/tag/mature/">mature lady or granny</a><pr>. https://madspiders.com/curious/curious.htm . 
				__________________ All cookies cleared! | 
|   |           | 
|  01-30-2021, 04:34 PM | #32 | |
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Quote: 
 That said I will try what you said. Thanks  | |
|   |           | 
|  01-30-2021, 04:41 PM | #33 | |
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Quote: 
  oh my God  ha ha  My sides are spitting   Ruff the lamest person to grace G F Y is telling me I suck   From a guy who is the epitome of fuckery. ruff, sir. You are little more than a shit stain on the bottom of my shoe. Fuck you bitch you get no respect. I will never, ever respect anything you said present or past. Our relationship, as good as it once was is over. Finished. Gone. And, don't try and push this one to me. It's your fucking fault it came to this, yours. You fucked up for money, wealth, power. You thought you would win. Well, now it's too late. Our memories are blowing in the winds of change. Whatever happened happened. Whatever will be will be. | |
|   |           | 
|  01-30-2021, 04:43 PM | #34 | |
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | Quote: 
 I took a copy of your page and made the changes so I could make sure that that is all you would need to do. 99.9% of coding is in the debug. I just tend to show my work. . 
				__________________ All cookies cleared! | |
|   |           | 
|  01-30-2021, 04:47 PM | #35 | |
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Quote: 
 I changes https://www. to https:// only It seemed fine on my end now? Ok, if you really want to know. It took me ages to get that page online and you did it in a few minutes. Ok. Also, I like to think I am a dumbass so ppl don't think to highly of me. | |
|   |           | 
|  01-30-2021, 04:47 PM | #36 | |
| So Fucking Banned Industry Role:  Join Date: May 2001 Location: Your mom's front hole 
					Posts: 40,906
				 | Quote: 
 | |
|   |           | 
|  01-30-2021, 04:48 PM | #37 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Nat, your post is live. Let me know what you think and if you want to make any changes or add anything. | 
|   |           | 
|  01-30-2021, 04:49 PM | #38 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | |
|   |           | 
|  01-30-2021, 05:31 PM | #39 | |
| Natalie K Industry Role:  Join Date: Apr 2010 Location: Spain 
					Posts: 19,593
				 | Quote: 
  thank you, and likewise... btw, the curiousgirls site is loading great now in chrome  
				__________________ My official site  Custom vids  Make money & get into the business  First time girls Skype: GspotProductions - "Converting traffic into income since 2005" | |
|   |           | 
|  01-30-2021, 05:39 PM | #40 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | |
|   |           | 
|  01-30-2021, 05:40 PM | #41 | ||
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | Quote: 
 Quote: 
 And yes, the site looks like it is working now. . 
				__________________ All cookies cleared! | ||
|   |           | 
|  01-30-2021, 05:49 PM | #42 | |
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Quote: 
 >> Look at Mr Ladida over here that knows how to save HTML and search and replace text. Thanks for your help. You are the man! along with others here. Love you all fuckers. | |
|   |           | 
|  01-30-2021, 05:52 PM | #43 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Can we PLEASE get back to the whole point of this thread. LINKS? Anyone want a link ex. Done one review style post already. lmk. | 
|   |           | 
|  01-30-2021, 05:52 PM | #44 | ||
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2004 Location: Happy in the dark. 
					Posts: 93,664
				 | Quote: 
    . . . Everything is "quality" nowadays. Quote: 
    . . . 
				__________________ Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted Windows VPS now available Great for TSS, Nifty Stats, remote work, virtual assistants, etc. | ||
|   |           | 
|  01-30-2021, 06:01 PM | #45 | 
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | |
|   |           | 
|  01-30-2021, 06:43 PM | #46 | |
| I have a plan B Industry Role:  Join Date: Aug 2004 Location: Seattle - Miami - St Kitts 
					Posts: 5,506
				 | Quote: 
 
				__________________ CryptoFeeds | |
|   |           | 
|  01-30-2021, 06:50 PM | #47 | |
| see you later, I'm gone Industry Role:  Join Date: Oct 2002 
					Posts: 14,127
				 | Quote: 
 . 
				__________________ All cookies cleared! | |
|   |           | 
|  01-30-2021, 06:51 PM | #48 | |
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2004 Location: Happy in the dark. 
					Posts: 93,664
				 | Quote: 
  
				__________________ Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted Windows VPS now available Great for TSS, Nifty Stats, remote work, virtual assistants, etc. | |
|   |           | 
|  01-30-2021, 06:53 PM | #49 | |
| So Fucking Banned Industry Role:  Join Date: Aug 2019 
					Posts: 1,436
				 | Quote: 
 The truth is that you know shit. I was her before you and I will be here after you. I made a big deal of that domain because in 10 years I never saw a webmaster do such an underhand stunt. I don't care, honestly I don't. It's biz. People steal, people cheat, people scam and people delete links the day after an agreement is made. I can assure you thoug I am not a "newbie" and I never said I was. You think I am a con artist? Get real fucker. i post insipid sophomoric threads because I don't need to prove shit to anyone. I have my own identity and anyone that knows me should know me. Fuck you and your fucking bullshit. You don't like my threads? keep the fuck out. Yeah, they are bullshit. Like Ilik poo from CS? FUCK YOU!! Ruff. listen. I like you, I have no hard feelings. I respect you. Sure I am pissed with what you did but I can move on. Can you? Bad feelings don't do no good for anyone. Lets all make fucking money together. | |
|   |           | 
|  01-30-2021, 09:32 PM | #50 | 
| I have a plan B Industry Role:  Join Date: Aug 2004 Location: Seattle - Miami - St Kitts 
					Posts: 5,506
				 | I have. How do you like it so far? 
				__________________ CryptoFeeds | 
|   |           |