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 06-08-2008, 12:34 AM   #1
Pinklinkz
Confirmed User
 
Pinklinkz's Avatar
 
Join Date: Nov 2005
Posts: 658
autorank pro help

is anyone on here familiar with programming PHP
and more to the point familiar with the script autorank pro

What I am after is a simple script making that takes its feed from the autorank pro database and displays all the 50 newest sites added ... just to give new trades a bit of a boost. I asked at jmb but no one replied.

Cheers all
__________________
Link Exchanges Wanted
www.pinklinkz.com
Pinklinkz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-08-2008, 01:29 AM   #2
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
wasnt autorank a cgi product?
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-08-2008, 01:35 AM   #3
Nookster
Confirmed IT Professional
 
Industry Role:
Join Date: Nov 2005
Location: Hollywood, CA
Posts: 3,744
autorank = cgi
tgpx = php

You are correct Fris.
Nookster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-08-2008, 01:40 AM   #4
Nookster
Confirmed IT Professional
 
Industry Role:
Join Date: Nov 2005
Location: Hollywood, CA
Posts: 3,744
I would need to see the table setup of course but it should be as simple as the following:

// include db connection
$r = @mysql_query("select * from table_name order by id desc limit 50");
$reta = array();
while($rw = @mysql_fetch_array($r)){
$reta[] = $rw;
}
foreach($reta as $newguy){
// print out row
}
// i simplified the mysql db for simplicity here. You really should use a db abstraction layer (OOP)
Nookster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2008, 12:05 AM   #5
Pinklinkz
Confirmed User
 
Pinklinkz's Avatar
 
Join Date: Nov 2005
Posts: 658
yeah its a cgi database

hehehe you see how much i need help now

the admin page will allow me to see in order the last people to register, but the program itself wont allow me to display them in that order on my site
__________________
Link Exchanges Wanted
www.pinklinkz.com
Pinklinkz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2008, 10:51 AM   #6
Pinklinkz
Confirmed User
 
Pinklinkz's Avatar
 
Join Date: Nov 2005
Posts: 658
just want the top 50 either in a column or rows with wrap around text
__________________
Link Exchanges Wanted
www.pinklinkz.com
Pinklinkz 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



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.