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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-06-2016, 05:30 AM   #1
druid66
Confirmed User
 
Join Date: Feb 2006
Posts: 994
Looking for script to make tags

Hey trolls,
So i need script that would make tags for me, like tags in wordpress but i need to implement it to simple .php or .html page, the script would let me add tags and surfer can click on particular tag and get results - is it possible with simple site or do i need whole factory like wordpress for it?
__________________
Pure Japan japanese babes blog
druid66 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 12:24 AM   #2
druid66
Confirmed User
 
Join Date: Feb 2006
Posts: 994
really guys, nothing?
no one know any script that i could add to site?
i really wanna avoid WP this time
__________________
Pure Japan japanese babes blog
druid66 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 12:35 AM   #3
Smack dat
So Fucking Banned
 
Industry Role:
Join Date: Jul 2016
Posts: 4,613
I don't think this is possible. Why not just use WordPress?


Sorry but lol.
Smack dat is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 02:26 AM   #4
redwhiteandblue
Bollocks
 
redwhiteandblue's Avatar
 
Industry Role:
Join Date: Jun 2007
Location: Bollocks
Posts: 2,792
It's simple but probably not simple in the way you were hoping. You need three database tables - a table to contain the items you want to tag, a table to contain the tags consisting of their tag names, and a relational table to relate the items to tags. Then you need a way of tagging the items, i.e. adding an entry into the relational table to connect an item to a tag. Then you need to run a database query to pull out the items that relate to the tag you want results for. Then some code to display those. So you're really talking about coding some sort of CMS.

Or you could just stick with Wordpress or some other off the shelf CMS.
redwhiteandblue is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 03:10 AM   #5
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,381
Quote:
Originally Posted by druid66 View Post
Hey trolls,
So i need script that would make tags for me, like tags in wordpress but i need to implement it to simple .php or .html page, the script would let me add tags and surfer can click on particular tag and get results - is it possible with simple site or do i need whole factory like wordpress for it?
Sounds like you need your own CMS. Why don't you use any existing one, like WordPress?
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 04:43 AM   #6
druid66
Confirmed User
 
Join Date: Feb 2006
Posts: 994
Quote:
Originally Posted by redwhiteandblue View Post
It's simple but probably not simple in the way you were hoping. You need three database tables - a table to contain the items you want to tag, a table to contain the tags consisting of their tag names, and a relational table to relate the items to tags. Then you need a way of tagging the items, i.e. adding an entry into the relational table to connect an item to a tag. Then you need to run a database query to pull out the items that relate to the tag you want results for. Then some code to display those. So you're really talking about coding some sort of CMS.

Or you could just stick with Wordpress or some other off the shelf CMS.
was afraid it will be smth like it.
fuck it then.

why not wordpress?
it's heavy, wordpress is a factory, it's great cms but need fast server, my server is budget one, even when i tweak WP as much as possible it's still a bit slow for me.

i've compared simple site made in pure html like i did 10y ago and clean install WP - html site is 10 times faster not to mention 100 awesomeness on google devs site and i'm not WP guru to make 100% likeable by google theme but like i mention above - most important it's speed factor for me.

thing is, it would be nice to have tags but when i'm making simple site like for example small review site which is in my signature - i do not really need whole factory for it.

thanks for trying guys ;)
__________________
Pure Japan japanese babes blog
druid66 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 05:28 AM   #7
Kafka
Confirmed User
 
Kafka's Avatar
 
Join Date: Oct 2002
Location: Holland
Posts: 466
Learn php and mysql. Best investment ever.
Kafka is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 11:22 AM   #8
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 76,976
you are not saying enough lol. what will the tags attach to? random urls? pages? tgpx has tags as well. it not a big ole bulky bitch like wordpress
__________________
TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law!
DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com
brassmonkey is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 06:40 PM   #9
druid66
Confirmed User
 
Join Date: Feb 2006
Posts: 994
smth like this: when i add new content to the site, o would like to tag it even manually inside html code and somehow i wanted script that would pull tagged content when someone click on tag name.

but i see your point i guess i didn't think enough about it.

ok, since we are with scripts now - how about script for shoutbox? where surfers could leave messages - is somethign liek this exist as simple stand alone script?
__________________
Pure Japan japanese babes blog
druid66 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-07-2016, 07:26 PM   #10
TheDynasty
See Signature
 
Industry Role:
Join Date: Apr 2016
Location: noneya
Posts: 5,882
Good luck!
__________________
Try out WP-SCRIPT The Best Tube Script
TheDynasty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
tags, script, simple, wordpress, results, tag, click, factory, site, surfer, hey, .php, trolls, implement, .html, add, page



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.