NameSilo

I'll make you a Free php script.As long as it's not over the top complicated.

Spaceship Spaceship
Watch

klavixs

Account Closed
Impact
6
I'll make you a Free php script.As long as it's not over the top complicated.
I'm doing this to be nice and becuase i wish to practice my php skills .
So if you need a php script then post here what you need with description of how its to work all free just for me to practice. also if anyone else wants to help me tooo just post.

Namepros is the best! :)
Also small NP$ donations or rep are apreciated but never required :)

THE FOLLOWING IS AN UPDATE:

ok so here is an update on who 's next etc im pleased with the number of request lately and the last couple of days i was tight on time but today i'm going to try to get everyone's request done soo..
who's has already had there done.
---------------------------------------------
rebelagent - finished
romeo20 - finished
mikor - finished

The line(position in list does not matter)
------------
itme - {one game a day script}
whitebark - {show history from db}
kektex - {mod to existing script}
jstermx - {fix an error in code}

Still wait for something from.(position in list does not matter)
-----------------------------------------
thearbiter - {waiting for response to question}
Techs4less - {waiting for response to question}
sk8ar - {waiting for response to question}
If something here is in correct please let me know.there is no first in line etc your script gets done when it gets done.mainly this is here for my reference and yours.this will also be in first post for safe keep.

Another UPDATE:

hey if you guys could do me a favor in return for this free help im giveing you i would appreciate it. i made this thread and would like you guys to check it out and comment for me thanks .
 
Last edited:
1
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
hey

ok everyone i've got an idea on how to make this a bit more organized so i don't feel overwhelmed.If i am wiating for a response from you or to clarify something etc. i will put you in "waiting" so suppose suzie(fake name) needs some but i need more info i will say shes in waiting1 and then john needs something but i need more info he then becomes waiting2.also those i have all i need from will be in a line to for me to get done so as a first come first server suposse suzie gets the info i need the she is 1 in line then bill request something and gives everything i need for it but im still waiting for stuff from john then bill becomes 2 in line even know john asked first it works by priority i have what i need from bill but im still waiting on john . so you all understand this because i going to start using this asssignment to keep this more organized. also if any other person with strong php skills wishes to help me then please do pm me and you can help.

also if suppose someone is waiting 3 and they get what is needed then they automaticly become next in line. The number on waiting is just a number to keep track. but the number in line is what order i do scripts.

jstermx {hey i dont have a copy of the code i sent but what is line 43 say it might be that i forgot to end line 43 with a ; and then it thinks line 44 is still part of line 43 so please post line 43 thanks}--waiting 3

sk8ap {ok i've been trying to get the mail script with attachments working with no avail.so i can make a mail script and you can send mail and just give a link to a download which would be ultimatly more effeicient but making attachments is not my expertise just yet. let me know if thats all right and i'll post the code}-- waiting 1

itme {im not exactly sure how to approach this one becuase the games will have various file names. but don't dispare im still going to attempt something you may have to make a list of file names in a txt file for the script to use which is one idea}--waiting 2

Rebelagent {this is fairly simple and will do in a couple of minute}--#1 in line

Whitebark {hey yes i can do this but yes i need the sql so i know how to query it etc}--waiting 4

ok and everyone do please remeber that there is quite a few people asking for scripts so i try doing as fast as i can but some take more time then others (also remeber i have to sleep and eat too you know)

:) Peace
 
0
•••
klavixs said:
ok everyone i've got an idea on how to make this a bit more organized so i don't feel overwhelmed.If i am wiating for a response from you or to clarify something etc. i will put you in "waiting" so suppose suzie(fake name) needs some but i need more info i will say shes in waiting1 and then john needs something but i need more info he then becomes waiting2.also those i have all i need from will be in a line to for me to get done so as a first come first server suposse suzie gets the info i need the she is 1 in line then bill request something and gives everything i need for it but im still waiting for stuff from john then bill becomes 2 in line even know john asked first it works by priority i have what i need from bill but im still waiting on john . so you all understand this because i going to start using this asssignment to keep this more organized. also if any other person with strong php skills wishes to help me then please do pm me and you can help.

also if suppose someone is waiting 3 and they get what is needed then they automaticly become next in line. The number on waiting is just a number to keep track. but the number in line is what order i do scripts.

jstermx {hey i dont have a copy of the code i sent but what is line 43 say it might be that i forgot to end line 43 with a ; and then it thinks line 44 is still part of line 43 so please post line 43 thanks}--waiting 3

sk8ap {ok i've been trying to get the mail script with attachments working with no avail.so i can make a mail script and you can send mail and just give a link to a download which would be ultimatly more effeicient but making attachments is not my expertise just yet. let me know if thats all right and i'll post the code}-- waiting 1

itme {im not exactly sure how to approach this one becuase the games will have various file names. but don't dispare im still going to attempt something you may have to make a list of file names in a txt file for the script to use which is one idea}--waiting 2

Rebelagent {this is fairly simple and will do in a couple of minute}--#1 in line

Whitebark {hey yes i can do this but yes i need the sql so i know how to query it etc}--waiting 4

ok and everyone do please remeber that there is quite a few people asking for scripts so i try doing as fast as i can but some take more time then others (also remeber i have to sleep and eat too you know)

:) Peace

Yes it will be ok
 
0
•••
NP has been sent thank you very much!
 
0
•••
Allright Klavixs, here is the code you sent me to try
PHP:
<table width="100%"  border="0"> 
    <td> 
        <?php 
          
         $sql1 = "SELECT * FROM user_extended";  
            $query1 = mysql_query($sql1);  
            $sql2 = "SELECT * FROM user";  
            $query2 = mysql_query($sql2);  

while($row1 = mysql_fetch_array($query1) && $row2 = mysql_fetch_array($query2)) {  
        echo "<tr>";  
       //LINE 44 FOLLOWS
echo "<td><p class="style1"><a href="'.$row1['user_homepage'].'"><size=10>'.$row1['user_homepage'].'</size></a></p></td>";    
        echo "<td><img src =\"" . $row2['user_image']."\"></td>";  
        echo "</tr>";  
    } 
            ?> 
    
   </td> 
</table>

soooo, this is line 44:

PHP:
echo "<td><p class="style1"><a href="'.$row1['user_homepage'].'"><size=10>'.$row1 'user_homepage'].'</size></a></p></td>";

and here is line 43, right above it is:
PHP:
echo "<tr>";

thanks for all this help.
 
0
•••
klavixs, the script would just have to be able for people to dowload a game of it everyday then i would change the games by editing the script or mabey the script would be able to change it itself but im not sure. im going to get a list of games so i can just add the file name to the site when needed and then delet the old game. anymore questions or adice as this may not be clear?
 
0
•••
Hi, would you be willing to make a quick mod to a script I already have?
If you are up to it,send me a PM and I´ll send you the link.
 
0
•••
ok

ok so here is an update on who 's next etc im pleased with the number of request lately and the last couple of days i was tight on time but today i'm going to try to get everyone's request done soo..
who's has already had there done.
---------------------------------------------
rebelagent - finished
romeo20 - finished
mikor - finished

The line(position in list does not matter)
------------
itme - {one game a day script}
whitebark - {show history from db}
kektex - {mod to existing script}
jstermx - {fix an error in code}

Still wait for something from.(position in list does not matter)
-----------------------------------------
thearbiter - {waiting for response to question}
Techs4less - {waiting for response to question}
sk8ar - {waiting for response to question}
If something here is in correct please let me know.there is no first in line etc your script gets done when it gets done.mainly this is here for my reference and yours.this will also be in first post for safe keep.
 
0
•••
text generator script

Klavixs,

I am referring to a text generator similiar to Glitter Text --> THIS

The user enters some text (i.e. thier name) and the script creates an image based on the text. There are also other scripts like this (i.e. the church sign generator, etc.).

Is this enough info to determine if this is possible?

Thanks,
T4L
 
0
•••
hey all

hey if you guys could do me a favor in return for this free help im giveing you i would appreciate it. i made this thread and would like you guys to check it out and comment for me thanks .
 
0
•••
klavixs, i actually no longer need this done. thanks though.
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back