Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-05-22, 02:42 PM   #1
ladydesigner
~Serving Up Sinful Sex ~
 
ladydesigner's Avatar
 
Join Date: Apr 2003
Location: Missouri City, Texas
Posts: 1,928
Link List Script

Hi all. I seem to have found myself in a jam. I've been running my link list for awhile now with no script in place. Crazy, I know! My LL is really growing and with that comes things I need a script to do (i.e..; blacklist, recip checker, etc.). Currently, I do everything by hand and rely on board posters to list cheaters and black listed domains. This has become VERY unproductive! I've looked at various scripts to use but all would require my current (PR ranked) category pages to no longer be used and in their places new category pages usually in a sub-directory. What to do?!

I really need to implement a script before this site grows any bigger. Maybe a custom script is needed? Any help would be greatly appreciated. |blowkiss|
__________________
Porn Pixie XxX ~ Looking for Link Trades
ladydesigner is offline   Reply With Quote
Old 2005-05-22, 04:33 PM   #2
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
When I started, I did everything by hand and it is a pain and takes so much more time. Honestly, it sounds like making your own script would be the perfect choice. You could intergrate it into your current site/pages. php/mysql would be my choice. Course it will take some time getting all the current links into the new databse, but when done, much could be automated.

I made my own link script, sure if I can learn it, you could too.. You could even start with the basic setup and add on over time. Least get it up and running and saving you some time.

Sure you could find some one to do it for you, but I am guessing it would'nt be cheap.

ronnie
ronnie is offline   Reply With Quote
Old 2005-05-22, 05:11 PM   #3
ladydesigner
~Serving Up Sinful Sex ~
 
ladydesigner's Avatar
 
Join Date: Apr 2003
Location: Missouri City, Texas
Posts: 1,928
Thanks for your reply Ronnie. Because I'm so inept at anything technical, I doubt I could write my own script. If I was to attempt it though, where should I look to get started?
__________________
Porn Pixie XxX ~ Looking for Link Trades
ladydesigner is offline   Reply With Quote
Old 2005-05-22, 10:22 PM   #4
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
As I mentioned, php/MySQL would be my pick. Easy to learn and use, plus most any hosts provide both for free or included in most hosting packages. Get a php/mysql book(s), there are tons of them out nowdays, many easy ones, even dummies versions, I have a few of those.. Search G for php/msql. I have learned alot here and have gotten quick help many times, www.sitepointforums.com , they have forums for both php an mysql. There are so many samples on the net, far too many to list.

ronnie
ronnie is offline   Reply With Quote
Old 2005-05-22, 10:33 PM   #5
MrYum
Arghhhh...submit yer sites ya ruddy swabs!
 
MrYum's Avatar
 
Join Date: May 2004
Location: Sunny Florida!
Posts: 5,108
Send a message via ICQ to MrYum
Another possible option for you would be to use ssi calls...

Let the script write to whatever pages are necessary for it to function...then use ssi calls in your existing pages to call in that data
MrYum is offline   Reply With Quote
Old 2005-05-23, 08:20 AM   #6
Fido
And Lord, we are especially thankful for nuclear power, the cleanest, safest
energy source there is. Except for solar, which is just a pipe dream
 
Fido's Avatar
 
Join Date: Jan 2005
Location: Czech Republic
Posts: 229
Send a message via ICQ to Fido
Ladydesigner, I think that all you need to keep your site structure intact is mod_rewrite. Mod_rewrite is a VERY POWERFUL Apache module, that allows you (among others) to internally rewrite URLs. For example:

1/ user reqests http://www.yoursite.com/links/lesbians.htm
2/ mod_rewrite rewrites URL to http://www.yoursite.com/my_new_linklist_script_page.php?category=lesbians and Apache serves that page to the browser

All can be done with a few lines in your .htaccess file and with such a solution you can use almost any LL script you wish. Good luck.
Fido is offline   Reply With Quote
Old 2005-05-23, 08:50 AM   #7
auscodingallan
Internet! Is that thing still around?
 
Join Date: May 2005
Location: Sydney, Australia
Posts: 4
Send a message via ICQ to auscodingallan Send a message via AIM to auscodingallan
Hi ladydesigner,

I'd say you would definitely better off with a script to run your link lists. There are many commercial options available which are easy to install and maintain - particularly if your host is cooperative.

Alternatively if you are after a script to manage it for you I'm sure I could help you out.

Cheers,

Allan
__________________
<a href="http://www.auscoding.com/"</a>

<a href="http://www.auscoding.com">Auscoding</a>, Custom Scripts for your website
auscodingallan is offline   Reply With Quote
Old 2005-05-23, 03:25 PM   #8
ladydesigner
~Serving Up Sinful Sex ~
 
ladydesigner's Avatar
 
Join Date: Apr 2003
Location: Missouri City, Texas
Posts: 1,928
Thanks for all the suggestions! I'm looking into some options now that I didn't realize where available until I posted this here.
__________________
Porn Pixie XxX ~ Looking for Link Trades
ladydesigner is offline   Reply With Quote
Old 2005-06-12, 07:04 AM   #9
DrBob
Internet! Is that thing still around?
 
Join Date: Jun 2005
Location: Germany
Posts: 7
Send a message via ICQ to DrBob Send a message via AIM to DrBob
Heyho,
if I were you I wouldn't start to learn PHP, I would prefer Python. If you are a little bit practised you can get into all that Python stuff over a weekend or two.

I just wrote my own little linklist script by myself yesterday. Ok it hasn't many feautures, it is just like :

- user submits page
- page gets checked for recip
- admin has to approve page


it works pretty well, is confortable and I just needed about 2 hours to write it.


Quote:
Originally Posted by ronnie
As I mentioned, php/MySQL would be my pick. Easy to learn and use, plus most any hosts provide both for free or included in most hosting packages. Get a php/mysql book(s), there are tons of them out nowdays, many easy ones, even dummies versions, I have a few of those.. Search G for php/msql. I have learned alot here and have gotten quick help many times, www.sitepointforums.com , they have forums for both php an mysql. There are so many samples on the net, far too many to list.

ronnie
__________________
'I love it when a plan comes together'
DrBob is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:16 PM.


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