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)
-   -   Suggestions For A New Admin For The Link O'Rama (http://www.greenguysboard.com/board/showthread.php?t=69402)

pc 2018-04-07 07:18 AM

1.
New db column table ( model_name ) needs to be created and input added to user submit and every admin gallery add/edit page. Then you can change search.php script to point out only to search in this table. While searching for model_name you have your model page with results if any. Worth mentioning that you can add later any variables to any search results like model details at any page portion.

2.i need to do some testing on your tgpx install. We know tgpx is able to search in one category for now. But im very optimistic about searching in two cats or more.

3. You dont need subcategories. We will use gallery types for every category. Its easier and faster.

Then searching within the cats will be easier because on search page you can see 'search term' paysites galleries blogs etc separately.

Greenguy 2018-04-07 08:08 AM

I'm with ya! Wanna take this to PMs?

pc 2018-04-07 08:18 AM

Yup !

sarettah 2018-04-07 12:14 PM

I was looking again at the TGPX version I grabbed from github and it appears that some of it has been changed over to PDO at some point.

I hit the mysql issues during the install. When I scanned the entire code set I found 178 occurrences of mysql_ (The start of most mysql functions) so I figured it all was mysql but apparently I was mistaken.

That makes it a bit harder to mod out, in my opinion.

Edited in: Ok, I had that wrong. They have a MYSQL class that someone created. They wrapped the class aroound MYSQl. So, it looks like PDO but it isn't PDO it is still the mysql libs under neath.

Confused me when just glancing through trying to get an idea of the scope involved in modernizing it.

.

pc 2018-04-07 01:27 PM

Quote:

Originally Posted by sarettah (Post 550906)
I was looking again at the TGPX version I grabbed from github and it appears that some of it has been changed over to PDO at some point.

I hit the mysql issues during the install. When I scanned the entire code set I found 178 occurrences of mysql_ (The start of most mysql functions) so I figured it all was mysql but apparently I was mistaken.

That makes it a bit harder to mod out, in my opinion.

Edited in: Ok, I had that wrong. They have a MYSQL class that someone created. They wrapped the class aroound MYSQl. So, it looks like PDO but it isn't PDO it is still the mysql libs under neath.

Confused me when just glancing through trying to get an idea of the scope involved in modernizing it.

.

Toby mentioned that it would be easier to start from scratch than updating this to mysqli or pdo.

Greenguy 2018-04-11 05:12 PM

1 Attachment(s)
Quote:

Originally Posted by Greenguy (Post 550701)
2 - Search Multiple Categories:

By this I mean I want the surfer to be able to see just the galleries that are listed in 2+ categories, like:
Petite + Teens
Amateurs + Redheads + Hairy
Busty + Milfs + Interracial + Anal

As well as mix the models with the categories, where they can see just:
Brandi Love + Interracial
Riley Reid + Anal + Lesbian

Well over a year after starting to use TGPX, I knew I'd have some free time while waiting in the car for the ASSIL to get done with an appointment, so I thought why not print out & actually read how this thing works, because WHY would I have read it BEFORE I started to use it?! In the {galleries} section of the TGP Page Templates page - admin/docs/templates-tgp.html - I saw this:
http://www.greenguysboard.com/board/...1&d=1523480971

So that means it's "in" there, which makes me very |banana||bananna||banana||bananna||banana|

sarettah 2018-04-12 11:18 PM

Cool, that is pretty much standard search syntax used by SEs and such. Good deal.

So, now you just have to let you users know that they can use the + and - operators.

Greenguy 2018-04-13 07:40 AM

Quote:

Originally Posted by sarettah (Post 551015)
So, now you just have to let you users know that they can use the + and - operators.

That, as well as the following for ALL* existing listings:
- redo categories (ex: Amateur Lesbians will now go into Amateurs and Lesbians)
- figure out if they're pics, vids, or mixed
- assign models (if known)
- make a thumbnail preview
...and there's probably more.
|whisper|*There's 15,000+ existing listings |couch|

Greenguy 2018-04-13 04:12 PM

This goes live tomorrow (I know - no ones cares|lol|)

Toby 2018-04-13 04:32 PM

Quote:

Originally Posted by Greenguy (Post 551036)
This goes live tomorrow (I know - no ones cares|lol|)

Looking forward to checking out the Solo Lesbian Masturbation links. |lol|

Greenguy 2018-04-13 05:11 PM

You think I haven't already thought of that?? From mine & pc's secret area of the board:
Quote:

Originally Posted by Greenguy
We could also make fun of the surfers that select too many categories, like random messages that'd come up if there's no match:
Just stop. That porn doesn't exist.
WTF's wrong with you?! There's no LIST OF CATEGORIES porn on the internet!
That's a very specific niche that currently only exists in your mind.

We can even design the bad results page to look like my 404 page:
http://www.link-o-rama.com/invalid.html
(I really like that brainfart)


Greenguy 2018-04-13 05:12 PM

Quote:

Originally Posted by Toby (Post 551037)
Looking forward to checking out the Solo Lesbian Masturbation links. |lol|

BTW: It always annoyed me that I have a Solo Gay Male category|lol|

pc 2018-04-14 01:30 AM

Quote:

Originally Posted by Greenguy (Post 551039)
BTW: It always annoyed me that I have a Solo Gay Male category|lol|

After watching Star Wars the other day I have completely something else in mind ;)

Greenguy 2018-04-14 02:32 AM

Quote:

Originally Posted by pc (Post 551042)
After watching Star Wars the other day I have completely something else in mind ;)

There'll be no |pokefun| of Han or Ben Solo by my script writer! |lightsabe

ArtWilliams 2018-04-14 09:03 AM

So I can finally search on Anal + Self Fisting?

Greenguy 2018-04-14 09:12 AM

Quote:

Originally Posted by artwilliams (Post 551049)
So I can finally search on Anal + Self Fisting?

I don't provide "How To..." links|lol|

Greenguy 2018-04-14 05:50 PM

Quote:

Originally Posted by Greenguy (Post 551001)
Well over a year after starting to use TGPX, I knew I'd have some free time while waiting in the car for the ASSIL to get done with an appointment, so I thought why not print out & actually read how this thing works, because WHY would I have read it BEFORE I started to use it?! In the {galleries} section of the TGP Page Templates page - admin/docs/templates-tgp.html - I saw this:
http://www.greenguysboard.com/board/...1&d=1523480971

So that means it's "in" there, which makes me very |banana||bananna||banana||bananna||banana|

I did finally get around to testing this & it does work |thumb

This is my test page: http://www.pornluv.com/gg.html
It's currently set with this for the category portion of the {galleries} coding:
category=+Milf,+Anal,+Interracial
And, as you can see, JR & I have 8 galleries in there that have at least those 3 categories assigned to them.

So, now you know :)

Toby 2018-04-14 07:03 PM

Quote:

Originally Posted by Greenguy (Post 551062)
category=+Milf,+Anal,+Interracial

Not surprised to see Chanel Preston, India Summer, Veronica Avluv and Cherie DeVille. All four seem to do more than a few Interracial Anal scenes. |thumb

BTW, just a little tidbit to file away... Avluv is vulva backwards. |waves|

JustRobert 2018-04-14 10:26 PM

Quote:

Originally Posted by Greenguy (Post 551062)
I did finally get around to testing this & it does work |thumb

This is my test page: http://www.pornluv.com/gg.html
It's currently set with this for the category portion of the {galleries} coding:
category=+Milf,+Anal,+Interracial
And, as you can see, JR & I have 8 galleries in there that have at least those 3 categories assigned to them.

So, now you know :)

This is good news now all YOU have to do is put in keywords on 30,000 galleries
|couch|







|lol|
I actually can see some new niche domains coming up for the network :D

Toby 2018-04-14 10:36 PM

Quote:

Originally Posted by JustRobert (Post 551065)
I actually can see some new niche domains coming up for the network :D

sololesbianmasturbation.com is available |lol|

JustRobert 2018-04-14 10:44 PM

|lol|

Quote:

This is good news now all YOU have to do is put in keywords on 30,000 galleries
I just found out they don't have to be keyworded. This can be done with the categories themselves |banana|

I feel like such a |newbie|

sarettah 2018-04-15 01:16 AM

Quote:

Originally Posted by Greenguy (Post 551001)

Why would you ever want to remove lesbian from a search?

I just don't understand.

|scared|

Greenguy 2018-04-15 04:33 AM

Quote:

Originally Posted by sarettah (Post 551073)
Why would you ever want to remove lesbian from a search?

I just don't understand.

|scared|

Some Republicans actually practice what they preach :D


All times are GMT -4. The time now is 12:26 AM.

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