Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   What Are You Working On - January 2018 (http://www.greenguysboard.com/board/showthread.php?t=69157)

jollyhumper 2018-01-05 03:06 PM

What Are You Working On - January 2018
 
Hi there

Lagging a little bit behind on Smiling Pussy but I am at least up to speed on my main TGP Pornpitstop.
Smiling will probably be fully updated within a week.

Next it's some ad cleanup, I'm not happy with the behavior of PlugRush. (It seems to do redirects and popups on devices even when it's set not to do so |angry| )

Blogs like Discussing Porn also needs some loving.

So much to do :)

J:)lly

Pagan 2018-01-06 03:21 AM

I am just struggling to get back into some kind of rhythm here. I had a great one going all summer and into the early fall, then life intruded and I had literally no time to do anything. The harder I pushed to get stuff done, the harder life pushed at me to do something else. The holidays were a real setback - my first as an only child in way too many years. And then of course the non-stop celebrations last month.

So January, here we are. Trying to get back to doing a solid update every day. Everything else can wait until I get thing settled down again.

Greenguy 2018-01-06 05:25 AM

I knew I forgot to do something this week |banghead|

Other than shivering & |pray| for a Bills win tomorrow, I'm still just trying to grow & maintain my network...
- Updating Greenguy 6 days a week.
- Small but daily updates for Chubby Girls Links.
- Updating my movie sites every 2-3 days:
Anal Sex Fest
Booballistics
Interracial Sex Clips
Milf Porn Clips
Shemale Sex Clips
Sunshine Lesbians
- Working with JustRobert on maintaining & growing The Porn Luv Network

|bow| Ramster continues to throw me a lot of grunt work when he can, which I am very appreciative of |smooch|

I did peek at the business numbers for 2017 & while they are down about 7% from 2016, I only added 5% to my overall debt, and even if there's no major change in income, it looks like I can keep the doors open for at least 4 months |thumb

geirlur 2018-01-06 07:37 AM

Quote:

Originally Posted by jollyhumper (Post 549306)
Next it's some ad cleanup, I'm not happy with the behavior of PlugRush. (It seems to do redirects and popups on devices even when it's set not to do so |angry| )

Yeah that has happened to me too.. really annoying
They have some switches were you can choose popups and redirects and such and sometimes they switch to "ON" by themselves |crazy|

There are some other weird stuff with their ads too so that's why I mostly use Exoclick, I recommend them if you haven't tried them yet :)

Other than that I just keep working to put out a lot of content on my site and make it grow further, which it has been doing every month now |thumb

jollyhumper 2018-01-06 08:05 AM

Quote:

Originally Posted by geirlur (Post 549314)

There are some other weird stuff with their ads too so that's why I mostly use Exoclick, I recommend them if you haven't tried them yet :)

Thx for tip, I was already registered but I haven't tried them yet. Will do.

Is it Valborg to Kjell, btw? |pokefun|

J:)lly

Ramster 2018-01-06 08:49 AM

Busy past month+ for me, I finally launched 2 solo girl sites I had to completely redo but they are big names in Kayden Kross http://clubkayden.com/ and Lisa Ann http://thelisaann.com/

More involved to do here plus I have a few other sites to configure and switch. Then there is XBIZ LA and Vegas afterwards so I will be gone for 2 weeks. Be good to get out of this COLD |thumb

geirlur 2018-01-06 09:14 AM

Quote:

Originally Posted by jollyhumper (Post 549317)
Is it Valborg to Kjell, btw? |pokefun|

Haha yup.. so I've had that username for a long time as you can imagine, been a while since those movies were still popular xDD

JustRobert 2018-01-08 12:06 PM

For the most part working with Greenie on maintaining & growing The Porn Luv Network.

Also have to start working on my POS house in between being a chauffeur for my wife and dealing with all her cancer stuff.

Surprisingly I've been quite overwhelmed and stressed lately and it's not going to get better for a few months or so |loony||banghead||loony|

lezinterracial 2018-01-12 12:51 PM

Taking a course on the MEAN stack on udemy. Pretty cool stuff. Learned some more about bootstrap in the process.

Implemented the bootstrap nav menu into one of my sites.
new with bootstrap nav bar -
http://nicecamgirls.com/

old with my 1995 era coding.
http://nicecamgirls.com/video.php

I want to build a pinboard using MEAN. Use freedns to get a static ip so I can host the site from my computer at home.

Greenguy 2018-01-12 02:31 PM

Quote:

Originally Posted by lezinterracial (Post 549383)
Implemented the bootstrap nav menu into one of my sites.
new with bootstrap nav bar -
http://nicecamgirls.com/

old with my 1995 era coding.
http://nicecamgirls.com/video.php

Don't get me wrong, because I'm not trying to knock your work, but while the new version does look a lot better than that (obviously lol) 1995 version, in the end, couldn't you just use a table where the width is a % instead of a fixed number?

lezinterracial 2018-01-13 12:15 AM

Quote:

Originally Posted by Greenguy (Post 549389)
Don't get me wrong, because I'm not trying to knock your work, but while the new version does look a lot better than that (obviously lol) 1995 version, in the end, couldn't you just use a table where the width is a % instead of a fixed number?


No offense taken. I did not think of that. That would have looked better. My original intention was just to have buttons across the top for navigation.

I used some css styling, I found somewhere on the net. It was pretty much just a class with border around the text.

Code:

.button {
    background-color: #868686; /* whitish */
    border: 2px solid black;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: center;
}
.button:visited {
    background-color: #5d747e; /* whitish */
    border: 2px solid black;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: center;
}
.button:active {
    background-color: #fff; /* whitish */
    border: 2px solid black;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: center;
}
.currentbutton {
    background-color: #fdd4c1; /* pink */
    border: 2px solid black;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: center;
}


jollyhumper 2018-01-15 02:34 PM

|banghead||club||angry|

Just needed to blow some steam.

I've had some problems on Smilingpussy. It occured during the summer for no apparent reason. Amateur just refuses to update its listings.

I can't for my life figure out why it won't work.
So, just before my life went downhill a few months back I realized that if I made a new category (amateurs, not amateur) and pointed that to a freshly made HTML page, it would work.
So today I set out to fix that.

Will it work? I'm sure you know the answer...

I'm to tired to continue now.

If you're still reading, btw;
I can't really see the reason to have Celebrities and Movies Categories anymore... celebrity was something 'hot' a while back?
And movies, I mean. Everything is HD movies nowadays...

What d'ya think?

J:)lly

Greenguy 2018-01-15 03:09 PM

You STILL haven't fixed that?! |greenguy| is|angry|@ J:)lly!

Celebs was still useful when Mr Skin was still putting out galleries, but they stopped a while back for some reason. As for movies, yes, it's a pointless category these days.

jollyhumper 2018-01-15 05:39 PM

Quote:

Originally Posted by Greenguy (Post 549441)
You STILL haven't fixed that?! |greenguy| is|angry|@ J:)lly!

|bow|
Oh, believe me. I've tried. It's driving me completely nuts.

J:)lly

jollyhumper 2018-01-30 05:23 AM

I've decided to redesign Smilingpussylinks.
It's still basically Fonz' site and I think I will try to make my own touch on it.
It probably needs improvement anyway, since times they are a changin'
Goal is to revolutionize the internet porn back to LL.
When I'm done, Tubes will be soooo out! |thumb

Also dabbling with a new blog.

J:)lly

Useless 2018-01-30 10:15 AM

Quote:

Originally Posted by lezinterracial (Post 549383)
Taking a course on the MEAN stack on udemy. Pretty cool stuff. Learned some more about bootstrap in the process.

Implemented the bootstrap nav menu into one of my sites.
new with bootstrap nav bar -
http://nicecamgirls.com/

old with my 1995 era coding.
http://nicecamgirls.com/video.php

I want to build a pinboard using MEAN. Use freedns to get a static ip so I can host the site from my computer at home.

The menu is great and the site is responsive, which is pretty important. My only question is about the single column of cam thumbs. Is that a preference of yours? I think it would look a lot better if you had three or four panels across which, of course, under bootstrap, will collapse down automatically for small screens. Just and idea. |thumb

Useless 2018-01-30 10:31 AM

Quote:

Originally Posted by jollyhumper (Post 549723)
I've decided to redesign Smilingpussylinks.
J:)lly

These days, I just look for free Bootstrap templates (there are a bunch out there) and make my content fit into them. Filthy Earl was redesigned using an admin theme. I tossed what I didn't need and kept the bits that worked.

I have begun delving deeper into the admin area of Filthy Earl since I still don't have complete control of links like I did in the past, eg., I can't search for and delete a single particular link in the admin anymore. I can pull up a list of EVERY fucking link, find the bad URL in that mess, then delete it. |banghead| I miss the old days when my duct-taped together coding worked. PHP is so sensitive now. Goddamn improvements!

The tag pages on PerveSpace, which were historically the most trafficked pages there, haven't been working properly for a year, so I managed to repair that mess last night. The submission page works now too. I have been busy.

I believe I'm going to redesign OWAMW to make it more obvious that it's a paysite and not just a random porn blog. I love the WP theme it uses, but it loads fairly slowly. Plus, I repaired an issue in the members area last night that I somehow didn't notice before. One of the members area bonuses is all of the content from Naughty Little Wife. I didn't realize that when you went to just her galleries, the first page was her content, but as you clicked through to the next pages, it was all the standard mature photo galleries. So, a single SMARTY template tweak later, you can now see all of her photo galleries. Somehow, her movies paginate correctly.

The list goes on...

So many things to do!


All times are GMT -4. The time now is 03:54 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc