1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Making a Hot or Not script, what features do you want?

Discussion in 'Scripts' started by bobby9101, Jan 24, 2007.

  1. djema

    djema Peon

    Messages:
    160
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    any one PM the download link to this script please.
     
    djema, Feb 5, 2007 IP
  2. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #22
    it isn't finished
     
    bobby9101, Feb 5, 2007 IP
  3. davidc1

    davidc1 Well-Known Member

    Messages:
    206
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    121
    Digital Goods:
    1
    #23
    any news ?
     
    davidc1, Feb 15, 2007 IP
  4. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #24
    I hope to have a rough draft live by the weekend
     
    bobby9101, Feb 15, 2007 IP
  5. TomN

    TomN Peon

    Messages:
    493
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #25
    I would like to stay informed about this too, sounds interesting. I can test for free if you need more testers.
     
    TomN, Feb 15, 2007 IP
  6. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #26
    Can't wait to see this live
     
    Scriptona, Feb 16, 2007 IP
  7. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #27
    working on the pagination (never done that before)
    then i will have a first release for a couple of testers, then fix it up more
     
    bobby9101, Feb 17, 2007 IP
  8. TomN

    TomN Peon

    Messages:
    493
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #28
    bobby,
    for pagination:

    if you're using a mysql database to store the records, you can do something like:

    index.php?p=2

    
    if(ISSET($_GET['p'])){
    	$page 	= strip_tags($_GET['p']);
    	$upage	= ($page-1)*10+($page==0?0:0);
    	$append = " LIMIT $upage,10";
    }else{
    	$page=1;
    	$upage=0;
    	$append = " LIMIT 0,10";
    }
    
    Code (markup):
    and simply .= the $append string onto your MySQL query for fetching the image data.

    Hope it helps, and ask any questions for clarification if you need help.
     
    TomN, Feb 18, 2007 IP
  9. pluto459

    pluto459 Active Member

    Messages:
    1,221
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    80
    #29
    Love to test it for you on my site www.hotornotspace.com

    Prob have an adult section or over 18 tab.
    Random pics for catagories i can selct--like man or female
    top rated pics for same
     
    pluto459, Feb 19, 2007 IP
  10. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #30
    Pagination is finished, just gonna tidy up a bit before I start the testers
     
    bobby9101, Feb 21, 2007 IP
  11. davidc1

    davidc1 Well-Known Member

    Messages:
    206
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    121
    Digital Goods:
    1
    #31
    would be happy to test it.
     
    davidc1, Feb 22, 2007 IP
  12. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Ok, I have a basic version finished.
    It clearly needs work, but am going to set up two testing accounts for Tech Entrance and FanAddict
     
    bobby9101, Feb 25, 2007 IP
  13. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #33
    thanks, waiting details
     
    Scriptona, Feb 25, 2007 IP
  14. simba

    simba Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #34
    isn't the script out already. i remember using it for my gallery forum.
     
    simba, Feb 25, 2007 IP
  15. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #35
    PM sent to Tech Entrance and FanAddict
     
    bobby9101, Feb 25, 2007 IP
  16. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #36
    not mine, maybe another script (there are a couple of rating scripts)
     
    bobby9101, Feb 25, 2007 IP
  17. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #37
    if anyone else wants to test it, please PM me
     
    bobby9101, Feb 27, 2007 IP
  18. pluto459

    pluto459 Active Member

    Messages:
    1,221
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    80
    #38
    pluto459, Feb 27, 2007 IP
  19. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #39
    No, I am not doing any conversions or anything :(
     
    bobby9101, Feb 27, 2007 IP
  20. davidc1

    davidc1 Well-Known Member

    Messages:
    206
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    121
    Digital Goods:
    1
    #40
    is it done ?
     
    davidc1, Jun 9, 2007 IP