Trap17 Dynamic Recent Post/topic Image

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #17) by galexcd on Jun 19 2008, 05:01 AM. (Line Breaks Removed)
QUOTE(Erdemir @ Jun 17 2008, 07:18 AM) Congratulations This is very good script, but doesn't this need lots of bandwidth? Each image is about 30 kb. Lots member and in lots of page, will not this reach to the bandwidth limit?Keep going.I suppose it could, however this is the only thing I am using my website for so I should hopefully be ok.... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > General > Hosted Members Area

Trap17 Dynamic Recent Post/topic Image

galexcd
Some may remember a while back I created a dynamic image that would tell you your post count and last active for trap. It had a bit of a run but then died off. It just wasn't very useful.

BUT NOW I am presenting the most epic trap17 image Ever. This one is SUPER customizable and already works for ALL MEMBERS! It is designed to be put in your sig so other members can see the recent topics you have written. It is still in early early beta stage but soon it will have the date posted along with some other cool features. So I'm sure you are all excited to see them so here are mine:

Most Recent Topic by me:


Most Recent Post by me:


If you click on the images they go to that specific post/topic. You can get up to 5 topics in history. Meaning you can display your second to last post, third to last etc... all the way up to fifth to last post you have made.

So I'm sure you are all excited to try out these new images. Well the instructions are here. Just add that bit of code (preferably in a hide tag) to your sig or post and you've got it!


Few things left to be fixed/added that are coming soon:
*Adding support for emoticons
*fixing long line wrap bug (occasionally long lines wrap in the middle of words)
*adding topic title to image
*adding date to image
*making HUGE posts be a bit smaller so they don't take up half a page
*hopefully support for BBCode like bold etc...

 

 

 


Reply

DeM0nFiRe
Ha ha, that is epic dude. What are you using to do it, something like ImageMagick? That is really funny XD

Reply

galexcd
Just another quick update, all of the bugs have been fixed now just need to work on parsing out the HTML and hopefully getting it to apply to the text, but if I can't get it its no big deal. There are some things that you guys can look forward to:
  • Replies in thread count
  • Emoticons
  • "To read the rest of this topic click here" message below topics that have been cut off
  • minimalistic version (only shows topic title) - for people who don't want to take up a lot of room in their sigs
QUOTE(DeM0nFiRe @ May 14 2008, 05:48 PM) *
Ha ha, that is epic dude. What are you using to do it, something like ImageMagick? That is really funny XD


Nope this is all php with a little bit of help from gd library.

Reply

BuffaloHELP
Holy moly! I do believe we have something amazing here! smile.gif

I really like the way you are utilizing your script but I wonder if you can make it a bit smaller--for forum signatures? Or, here is a wild thought, allow users to pick different formats.

Reply

jlhaslip
almost like a personal RSS feed? It has potential. Good work.

Reply

Damen
I like it, maybe like Buff said have some different forms of it. A simple small text version would be awesome.

EX.
My Latest Post: [Topic Title + Date]
[Post Snippet]
Click to read more...

Reply

Saint_Michael
I agree its am awesome script and haslip your right on the money about an RSS feed, but there is a potential problem I talk to alex about earlier when he showed me his script, gave him the idea on the topic replies xd.gif, that issue would be SEO. However, after thinking about it and remembering that OpaQue is using friendly seo urls for the topics on the forums I think that setting up a htaccess file for this script. In which it will have the exact link to the post or topic instead of the generate one that is used in the example.

To add on buff's idea about customization to this script set it up that there is a text cap and that way you can cap the number of characters in the text field, I know of a javascript that does this with RSS feeds. Also to add to your list might as well add the member info that is on the right site of post to the left side of the image, but I think all you would is the avatar, post count and of course the link to that person's profile.

Oh another idea would to be list the last 5 topics/post through a series of Linkss IE something like this:

Last Topic:
#1
#2
#3
#4
#5

something like that.

Well that is all my idea's.

 

 

 


Reply

galexcd
Yeah it is currently being limited to 6 lines, so if it runs over it cuts it off and says that it was cut off, but do you think i should limit it to only one or two lines? Or perhaps it should be a variable in the URL that you can set?

Reply

jlhaslip
Setting the number of lines (or number of characters) to display via the URL would be good.

Reply

Saint_Michael
Yeah I would limit at most 3-4 lines jsut because someone can pack a lot of text into those two lines. I am looking at your lat post about Diablo and I did a few resize tests to make sure about this, and I was right that the div shrinks or grows with the browser. So with that in mind it would fit perfectly with one of those skinny website layouts.

Which leads me into the next idea and this might be a bit tricky, not to sure, but take the lasp 5 things posted concept and then apply it to the original itself, meaning that either you have 5 individual image links directed at 5 different posts or just group them together. I think you see where I going with that blog like feature I guess.

Reply

Latest Entries

galexcd
QUOTE(Erdemir @ Jun 17 2008, 07:18 AM) *
Congratulations This is very good script, but doesn't this need lots of bandwidth? Each image is about 30 kb. Lots member and in lots of page, will not this reach to the bandwidth limit?

Keep going.


I suppose it could, however this is the only thing I am using my website for so I should hopefully be ok.

Reply

Erdemir
Congratulations This is very good script, but doesn't this need lots of bandwidth? Each image is about 30 kb. Lots member and in lots of page, will not this reach to the bandwidth limit?

Keep going.

Reply

coolcat50
Awesome, I may try to implement a colors feature in the URL. It doesn't seem very hard to do.

Reply

galexcd
Due mainly to lack of time on my part I have currently put this project on halt. I might be returning to it soon, however if sombody wants to take the source code and run with it they are more than welcome to.
------Here is the source code--------
The only reason I haven't released it until now is because I was slightly embarrassed with the quick and sloppy programming job I did, and I did borrow some functions to make bold text etc. Just a quick note if you just copy this source code and put it on your server it will most likely fail unless its on trap17, just because the md5 check will have a different IP address to hash. The MD5 check in this source code was "880ea6a14ea49e853634fbdc5015a024", (in the comment on the first line of last.php), but you must change it in the fopen statement (line 9 on last.php). The way to get the md5 check of your particular server is to fopen this url:
http://www.trap17.com/forums/-m1.html
and print out the source, find the javascript value that says var ipb_md5_check= and use that particular number. You must do this instead of viewing the source in your browser because the md5 check hashes your IP address in a way I was unable to figure out so your server must load this variable.

Reply

Forbez
Nice work, great feature to have. I'll probably use it when it has more features. If not suggested already, perhaps hosting credits? Sorry if it can't be done or already suggested.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Similar Topics

Keywords : trap17, dynamic, recent, post, topic, image

  1. How To Transfer Files Directly From My Computer To The Trap17 Account
    (6)
  2. Google Blocks Trap17?
    (7)
    Hello. Me and innosia have tried adding our links to Google's URL crawl page, but Google wont
    verify. He says it works for the paid Trap17 hosting, but not the free. I've tried Yahoo and
    Google and they both will not verify. I've tried adding the meta tag, and file to the cPanel
    File Manager and tried re-verifying but theres no use. I've tried refreshing, reloading the
    page, clearing my cookies but Google says server timeout. Is Trap17 blocking Google, or is Google
    blocking Trap17? Help with be greatly appreciated. Thank you, Sky....
  3. Trap17 Tos?
    (11)
    Hi, I was wondering if there is or isn't a certain TOS for trap17 free hosting packaged. For
    example, can we host porn, or link to it. Can we host warez, or link to it. Things like that. Anyone
    that could help me? Thanks in advance!....
  4. Trap17 Email Spam Scam - Warning
    (12)
    I got a interesting email today from marcy4u208@gmail.com QUOTE My dear,i am well pleased to
    contact you after going through your profile at www.trap17.com on my search for genuine
    frienship,please contact me on this idd (marcy4u208@gmail.com)so that i can send you my photo and
    tell you about myself,Mercy I sent a reply saying I don't know this site /laugh.gif"
    style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />, but it should be
    interesting if I get a response about some spam related things, but I thought I let members know
    about thi....
  5. How To Make Image Buttons Act As Submit Button
    (8)
    Hi guys I m making a personal website .... I asked in the forum how to create and use images as
    buttons...thanks for your help.. I can make them work as links....give some hovering effects
    etc...they work very well..untill I use them in forms and use them as SUBMIT or RESET button...when
    I do this nothing happens on clicking the image button... the code I use is like but there
    is problem in making them act as SUBMIT or RESET button. I have tried very hard to make it work, but
    didn't succeed .... I know html and CSS quite well but , don't know....Javascr....
  6. How To Create Cool Image Buttons
    (7)
    Hi guys ... I m making a personal site thats for me a nd my friend group. What I need is a tool
    which can make cool image buttons to use in my HTML pages. Is there any site which offers such
    software or the buttons itself for free. I would like to make them on my own, I just need to know
    the tool.I can't go for an expensive tool like photoshop or corel. So please suggest me a free
    tool. Thanks.......
  7. Trap17 Banners And Stuff?
    (2)
    I wanted to add a small banner link thing for trap17.com on my website, and I knew there was a
    thread about it, but I lost it, and I tried searching for it and didnt find it. Is there anyone who
    knows that thread and can give me the link to it? Thanks!....
  8. Topic Not Posting [resolved]
    (3)
    Hi, I just tried posting a topic under the Web Design section, something like, "CMS for Video,
    Embedding Flash" and after I posted it, it wasn't there. It gave me credits for posting it I
    think, but when I tried to access it it gave me the error: QUOTE Sorry, some required files are
    missing, if you intended to view a topic, it's possible that it's been moved or deleted.
    Please go back and try again. The text of the post was: QUOTE Hello, I'm looking for a
    good CMS that allows dynamically adding embedded flash objects (like youtube videos), as ....
  9. Site Help [resolved]
    Showing good on one site but but here on trap17 (6)
    Okay here is the problem. My site www.echo-of-thunder.trap17.com is not showing any graphics,
    Background header logo nothing. Uploaded them all. now here is the kicker to this. it all shows just
    like it it is supposed to show up on my old host What am I doing wrong here.....
  10. The Trap17 Affiliates
    (3)
    Hi, I thought I'd make this post because a lot of members of Trap17 link to each others website,
    what I thought would be good is that anyone who wanted to become part of the "affiliates" group post
    there web adress here, then we make a list of all the adresses and everyone who applied link to all
    the sites who applied and then we get a big chain of linking members, when I say link I mean in the
    footer or on a special links page, blogroll whatever so long as the links can be found somewhere
    easily accessable on your site, the more places the better! EDIT: You ....
  11. I Am Looking Into Going With A Paid Hosting Service And Trap17 Has Been Good To Me So Whats The Paid Hosting's Website?
    (7)
    I am looking at different solutions for paid hosting and I know that that trap17 has some connection
    with a paid hosting company and I would like more info about it because I like the way this place is
    run and it has been a good place to have my website. So what is the site for the paid hosting?....
  12. Trap17 Host Servers
    Are they still the same? (1)
    Are the trap17 host servers still the same? Right now my domain has its DNS set to ns1.trap17.com
    and ns2.trap17.com, am I correct or did the server change also change the DNS?? Thank you
    /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />....
  13. Brutalwarfare.trap17.com Suspended Due To Abuse
    vBulletin License (0)
    brutalwarfare.trap17.com suspended due to abuse complaint. I am forced to suspend this site for the
    invalid vBulletin license running on the website. Usually I never put up complaints like this, but
    because I consider Trap17 as one family and everyone here as young webmasters who are eager to
    learn. I want to alert everyone to not use any type of nullified or free scripts on your website.
    There are millions of free alternatives available. If you are using a nullified version, I request
    people to convert to paid license if your website is working for you. Else, you are....
  14. I Bought A Domain Name Through Godaddy And I Need To Know How To Point It At My Trap17 Site Help Plz.
    (2)
    I would like to point my .com at my forums on here but am unsure how to do it. BTW my site is
    http://racuria.trap17.com/forums ....
  15. Gamma Servers' Problem
    This topic is for all who have their account on Gamma Server & ha (1)
    Okay I see a lot of chaos all around and my site zoebelkin.co.cc is still down. Everything including
    FTP, CPanel etc are down. My site is on the gamma server. I see that all the servers are moved
    around a lot and the IP blocks also changing. So what is the new IP set for 'gamma'. When
    doing a reverse check on gamma I see it is still assigned to it's previous IP but when I'm
    trying to access the previous IP's port 80 then I get a Server not found error. Also the
    gamma.xisto.com name for the server fails to open the default Apache page which it used to ....
  16. My Opinions On Trap17
    Trap17 is more navigatable and has a cooler cPanel than computinghost. (1)
    Trap17 is more navigatable and has a cooler cPanel than computinghost... This may be opinion, but
    the HTML editor on computinghost is long gone. The cPanel is the newer version but as always newer
    isn't always better. So what if they have a new cpanel (ensim did the same thing)…the fact is
    they left old software on for years when much newer and more secure versions are ready. Hell, php6
    is about to come out. So in two years plesk, cpanel and ensim will finally go to php6 when php 8 is
    available. Just the inablilty to apply security patches alone is enough to nev....
  17. Trap17 150 Credit Giveaway
    (30)
    Well as I promised, I'm giving away all my award credits for winning the trap17 awards.
    Actually these aren't all of them but I'm saving the rest for other giveaways. So anyway on
    with the giveaway. I've been thinking about how exactly I should do this one. If I just made
    one challenge and gave away 150 credits that would make one person very happy and the other members
    very sad. So then I thought, why not have the first person to answer correctly win 100, second win
    50, and third and fourth place winners win 25. Well this was a good idea, but still....
  18. Changing Trap17 Domain?
    (2)
    Hello. I think I've heard about this somewhere or another on this site, but am not sure.
    Currently, my domain is http://sherwoodinfo.trap17.com ...is there any way I can get it changed to
    http://sherwood.trap17.com , I checked and it seems that is available. Thank you!!....
  19. Safe Mode Of Php Configuration
    in subdomain of trap17.com (4)
    hallo master.. how to change php configuration from safe_mode off become ON in this trap17.com
    subdomain? please someone tell me, /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" />....
  20. Trap17 Ipb Qustion
    question about ipb seo on trap17 (1)
    question about ipb seo on trap17 how did you manage to get ipb to convert all the links to
    readable html links ?? for example http://www.trap17.com/forums/foo_foo_foo.html
    rather than http://www.trap17.com/forums/index.php?act...w_post&f=86 what did you do to
    get that and what kind of hack or mod did you install and what are you using to get that large site
    map ?? thanks....
  21. Trap17 + Computinghost(partner Site Question)
    (6)
    Ok so im getting working on my site.. its a myspace layout site.. so you know its going to have OVER
    200 pages.. (myspace layouts) and i was wondering, before i start to place them all in.. if i
    happened to transfer to the partner computer host, (just because im paranoid and im scared i will
    run out of credits) will trap 17/compu host, transfer all my files for me? will i be keeping the
    same tra17 url.. (i already purchased an url, but i dont want to go in if i transfer and change all
    the urls, since im guessing the url i bought is only a redirect-aka u can access your ....
  22. Trap17 Offers 17 Mb Of Free Hosting
    (11)
    Imagine that trap17 can offer 17 megs of free hosting to any member registered to this forums. I
    mean, 17 megs of space shoudn't be too much fot this huge hosting company like trap17. You would
    only need to geather 100 credits on forums, with ultra quality posts and you can get your 17 megs of
    space for at least one year. I think it's great idea, don't you? /dry.gif"
    style="vertical-align:middle" emoid=" ....
  23. Account Suspended (urbaninsticts.trap17.com) [resolved]
    (3)
    I'm sorry its my bad! i didn't think to keep up in the forums /angel.gif"
    style="vertical-align:middle" emoid=":angel:" border="0" alt="angel.gif" /> please can you
    un-suspend me please? /blush.gif" style="vertical-align:middle" emoid=":blush:" border="0"
    alt="blush.gif" /> i've also spelt my domain name wrong but ill sort that out when I've got
    the credits (it should be urban instincts not insticts ) thank you for looking....
  24. Transferring Files From One Host To Another
    Take my site to trap17 (8)
    As I said, I had to move my web site away from Trap17 temporarily because I had ran out of disk
    space. Now, when my upgrade is finalised, I would like to ask for a little assistance. The provider
    I will be moving my site from, back to Trap17 also uses Cpanel, and the admin let me know to do a
    backup and that backup could be simply transferred via FTP to my new provider. The backup includes
    all my files and MySQL data, in other words, the whole web site. It is in a .tar.gz format. How do I
    get all this across? Do I 'unzip' the file and then transfer them bit by bi....
  25. Dns For Trap17 [resolved]
    DNS for trap17 (3)
    I have a registered domain name and I like to move it to my trap17 hosting account. If someone can
    tell me how to find the dns for trap 17 I would apreciate the help. Thanks in advance....
  26. Ftp Trap17 Account Help Please
    cPanel issues and can't upload files (14)
    A few days ago I tried to log into cPanel on my site ( www.liamssite.trap17.com ) and it didnt work.
    Also, whenever I try to upload a file (I use filezilla) I get this: QUOTE Status: Resolving
    IP-Address for liamssite.trap17.com Status: Connecting to 64.69.46.210:21... Status: Connection
    established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd ----------
    Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 11:31. Server
    port: 21. Response: 220-This is a private system - No anonymous login Response: 220-....
  27. Tos Queries
    Some questions about the Trap17 Terms of Service. (2)
    Hey! I was just wondering if these were against the TOS: -Allowing an image upload service.
    Would it be possible to allow the users on my site to upload images through an upload script?
    -Allowing a donations page. The PHP software I am developing will be open-source and free. Is it
    possible for me to add a "Donations" page to my site, to help us to make the software development an
    easier process? -Google AdSense. Is AdSense banned on Trap17, or can I add my AdSense code to the
    site? -IPB hosting. Is it against the TOS to host paid forum softwares? If I purchase one a....
  28. File Transfer From Angelfire To Trap17?
    P.S. I use my Wii. (1)
    I'm wondering, how would I do this. Also, how would I install IPB or PHPBB3. I just have those
    questions.....
  29. Hosting Forum Using Trap17? Help
    (5)
    hello there, how can i host a forum using trap17, im a hosted member i can go thorw my cpanel, but i
    wana host a forum to get members and stuff. so can someone plz tell me on how to code a forum or
    creat a forum using trap17 cpanel or any other way.....
  30. The State Of Trap17
    Some Things Are Getting Pretty Annoying Here (25)
    I, the founder of trap17, declare that this is one of the most hilarious topics ever made. Members
    please take your time to read this and do enjoy it. My special thanks to Buff and Velma. I
    personally ditest trap17 because of it's clutter, it's impossibility to navigate, and the
    fact that admins like buffalohelp haven't been banned yet, as he abuses his power to the point
    of threatening free speech. Trap17 is way to orienated on its appeal, and not it's content,
    which is what's really important. If you make something flashy but pointless, all your....

    1. Looking for trap17, dynamic, recent, post, topic, image

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for trap17, dynamic, recent, post, topic, image

*MORE FROM TRAP17.COM*
Similar
How To Transfer Files Directly From My Computer To The Trap17 Account
Google Blocks Trap17?
Trap17 Tos?
Trap17 Email Spam Scam - Warning
How To Make Image Buttons Act As Submit Button
How To Create Cool Image Buttons
Trap17 Banners And Stuff?
Topic Not Posting [resolved]
Site Help [resolved] - Showing good on one site but but here on trap17
The Trap17 Affiliates
I Am Looking Into Going With A Paid Hosting Service And Trap17 Has Been Good To Me So Whats The Paid Hosting's Website?
Trap17 Host Servers - Are they still the same?
Brutalwarfare.trap17.com Suspended Due To Abuse - vBulletin License
I Bought A Domain Name Through Godaddy And I Need To Know How To Point It At My Trap17 Site Help Plz.
Gamma Servers' Problem - This topic is for all who have their account on Gamma Server & ha
My Opinions On Trap17 - Trap17 is more navigatable and has a cooler cPanel than computinghost.
Trap17 150 Credit Giveaway
Changing Trap17 Domain?
Safe Mode Of Php Configuration - in subdomain of trap17.com
Trap17 Ipb Qustion - question about ipb seo on trap17
Trap17 + Computinghost(partner Site Question)
Trap17 Offers 17 Mb Of Free Hosting
Account Suspended (urbaninsticts.trap17.com) [resolved]
Transferring Files From One Host To Another - Take my site to trap17
Dns For Trap17 [resolved] - DNS for trap17
Ftp Trap17 Account Help Please - cPanel issues and can't upload files
Tos Queries - Some questions about the Trap17 Terms of Service.
File Transfer From Angelfire To Trap17? - P.S. I use my Wii.
Hosting Forum Using Trap17? Help
The State Of Trap17 - Some Things Are Getting Pretty Annoying Here
advertisement



Trap17 Dynamic Recent Post/topic Image



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE