Add to Google

Unofficial Trap17 Hosted Members Directory

Pages: 1, 2
free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Unofficial Trap17 Hosted Members Directory

turbopowerdmaxsteel
QUOTE
Ok so seeing as at the moment we aren't allowed to edit our own posts in the Free Web Hosting Request section, we will have to report the post to a moderator and have them change it. Hopefully that's ok. It won't hurt the hosting account because this is just the forum and won't be resubmitted through the form. I think I'm going to be changing my domain name again soon so I'll probably wait before I change it on the directory list.
I am working on overriding the members' site based on the one listed in their profile.

QUOTE
i saw it earlier. there were bugs during loading (the loading bar exceeds the size of the loading area). oh and i have changed my domain name already i don't know what data your script is getting but i have changed it already.


The script is under constant development. You must have caught it during one of those buggy testing phases. As of now, the progress bar doesn't exceed its limits. But, the operation might get stuck once in a while because of the sheer number of hosting requests at Trap17. I am working on pinpointing the exact cause of the problem.

 

 

 


Reply

master_bacarra
QUOTE(turbopowerdmaxsteel @ Jul 16 2007, 08:00 PM) *
The script is under constant development. You must have caught it during one of those buggy testing phases. As of now, the progress bar doesn't exceed its limits. But, the operation might get stuck once in a while because of the sheer number of hosting requests at Trap17. I am working on pinpointing the exact cause of the problem.


i don't know if it's one of the causes but the first time i "double-clicked" the build directory button, the progress bar went off, then it went off again on the second "loading" stage. anyway, i just reported that, might help you anyway.

Reply

turbopowerdmaxsteel
Thanx for reporting it. By mentioning the double click you have cleared it all. This would cause the execution of two threads which is precisely what must have caused the problem. Actually, the button is supposed to get disabled after a click. But as of now, I haven't done that. Thanx once again. It is the continued feedbacks by the members that helps the script get better smile.gif

Reply

turbopowerdmaxsteel
The script now overrides the Website location based on the one specified in their profiles. This will resolve all domain change issues. All hosted members who have changed there domains are hereby requested to keep this information updated on their profiles.

Thanx,

Max.

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 : unofficial, trap17, hosted, members, directory

  1. How Do I Connect To Live Database With Php Script?
    while being hosted with ComputingHost (6)
  2. How To Display Images Of A Directory
    (4)
    I am trying to do a simple thing. I want to display all the images of a directory on a single page
    with the checkbox next to each image, so that i can select multi images and i can delete selected
    images. Following few lines of code display the images of a directory.. i need help to put the
    check boxes with each image. and I dont understand how can i select multi images with check box and
    then delete them. I hope someone can help. thanks. CODE <?php $path = "./";
    $dir_handle = @opendir($path) or die("Unable to open folde....
  3. Php Ftp Upload Form
    Adding User Directory to PHP Upload Form - Help (1)
    Alright I am trying to have a PHP FTP Upload Form that allows the user to create the directory
    folder for where they want to upload there files to. example: Main Directory: vainsoft.com There
    directory: vainsoft.com/modeling or vainsoft.com/photography But I dont want them to be able to
    upload things into the main directory, only sub-directories, is that possible with this coding that
    I have: //uses $_FILES global array //see manual for older PHP version info //This
    function will be used to get the extension from the filename function get_extension($fi....
  4. Trap17 Board Status Dynamic Image
    (13)
    I was really board a few days ago and decided to make a trap17 board status image for my sig
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> That is the
    current beta. I'm still working on it so that it might display the most recent post or
    somthing, i'm not sure. After I finish it ill give out the source code but if you want one
    right now you can pm me and ill set one up to get the info on your account ^.^ So I was wondering
    how you members liked it? You'll probably think that its a waist of time, but alas as I sai....
  5. Reading Files From Directory To Array, And Using $_get To Get Them
    Simple way to manage lot's of files (2)
    Some user posted a similar problem i had when i tried to figure out how to update content on my
    website in less work as possible. This is just part of the "big" plan i have for my site but it can
    be helpfull to you guys if you like FlatFile. I hope that mod's don't mind me posting the
    same code here and on their forums, couse if they do i'll delete it from their forums
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> So
    here's the situation. Let's say you have a folder called 'myfilesdirectory' on your
    s....
  6. Help Needed With Directory/file Listing Code Infinite Loop
    Made an infinite loop but why is this so? (5)
    Hi all ive got a small and simple (for the moment atleast /unsure.gif"
    style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> )file and directory
    listing script in php as follows CODE $dir = "."; $num = 0; $file =
    scandir($dir); while($file = scandir($dir)){     echo
    $file[$num];     echo "<BR>";     $num = $num + 1;     
    }; the concept is simple enough, the directory to start with is the current one, so scan this
    directory and wh....
  7. Display Random File In A Directory
    how to display a random file from a set directory. (9)
    hi, could someone please help me with this? I have some files in a directory and i want to know how
    i can randomly display link/s to one or more of the files in my directory for download. But it must
    not at any time display index.php which is also in the directory with the downloads. Thanks in
    advance for any help given /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"
    alt="unsure.gif" />....
  8. Changin My Phpnuke Directory...please Help
    (13)
    ok i wus fantastico to install my nuke...it asked me to give it a name for its directory so ive put
    down "nuke" so to get to my site ud have to go to www.boaw.trap17.com/"nuke" but now i want to
    change nuke into something else more related to the site...i was wondering if any1 can tell me the
    best way to do that...thanks....
  9. Displaying Files Of A Directory
    (2)
    I want to display the contents of a directory.. i have the following code.. It gives the output in
    one column only... like file1 file2 file3 file4 . . . . . Since there are lot of files so this
    column gets very long..i want to display the x number of files in each column.. like if there are 22
    files.. then file 1 file 11 file 21 file 2 . file 22 file 3 .. . . . file 10
    file 20 This was just an example..I know it can be done by using but i dont know how to do it
    with loop. Please help me. QUOTE $dir = './'; $handle =....
  10. Moving Members From On Fourm To Another.
    How do I put current members on one board onto a new board? (5)
    So I'm helping out www.toycamera.com set up a new fourm, just to see how it goes. They have a
    very old fourm system, and I was helping out moving them to a SMF system. My only problem is,
    getting all the current members on the SMF board with out having them to register again. Anybody
    know how I can do this with SQL i'd image?....
  11. How To List Files In A Directory + Subdirectory And Then Use Them.
    (8)
    So lets say i have folders called friends and work in a folder called pics. how would i make a
    function that lists the files in those folderscalled images kinda like this: CODE
    $directory = "./" function listfiles($directory) { //here should go the
    script to list the files in those directories. so that i can continue to work with them. like for
    example if there were images it would list all  the images and i could write a script to make a
    thumb of them and then save it into a thumb folder(not asking for all of that). but how w....
  12. Directory Files Displaying
    (5)
    I have many files in a directory..I want to create a page , like A B C D E F ..... when some one
    click on A , it should display all the files starting from letter A , and when clicks on B , it
    should show all the files in that directory starting from B , and so on... I have no idea how to
    display the files of the directory iin that way. Kindly assist me......
  13. How To Sort Files Of A Directory using Php
    (11)
    The following code displays the files of folder...but they are displaced by the order of adding... i
    want to sord the files / folders alphabetically and sord by accending order and by decending
    order.. can some one help me. $path = ""; $dir_handle = @opendir($path) or
    die("Unable to open $path"); echo "Directory Listing of $path "; while($file =
    readdir($dir_handle)) { if(is_dir($file)) { continue; } else
    if($file != '.' && $file != '..') { echo " $fi....
  14. Script Won't Work At Trap17 -- Version Differences?
    But works flawlessly in my machine... (12)
    Here is the code: CODE <?php $data_array = array(); $data_array2 =
    array(); $file_name = "menu_data.txt"; $handle =
    @fopen($file_name, "r"); if (!$handle)  {     echo "File
    Handle Not Available For Use"; exit;         } while (($data = fgetcsv(
    $handle, 1000, ",")) !== FALSE) {         if ( (strpos
    ($data[2],"$page=")))     {
                        $data_array[] =  t....
  15. Help With Removing Files And Folders
    removing all files from a directory (4)
    Is there a function or a group of functions which I can use to delete all the files an folders in a
    directory? I've tried rmdir() but it complains that it can't remove it because there are
    files/folders in it. ....
  16. Listing From Table Row Data
    Listing all members (5)
    Hello, it's been a while since i've been active in the PHP Board ( i used to be really
    active in here ), not only to help others but also to request help ( people knowing those requests,
    dont share your bad experience with my requests /tongue.gif' border='0'
    style='vertical-align:middle' alt='tongue.gif' /> ) Anyway, i am requesting help on a listing of
    members, i totally forgot about how to fetch the rows from a table and display each row, i thought
    it was: CODE $result=mysql_query("SELECT * FROM $usertable ORDER BY id
    DESC") or....
  17. Directory Function
    - I need some help (1)
    Hey, I'm really in a jam. Here's whats happening, I have to post over 350 streaming WMA
    files on a server. But it would be nice to not have to script it out in HTML. And I know that in PHP
    you can set a directory or folder and PHP will place all the files out there. Would somone show me a
    way to do that? and please note where I must insert filenames, folder, ect.... So, I have tons of
    files that I need to have on the page, but scrpiting it takes long. Heres the page I'm working
    on: http://www.cbf-wa.org/sermons.php thanx so much....
  18. About Cragllo's Script Time File.
    Located on support.trap17.com (7)
    It's incorrect.. It gives you a HUGE number with E-5 or something at the end. Just do this for
    your file: CODE <?php // At the very top of the document! $start_time =
    microtime(); // ... // ... // At the very BOTTOM of the document $end_time =
    microtime(); // Footer function footer() { print 'Copyright ©2005 -
    YOURNAME<br />Script executed in
    '.round($end_time-$start_time,5).' seconds.'; } ....
  19. Getting List Of Directories And Files Using Php
    PHP Function for Directory and File List (6)
    is there a php function that lists the content of some folder.... example: /New folder new.txt
    left.gif download.zip dc.exe ....so is there..? /rolleyes.gif' border='0'
    style='vertical-align:middle' alt='rolleyes.gif' /> ....

    1. Looking for unofficial, trap17, hosted, members, directory

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for unofficial, trap17, hosted, members, directory

*MORE FROM TRAP17.COM*
advertisement



Unofficial Trap17 Hosted Members Directory



 

 

 

 

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