Jump to content
xisto Community

bthaxor

Members
  • Content Count

    153
  • Joined

  • Last visited

Everything posted by bthaxor

  1. so i go away for a year or so and you let THIS happen?gosh what has this world come to...but jokes aside ( ), CONGRATS!
  2. HELLO!!

    haha i know i'm not active anymore since i'm hosted on computinghost now and i've moved to "bigger and better things"... but i won't forget you mate ;)

  3. yes, I am interested...my website is also in my signature. it's a personal blog which currently averages 5,000 visitors a month since it was set up six months ago, and it will probably rise in popularity even more soon since i decided to get off my *bottom* and SEO it today, plus i am starting link affiliates like this...pm me if you accept?
  4. ahh, but here's my problem: this all has to be applied to user input in a shoutbox, so i have no idea how to apply the format nabb has given me... here, once again, is the original line from the wordspew plugin: $r->text = preg_replace("`(http|ftp)+(s)?:(//)((\w|\.|\-|_)+)(/)?(\S+)?`i", "<a href=\"\\\" title=\"\\\"$target>» $theLink «</a>", $r->text); the $theLink variable has already been declared - i just have no idea how to slip the 'www' into there...
  5. i do believe the author of this script has abandoned his forums because he hasnt been online in months... i have tried, despite my lack of php, to first parse http links, then added a line to parse the remaining '; links (without the http) as a url, however this is where my lack of knowledge kicked in... the problem with this, however, is that the 'http://forums.xisto.com/no_longer_exists/' links will then be converted to 'http://forums.xisto.com/no_longer_exists/.' which is not good... i searched the net and came across this... however, can someone please help me incorporate this into the code given above? a line which checks whether there's a . before the www, then and only then converts the www to a link... thanks.
  6. voted...although i believe there should be a 'vanished from Xisto only to be hosted by Xisto - Web Hosting and reappear with a KABOOM' category... no guesses as to who would win that :)good luck to everyone!
  7. bittr, im sure deep inside you couldnt wait to get rid of me and are aching to get me out of here again truefusion: i have taken a look at your code, seems logical enough (a lot more logical than the other code...), however i am still uncertain for a WORKING solution... yes, my php "skills" do not extend this far... i will contact the owner of this plugin for help, and will post a solution here for other trapsters that may be having the same problem...
  8. truefusion:thank you for your help... but some english might be nice... :)would you possibly give me some code? as i said, i know not php...thanks again.
  9. hey trapsters... firstly: long time no post however just because i am no longer Xisto hosted (for your information, i am now a happy customer of Xisto - Web Hosting ), i still hang around the forums often... now to my problem: i understand only the basis of php, and after installing the 'wordspew' plugin for wordpress, i have a small php problem. the wordspew plugin automatically converts http, ftp, https or ftps text in a shout to a link, however it does not seem to convert www. links, which i find weird. the line that converts links is: $r->text = preg_replace("`(http|ftp)+(s)?:(//)((\w|\.|\-|_)+)(/)?(\S+)?`i", "<a href=\"\\\" title=\"\\\"$target>» $theLink «</a>", $r->text); all variables have been declared - although a php noob, i believe only the part before '<a href' must be edited, since that is the filter... could someone please change the code to include 'www' links as well? thanks for your help.
  10. i'll keep this short yet to the point:i have an ipod touch, and right now if i were given the chance to buy anything i desire, i would buy another.it.is.awesome.a gaming console/media player like no other.
  11. surely commonsense would tell you that yourdomain.com is not an actual site...replace the paths with the ones that you want to use....
  12. yup... also, if you're planning to upload this to the web, then this guide is about as comprehensive as it gets in terms of using this flash player...
  13. embed code: <object type="application/x-shockwave-flash" width="400" height="170"data="http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf"><param name="movie" value="file:///pathtositefolder/xspf_player.swf?playlist_url=file:///pathtositefolder/yourplaylistlist.xspf" /></object> then, the xspf file will look something like this: <?xml version="1.0" encoding="UTF-8"?><playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track><location>file:///mp3s/song_1.mp3</location></track> <track><location>file:///mp3s/song_2.mp3</location></track> <track><location>file:///mp3s/song_3.mp3</location></track> </trackList></playlist> replace the locations with the locations with your file. download the swf file, save it in the same directory as the site. tadaa!
  14. here's an example of an embedded quicktime object. all embed methods support file:/// protocols, so i guess it's up to you to choose which! i'd personally go with xspf, because it's easier to change which song to play etc. because all you have to do is edit the xml file. once again, it's up to you. finally, please don't double-post...
  15. if you go to the link i gave you, and scroll down a bit further, there are comprehensive instructions explaining how to use the player. when it says you must use a xspf file: that is just a playlist format. here are instructions on how to make such playlists. have fun!
  16. there are a couple of ways to do this. the first is very basic: the user goes to the site, the sound file starts playing. the code is: <bgsound src="whatever.mp3" loop="infinite"/> but of course, if the user were to hate that song or something, they would have no way of stopping it without muting their volume, which can be annoying. the best way to do this is to embed a flash player... there are many good ones out there, such as this one, or you can make one yourself. finally, an embedded quicktime player, as is on many sites. the code would look something like this: <embed src="media/whatever.mp3"autostart="true" loop="false" controller="true" id="whatever.mp3"name="bg song" pluginspage="https://support.apple.com/kb/DL837?locale=en_US; on a personal note though, i dont like autoplaying music - i like having some choice in the matter... my noscript would block it anyway hope i helped
  17. there was no need to SPAM me back, nor to give me my credits i got from SPAM back either...

    you should always leave credits for a rainy day :)

    hope your laptop gets better, panadol works really well for mine xD, cos i wanna see some more speed ;)

  18. haha, im the first to SPAM you :D

    enjoy the credits, keep up the good-quality posts and sweet graphics, and nice to know there's someone on trap17 younger than me :)... i feel like such a little kid

  19. i think you're all making this too complicated: view -> page source, search for the swf file, find the one you want to download. open up your favourite text editor, type the following text: <a href="url of file">h</a> save the file as whatever.html open up the file in your favourite browser, right-click the text 'h', -> save link as. voila!
  20. and a happy SPAM Easter SPAM to you, my australian friend... (albeit slightly overdue)

  21. opaque, i definitely understand that you are a busy person. i hope that maybe some day you will have the time to help me on this issue.for now, i will do as opaque said:I AM OFFERING 30 CREDITS TO THE PERSON WHO CAN BEST MAKE A LATEST ACTIVITY MOD LIKE THE ONE ON Xisto, FOR IPB 2.3.X. I WOULD LIKE IT TO BE EXACTLY THE SAME, HOWEVER TO DISPLAY THE LATEST 20 POSTS/TOPICS INSTEAD OF 30. I WOULD APPRECIATE IT IF THIS PERSON COULD PROVIDE ME WITH ACCURATE INSTALLATION INSTRUCTIONS. AFTER THE MOD IS SUCCESSFULLY INSTALLED ON MY FORUMS AND IT HAS BEEN TESTED, THE PERSON WILL RECEIVE THEIR 30 CREDITS, AND IF I BELIEVE THEY HAVE DONE AN EXCELLENT JOB, THEY WILL RECEIVE 50 CREDITS.thanks to anyone willing to give this a go
  22. i have a w300i, here are some quick specs:-firmware r9a036-genericised to australian custompack-vkp patches:-browse_tpa_folder_in_others_w300_R9A036-change_sms_duration_w300_r9a036.vkp-change_videofiles_name_w300_R9A036-continue_listening_radio_w300_R9A036-delete_videodj_folder_w300_R9A036-enable_flash_wallpapers_w300_R9A036-fast_forward_rewind_w300_R9A036-faster_long_filenames_scrolling_w300_R9A036-radio_without_headsets_w300_r9a036.vkp-remove_java_security_w300_r9a036.vkp-show_filenames_extension_w300_R9A036-use_camera_when_java_open_w300_R9A036camera driver: v6.0 BrAzUkA?sacoustics: blackice's wow II liveflash themes/menus:-active black-active desktop-analog blue-basti-black bubbles-breakbeat-cheerful-circle shine-citybeat-club pulse-emerge-equalizer-gsharp-stencil art-street style-technoi will soon be posting tutorials on how to mod your se phone, step-by-step...
  23. IM NOT LETTING YOU OFF THAT EASILY!!!

    SPAM SPAM SPAM SPAM SPAM SPAM 42 SPAM 69

    seriously though, we make a kickass javascripting team :P

  24. sorry,once again this is not what i was looking for. thanks for the efforts, anyway :lol:i think only buff or opaque can help me on this one, it seems as if this mod is custom for Xisto.
  25. i would like to reinforce the fact that i have no php/mysql experience whatsoever. the only thing i actually would like this mod to have is what Xisto has at the bottom of the page, except last 20 posts and topics, not 30 as Xisto has.thanks for all your help.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.