Jul 27, 2008

Create Page? - How?

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming
Pages: 1, 2

free web hosting

Create Page? - How?

alex1985
Hi, everyone!

I need to create a script just within a page. Read the following story:

I have an account at one of file sharing hosts. I am tired of every time log in and tell others what I have at it (files).

If there is way to create a script that logs in me and just list the files i have on this account from specified folder.

If you know, let me know as usual.

Reply

bluedragon
Are you a PHP programmer ?


I might do this for you. wink.gif but I need to know at what level are you?

Also, I am not sure that if its possible to log in automatically where you want the listing but if its a folder you can retrieve the listing automatically biggrin.gif

Reply

alex1985
I'm not really a php programmer, just started studying based on tutorials and practice. Help me if you can.

Reply

galexcd
If you wouldn't mind giving us the url of the login, the url that lists all of your shared files, and the page source of the url that lists all of the shared files so I or one of the other php programmers on the forums can write a parser for you.

Reply

tracdoor
I'm sure its possible, but it isn't very secure if someone found the site, I would put a quick login script on it first.

I think you should learn PHP because its a really good and useful language to use, learn it and i'm sure you'll be able to solve this problem, and make loads more of great features for your site!

Login scripts, hit counters, random content generators, the list is endless!

Reply

ivenms
If you are looking for file hosting scripts, there are many scripts available for your taste. You can find them from the proper section of hotscripts.com.

If you need a script which spider your image hosting site and give your files details within your control panel over there, it is very difficult to apply in real world. Because most of the logged account scripts mentain security in high alert to avoid hacking.

Reply

Framp
You can use curl or fsockopen to simulate cookies and/or posts values to login and list your files.

You need a webserver with fopen enabled

Reply

alex1985
Can you explain it in more details, please?!

Reply

Erdemir
QUOTE(Framp @ May 26 2008, 05:36 PM) *
You can use curl or fsockopen to simulate cookies and/or posts values to login and list your files.

You need a webserver with fopen enabled

fopen or fsockopen whatever you call , every function is already enabled in Trap17.

QUOTE(alex1985 @ Jun 3 2008, 07:49 AM) *
If there is way to create a script that logs in me


Sorry but sending post data in php (or in other webserver side languages) is impossible. You can download the page or you can send GET data but you can't send POST data in php.

But there is a solution if you write a program which simulates your moves to login. Or a program which logins via its own webbrowser in tray, And then the application sends the results to your php file to save the data into your table in mysql .

 

 

 


Reply

hitmanblood
No it is not true.

There is in fact one class in php that allows you to contact another web site register and manage cookies also. I think it is called phphtml or something like that. I used it long time before to write small bot for some online game. So automated scripts can be done with php.

Reply

Latest Entries

alex1985
And for me as well!!!

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.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. create own raknarok server admin - 60.64 hr back. (1)
Similar Topics

Keywords : create, page,

  1. Redirecting Visitors To Different Page
    Explains two methods. (0)
  2. Naming Web Page Files
    Which way you like- MyPage.html or my-page.html or my_page.html (7)
    Everybody talks about meta tags, keywords, good title names and how they can increase page rankings,
    etc. But I was wondering whether the page name itself holds any value in indexing. Yes, I am
    talking about the web page file names (some-thing.html) NOT the one which you put in title tags. I
    am going to express my views and want to know what you think is correct. I have seen pages named in
    various ways like these: 1) my_web_page.html 2) DoYouLikeMyPage.html 3) hey-see-my-webpage.html (I
    think this way is more appropriate) 4) this.is.a.page.html (somewhat confusing) ....
  3. PHP Function To Add Previous and Next Page Feature
    useful php function (0)
    CODE <?php function navigationbar($start_number = 0, $items_per_page = 50,
    $count) {    // Creates a navigation bar    $current_page =
    $_SERVER["PHP_SELF"];     if (($start_number < 0) ||
    (! is_numeric($start_number))) {         $start_number = 0;     }
        $navbar = "";     $prev_navbar = "";     $next_navbar =
    "";     if ($count > $items_per_page) {         $nav_count = 0;
            $pag....
  4. How To Create A Show Desktop Shortcut
    (2)
    Here is the simple bit of code that will help you to create or restore the Show Desktop Shortcut in
    Windows XP. Open Notepad or any simple text editor and type the following code, CODE
    [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Save
    the file as 'Show Desktop.scf' and make sure theat 'All Files' is selected in the
    File Type list. Save this file in desktop and then drag it ove to the Quick Launch bar. If you
    want to customize the icon and use your own Icon instead of using the Windows Default, put ....
  5. Need Help To Increase The Page Rank Of Website!
    (2)
    Hi everybody, I am dealing in online business and looking for some tips to increase the page rank of
    my website. In this I need some helps from you people. Please suggest me some tips so that I can get
    good traffic to my website and get more benefits. Your any suggestion will be highly appreciated.
    Thanks in advance! ....
  6. Adding Flash Music Player To Home/any Page
    How-to (put any song you want!!!) (4)
    Want to put music on all pages (near the top)? Want any song you want? Well heres how! Place the
    following IN PLACE of the tag (paste in while thats highlighted. The text in red you HAVE to
    replace with the song url. The text in green is OPTIONAL (whether you want it to autostart or not.
    Right now it doesnt, if you want it to replace no with yes.) Of course place this in Admin
    Cp>>>Skinning and Styles>>>Board Wrappers>>>Header and Body QUOTE REPLACE THIS
    WITH YOUR SONG URL &autoStart= no " /> src="http://www.podbean.com/podcast-au....
  7. Php Nuke
    Create Block (2)
    Hi all! Im want create server status block with these codes if
    (eregi("block-Onlineplayers.php", $PHP_SELF)) { Header("Location: index.php"); die(); } //set
    server, port and timeout information $server = "same adress"; $portg = "7777";
    $portl = "2106"; $timeout = "1"; //try to open a connection to the game and login
    server $game = @fsockopen("$server", $portg, $errno, $errstr,
    $timeout); $login = @fsockopen("$server", $portl, $errno, $errstr,
    $timeout); //let us kno....
  8. Page Load Error When Accessing Cpanel
    (0)
    Not sure what the issue is. I cannot even load up any of the cpanel's to allow me to put in a
    password. I have tried the link that is located in the Credit System 2.0 I have tried the links
    with subdomain/cpanel I have tried the links with subdomain:2082 All 3 of these just give page
    load errors. Please note : This isn't a "my password doesn't work" thread. This is a "I
    can't even get cpanel to TRY to load" thread. Thanks in advance.....
  9. How Do I Get Rid Of The Placeholder Page? [resolved]
    (5)
    QUOTE Great Success ! Apache is working on your cPanelŽ and WHM™ Server If you can
    see this page, then the people who manage this server have installed cPanel and WebHost Manager
    (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl)
    successfully. They now have to add content to this directory and replace this placeholder page, or
    else point the server at their real content. ATTENTION! If you are seeing this page instead of
    the site you expected, please contact the administrator of the site involved. (Try sending ....
  10. Phpmyadmin
    Create new database: No Privileges (6)
    i can not make a sql for diff srcipt, but the sricpt i have is php, DJ-cpanel.. all tho i can not
    install it the error is like this Creating Database Tables No database selected there a mysql
    database is made, but i can not use it for othere stuff... plz note that this is Free script and not
    for paid.. is there a way that the myqsul can not use sql other scripts? or it maybe not working...
    but i am not sure if the script not working or it can be the server may be down on mysql...? ....
  11. How To Make An Item Scroll With You On The Page.
    (9)
    ok im not sure where or how to really ask this... but you can find an example at
    http://www.demonoid.com the ad that is on the right side scrolls with you basically to the bottom
    of the page. I know they use an iframe but can you show me how that works or what makes it do that?
    i tried to copy the source and css but it did not work.. any advice?....
  12. Create Table - Mysql Code - Help
    (1)
    I need your feedback about setting the database issues. Please, review them and correct some entries
    in the code if they got some mistakes. This is the code itself: SQL CREATE TABLE
    `news` ( `id` int(250) NOT NULL auto_increment, `title` varchar(255)
    NOT NULL default '', `text` text NOT NULL, `author` varchar(255) NOT
    NULL default '', `valid` varchar(255) NOT NULL default '',
    `date` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE = ....
  13. What Is Your Dream Naruto Character
    create your own naruto character (12)
    Basically all you have to say is your name, your jutsus (Gen, Tai, and Nin), any special abilities
    and maybe a bit about his or her backstory. this is my character: Name: Nightmare also goes by
    Shadow. No last name Jutsus: I think he would have Drunken fist style tai jutsu, Shadow shuriken tai
    jutsu, Shadow leaf dance. my nin jutsus would be; Air slicing blast, Armor of sand, Demonic soul
    stealing technique, Desert coffin and desert graveyard, Fire dragon flame blast, Grand fireball,
    phoenix fire, Chidori, Rasengan, Shadow clones, Water prison, Genesis of rebirth, deser....
  14. Php Linking
    One of the major advantages of PHP is the ability to create something (4)
    PHP Links Requirements 1. You should understand the majority of PHP (ex: variables, echo, etc.
    www.w3schools.com is a good reference). 2. Experienced with HTML. 3. You need a PHP compatible
    server if you wish to see your results. Description One of the major advantages of PHP is the
    ability to create something similar to an Iframe, only without the scroll-bar. The main advantage of
    this is that you only need one layout page, while the others can be simple 'white space &
    content' pages. Another advantage of this is your web site doesn't look like a fi....
  15. Create You Own Operating System
    My new Website! (4)
    Hi all! I am The Codemaster Snake /wink.gif" style="vertical-align:middle" emoid=";)"
    border="0" alt="wink.gif" /> Well I have been recently approved for hosting my site here. Before
    getting started with my website I thought that I should discudd few aspects of my site with you all.
    I would appreciate if you can help me out with my website. My website http://magneto.trap17.com
    is going to be focussed on Operating System Development! I will also use it to showcase my
    Operating System: 'Magneto'. Don't get surprised it just boots from floppy and d....
  16. How To Create A Photoshop Vortex
    (12)
    Hello, I will be teaching you to make a vortex in Photoshop CS3 or CS2. (Ugh... My comp froze while
    I was writing this the first time and lost the whole tut, so I'll try again. First make an
    image with any proportions. I prefer 1000x1000. Next pick a primary and a secondary color. You can
    use anything, and if you don't know what you want, just use White for primary and Black for
    secondary. Now go to Layer -> New -> Layer, and press OK. Then go to Filter -> Render -> Clouds At
    this point, I have: Now go to Filter -> Blur -> Radial Blur, and select these setti....
  17. How To Create Smallest Website
    (21)
    I wonder if any one create smallest website on earth? any webmaster can share this things .. .if
    they can make how could it be? /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" />....
  18. Own Server
    I would like to create my own server... (9)
    Howdy, i'm dreaming of an own website(that's why i'm on theis forum..) and I'm
    searching for the files to create an own server... I would need to be able top have: PHP Mysql smtp
    perl all the other usefull things can somewone help me, i've searched on google, yahoo and
    altavista and I didn't find annything! Help me please... Greetz(to all females..I'm
    available...) StYn0!....
  19. Error Code In Subscriptions Page
    problems subscribing to topics (5)
    I'm seeing some weird warning message show up at the top of my page when I go into "my
    controls," then load my topic subscriptions page. At the top of the page, the following code appears
    several times: IPB WARNING in_array() : Wrong datatype for second argument (Line: 2711 of
    /sources/action_public/usercp.php) I'm guessing maybe that has something to do with the fact
    I'm having problems subscribing to my topics and posts? Thanks in advance for your help.....
  20. Scrolling Images?
    How to Make an Image Scroll With the Page (5)
    I'm trying to make my homepage look a little fancier and I've got a nice background image,
    but I want it to scroll with my page, like if you scroll down the image will still appear like it
    does on the top of the page. Can someone tell me how to do this? I'm using Microsoft Frontpage
    to edit it. I'm not sure what programming language this would be, probably CSS or Javascript,
    but I can edit the page script with Notepad or something to make this work. Right now the page is
    purely HTML, so whichever language this is, can somebody also give me the tags and ma....
  21. Wap Source Code Viewer
    Mobile/wap source code viewer page (4)
    This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
    work on web im sure ;-) CODE <? header("Content-Type:
    text/vnd.wap.wml"); echo '<?xml version="1.0"
    encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <head><meta
    http-equiv="Cache-Control" content="no-cache"
    forua="true"/></head> <card title="s60.nerds.....
  22. Private Server Ro .
    How to create your own private Ragnarok-Online server !!! (157)
    I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so
    now i decide to make this tutorial to to help these people ... i didn't have a server but my
    friend had server and ihelped him to find pros and some tutos so , i learned with him how to create
    a server ...stop making introduction ...let's go ... first you have to have minimum
    requirements : ----Software :---- i think any windows should work, but i recommend Win Xp i
    think you have alredy a Winrar *- Korean Ragnarok client *- Sakray patch (*i recommend the las....
  23. How To Create Embed Image Mail In Gmail
    (49)
    Hi to all ! Anybody can help me to create an email with embedded image so that mail reader
    automatically see that image. Moreover I wont attached that image as it appears small in size in on
    gmail. Thanks in Advance. ....
  24. Refresh Page After Back Button Hit
    (11)
    Hi. I have a page that is dynamically build through DOM manipulation. So, when I browse outside the
    page, and then click back, those dynamically created DOM objects are gone. Since I am also using JSP
    / Servlet technology, I can rebuild this page easily, which I have done. Here is my dilemma. If
    the user leaves the dynamic page, then clicks back on their browser, I need the page they are going
    back to to refresh. I can't figure out how to do this. I've tried using the META tag, but it
    won't do it. Help would be appreciated. Thanks. ....
  25. Open Php Page From Another Server
    If a server does not support php (7)
    If web server does not have .php support and I want to put a guestbook or something similar (no
    database), and there is no support for other server side scripting, what should I do? I would not
    like frames on my page, but - is there a possibility to put .php page from another site into layer
    on my webpage at the no-php-site? Does layer support (or any other html command, excluding frames)
    page including from another server? Also, does anybody have a solution for this any other way? How
    to make a guestbook without php, perl, other scripting languages? Or, how control (r....
  26. How Do I Create Programs?
    (17)
    how do i create programs like, a browser, or a sible program that is a calcualor ect. how do i make
    toolbars and things like that? -Microsoft Lack of content and missing topic description.
    Warning! ....
  27. How To Create Java Button Or Frame
    to be customized (12)
    hi to all!!!! just like to ask if it would be possible if i could make a custom
    button or frame in java. i got tired of using the build infeatures in java. i would like to create
    my own dessign of button or frame.. can it be possible!!! /biggrin.gif' border='0'
    style='vertical-align:middle' alt='biggrin.gif' /> thank!!!! /laugh.gif'
    border='0' style='vertical-align:middle' alt='laugh.gif' /> New Help In! is NOT a descriptive
    topic title. Next time you decide not to follow the posting rules, you will be issued a w....
  28. How To Create A Forum?
    (16)
    I want to create a forum after getting a host on this site,but i cant find a propper program for
    it.Also i want to know how to have polls and other stuff on the side. P0ZzZ! Post moved to the
    right section ....
  29. Refresh Web Page
    (6)
    Well this questioned wasnt answered in 2003 but hopefully somebody knows the answer, sorry if this
    is a simple question but can i force the web browser to refresh the page after pressing the submit
    button. Basically my cgi perl form copies a different jpeg with teh same name into my public_html
    folder every time the form is submitted, therefore i have to click on the refresh button in IE to
    see the different picture. I have tried Code: but it doesnt seem to work in IE6 ....
  30. Php Unique Hit Counter
    Count page hits with php. (28)
    Hello all, Here is a neat and helpful PHP script that can count unique page views on your website.
    First you need to open up a new page in your text editor and paste in this code. CODE <?php
    $filename = "hits.txt"; $file = file($filename); $file =
    array_unique($file); $hits = count($file); echo $hits; $fd
    = fopen ($filename , "r"); $fstring = fread ($fd , filesize
    ($filename)); fclose($fd); $fd = fopen ($f....

    1. Looking for create, page,

Searching Video's for create, page,
Similar
Redirecting
Visitors To
Different
Page -
Explains two
methods.
Naming Web
Page Files -
Which way
you like-
MyPage.html
or
my-page.html
or
my_page.html
PHP Function
To Add
Previous and
Next Page
Feature -
useful php
function
How To
Create A
Show Desktop
Shortcut
Need Help To
Increase The
Page Rank Of
Website!
Adding Flash
Music Player
To Home/any
Page -
How-to (put
any song you
want!
3;!)
Php Nuke -
Create Block
Page Load
Error When
Accessing
Cpanel
How Do I Get
Rid Of The
Placeholder
Page?
[resolved]
Phpmyadmin -
Create new
database: No
Privileges
How To Make
An Item
Scroll With
You On The
Page.
Create Table
- Mysql Code
- Help
What Is Your
Dream Naruto
Character -
create your
own naruto
character
Php Linking
- One of the
major
advantages
of PHP is
the ability
to create
something
Create You
Own
Operating
System - My
new
Website!
How To
Create A
Photoshop
Vortex
How To
Create
Smallest
Website
Own Server -
I would like
to create my
own
server...
Error Code
In
Subscription
s Page -
problems
subscribing
to topics
Scrolling
Images? -
How to Make
an Image
Scroll With
the Page
Wap Source
Code Viewer
- Mobile/wap
source code
viewer page
Private
Server Ro .
- How to
create your
own private
Ragnarok-Onl
ine server
!!&#
33;
How To
Create Embed
Image Mail
In Gmail
Refresh Page
After Back
Button Hit
Open Php
Page From
Another
Server - If
a server
does not
support php
How Do I
Create
Programs?
How To
Create Java
Button Or
Frame - to
be
customized
How To
Create A
Forum?
Refresh Web
Page
Php Unique
Hit Counter
- Count page
hits with
php.
advertisement



Create Page? - How?



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
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